2018-11-27 14:24:02 |
Yogish Kulkarni |
bug |
|
|
added bug |
2018-11-28 09:04:16 |
Yogish Kulkarni |
bug |
|
|
added subscriber Marco Trevisan (Treviño) |
2018-11-28 09:11:41 |
Yogish Kulkarni |
mutter (Ubuntu): status |
New |
Incomplete |
|
2018-11-28 09:11:54 |
Yogish Kulkarni |
mutter (Ubuntu): status |
Incomplete |
New |
|
2018-11-30 09:41:27 |
Daniel van Vugt |
bug |
|
|
added subscriber Daniel van Vugt |
2018-11-30 09:50:22 |
Daniel van Vugt |
tags |
bionic upgrade-software-version |
bionic nvidia upgrade-software-version |
|
2018-11-30 09:50:29 |
Daniel van Vugt |
summary |
Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend |
[nvidia] Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend |
|
2018-11-30 16:19:20 |
Will Cooke |
bug |
|
|
added subscriber Will Cooke |
2018-12-03 01:24:11 |
Daniel van Vugt |
summary |
[nvidia] Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend |
Wayland sessions don't work with the Nvidia driver yet (even with nvidia-drm.modeset=1) |
|
2018-12-03 01:24:19 |
Launchpad Janitor |
mutter (Ubuntu): status |
New |
Confirmed |
|
2018-12-03 01:24:25 |
Daniel van Vugt |
mutter (Ubuntu): importance |
Undecided |
Medium |
|
2018-12-03 01:24:28 |
Daniel van Vugt |
mutter (Ubuntu): status |
Confirmed |
Triaged |
|
2018-12-10 08:13:23 |
Daniel van Vugt |
summary |
Wayland sessions don't work with the Nvidia driver yet (even with nvidia-drm.modeset=1) |
[nvidia] Fail to launch gnome-shell (Wayland) on Ubuntu-18.04 with EGLDevice backend |
|
2018-12-10 08:16:19 |
Daniel van Vugt |
summary |
[nvidia] Fail to launch gnome-shell (Wayland) on Ubuntu-18.04 with EGLDevice backend |
[nvidia] Fail to launch gnome-shell (Wayland) on Ubuntu with EGLDevice backend |
|
2018-12-10 08:16:22 |
Daniel van Vugt |
mutter (Ubuntu): status |
Triaged |
Fix Released |
|
2018-12-10 08:16:29 |
Daniel van Vugt |
nominated for series |
|
Ubuntu Bionic |
|
2018-12-10 09:40:21 |
Will Cooke |
tags |
bionic nvidia upgrade-software-version |
bionic nvidia rls-bb-incomin upgrade-software-version |
|
2018-12-10 09:40:25 |
Will Cooke |
tags |
bionic nvidia rls-bb-incomin upgrade-software-version |
bionic nvidia rls-bb-incoming upgrade-software-version |
|
2018-12-10 10:13:52 |
Daniel van Vugt |
description |
Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend due to following missing changes in mutter 3.28.3-2~ubuntu18.04.2
commit 1bf2eb95b502ed0419b0fe8979c022cacaf79e84
Author: Miguel A. Vico <mvicomoya@nvidia.com>
Date: Thu Jun 7 16:29:44 2018 -0700
renderer/native: Choose first EGL config for non-GBM backends
Commit 712ec30cd9be1f180c3789e7e6a042c5f7b5781d added the logic to only
choose EGL configs that match the GBM_FORMAT_XRGB8888 pixel format.
However, there won't be any EGL config satisfying such criteria for
non-GBM backends, such as EGLDevice.
This change will let us choose the first EGL config for the EGLDevice
backend, while still forcing GBM_FORMAT_XRGB8888 configs for the GBM
one.
Related to: https://gitlab.gnome.org/GNOME/mutter/issues/2
commit 8ee14a7cb7e8f072d2731d59c7dc735f83a9bb0b
Author: Jonas Ådahl <jadahl@gmail.com>
Date: Tue Nov 14 16:08:52 2017 +0800
renderer/native: Also wrap flip closures for EGLStreams
When using the EGLStream backend, the MetaRendererNative passed a
GClosure to KMS when using EGLStreams, but KMS flip callback event
handler in meta-gpu-kms.c expected a closure wrapped in a closure
container, meaning it'd instead crash when using EGLStreams. Make the
flip handler get what it expects also when using EGLStreams by wrapping
the flip closure in the container before handing it over to EGL.
https://bugzilla.gnome.org/show_bug.cgi?id=790316
apt-cache policy mutter
mutter:
Installed: 3.28.3-2~ubuntu18.04.2
Candidate: 3.28.3-2~ubuntu18.04.2
Version table:
*** 3.28.3-2~ubuntu18.04.2 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages
100 /var/lib/dpkg/status
3.28.1-1ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages |
Wayland sessions don't work with the Nvidia driver in 18.04, even after enabling them via the kernel command line 'nvidia-drm.modeset=1'.
[Original description]
Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend due to following missing changes in mutter 3.28.3-2~ubuntu18.04.2
commit 1bf2eb95b502ed0419b0fe8979c022cacaf79e84
Author: Miguel A. Vico <mvicomoya@nvidia.com>
Date: Thu Jun 7 16:29:44 2018 -0700
renderer/native: Choose first EGL config for non-GBM backends
Commit 712ec30cd9be1f180c3789e7e6a042c5f7b5781d added the logic to only
choose EGL configs that match the GBM_FORMAT_XRGB8888 pixel format.
However, there won't be any EGL config satisfying such criteria for
non-GBM backends, such as EGLDevice.
This change will let us choose the first EGL config for the EGLDevice
backend, while still forcing GBM_FORMAT_XRGB8888 configs for the GBM
one.
Related to: https://gitlab.gnome.org/GNOME/mutter/issues/2
commit 8ee14a7cb7e8f072d2731d59c7dc735f83a9bb0b
Author: Jonas Ådahl <jadahl@gmail.com>
Date: Tue Nov 14 16:08:52 2017 +0800
renderer/native: Also wrap flip closures for EGLStreams
When using the EGLStream backend, the MetaRendererNative passed a
GClosure to KMS when using EGLStreams, but KMS flip callback event
handler in meta-gpu-kms.c expected a closure wrapped in a closure
container, meaning it'd instead crash when using EGLStreams. Make the
flip handler get what it expects also when using EGLStreams by wrapping
the flip closure in the container before handing it over to EGL.
https://bugzilla.gnome.org/show_bug.cgi?id=790316
apt-cache policy mutter
mutter:
Installed: 3.28.3-2~ubuntu18.04.2
Candidate: 3.28.3-2~ubuntu18.04.2
Version table:
*** 3.28.3-2~ubuntu18.04.2 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages
100 /var/lib/dpkg/status
3.28.1-1ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages |
|
2018-12-11 14:55:00 |
Sebastien Bacher |
tags |
bionic nvidia rls-bb-incoming upgrade-software-version |
bionic nvidia rls-bb-notfixing upgrade-software-version |
|
2018-12-18 06:46:26 |
Artem |
bug |
|
|
added subscriber Artem |
2019-01-19 05:32:34 |
Doug McMahon |
bug |
|
|
added subscriber Doug McMahon |
2019-01-25 17:41:47 |
Iain Lane |
bug task added |
|
mutter (Ubuntu Bionic) |
|
2019-01-25 17:42:16 |
Iain Lane |
mutter (Ubuntu Bionic): status |
New |
In Progress |
|
2019-01-25 17:42:23 |
Iain Lane |
mutter (Ubuntu Bionic): assignee |
|
Daniel van Vugt (vanvugt) |
|
2019-01-29 02:28:17 |
Daniel van Vugt |
mutter (Ubuntu Bionic): importance |
Undecided |
Medium |
|
2019-01-29 02:28:20 |
Daniel van Vugt |
mutter (Ubuntu Bionic): assignee |
Daniel van Vugt (vanvugt) |
|
|
2019-01-29 02:28:23 |
Daniel van Vugt |
mutter (Ubuntu Bionic): status |
In Progress |
Triaged |
|
2019-01-29 02:29:52 |
Daniel van Vugt |
mutter (Ubuntu Bionic): assignee |
|
Marco Trevisan (Treviño) (3v1n0) |
|
2019-01-29 02:29:57 |
Daniel van Vugt |
mutter (Ubuntu Bionic): status |
Triaged |
In Progress |
|
2019-02-25 12:37:44 |
Iain Lane |
description |
Wayland sessions don't work with the Nvidia driver in 18.04, even after enabling them via the kernel command line 'nvidia-drm.modeset=1'.
[Original description]
Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend due to following missing changes in mutter 3.28.3-2~ubuntu18.04.2
commit 1bf2eb95b502ed0419b0fe8979c022cacaf79e84
Author: Miguel A. Vico <mvicomoya@nvidia.com>
Date: Thu Jun 7 16:29:44 2018 -0700
renderer/native: Choose first EGL config for non-GBM backends
Commit 712ec30cd9be1f180c3789e7e6a042c5f7b5781d added the logic to only
choose EGL configs that match the GBM_FORMAT_XRGB8888 pixel format.
However, there won't be any EGL config satisfying such criteria for
non-GBM backends, such as EGLDevice.
This change will let us choose the first EGL config for the EGLDevice
backend, while still forcing GBM_FORMAT_XRGB8888 configs for the GBM
one.
Related to: https://gitlab.gnome.org/GNOME/mutter/issues/2
commit 8ee14a7cb7e8f072d2731d59c7dc735f83a9bb0b
Author: Jonas Ådahl <jadahl@gmail.com>
Date: Tue Nov 14 16:08:52 2017 +0800
renderer/native: Also wrap flip closures for EGLStreams
When using the EGLStream backend, the MetaRendererNative passed a
GClosure to KMS when using EGLStreams, but KMS flip callback event
handler in meta-gpu-kms.c expected a closure wrapped in a closure
container, meaning it'd instead crash when using EGLStreams. Make the
flip handler get what it expects also when using EGLStreams by wrapping
the flip closure in the container before handing it over to EGL.
https://bugzilla.gnome.org/show_bug.cgi?id=790316
apt-cache policy mutter
mutter:
Installed: 3.28.3-2~ubuntu18.04.2
Candidate: 3.28.3-2~ubuntu18.04.2
Version table:
*** 3.28.3-2~ubuntu18.04.2 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages
100 /var/lib/dpkg/status
3.28.1-1ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages |
[ Description ]
Wayland sessions don't work with the Nvidia driver in 18.04, even after enabling them via the kernel command line 'nvidia-drm.modeset=1'.
[ Fix ]
See below for the changes from upstream that fix this, which we're uploading to disco-proposed now.
[ QA ]
Under the GNOME Micro Release Exception, you can believe this is fixed.
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
It might be a good idea to test an nvidia machine, but it doesn't need explicit verification.
[Original description]
Fail to launch gnome-wayland-shell on Ubuntu-18.04 with EGLDevice backend due to following missing changes in mutter 3.28.3-2~ubuntu18.04.2
commit 1bf2eb95b502ed0419b0fe8979c022cacaf79e84
Author: Miguel A. Vico <mvicomoya@nvidia.com>
Date: Thu Jun 7 16:29:44 2018 -0700
renderer/native: Choose first EGL config for non-GBM backends
Commit 712ec30cd9be1f180c3789e7e6a042c5f7b5781d added the logic to only
choose EGL configs that match the GBM_FORMAT_XRGB8888 pixel format.
However, there won't be any EGL config satisfying such criteria for
non-GBM backends, such as EGLDevice.
This change will let us choose the first EGL config for the EGLDevice
backend, while still forcing GBM_FORMAT_XRGB8888 configs for the GBM
one.
Related to: https://gitlab.gnome.org/GNOME/mutter/issues/2
commit 8ee14a7cb7e8f072d2731d59c7dc735f83a9bb0b
Author: Jonas Ådahl <jadahl@gmail.com>
Date: Tue Nov 14 16:08:52 2017 +0800
renderer/native: Also wrap flip closures for EGLStreams
When using the EGLStream backend, the MetaRendererNative passed a
GClosure to KMS when using EGLStreams, but KMS flip callback event
handler in meta-gpu-kms.c expected a closure wrapped in a closure
container, meaning it'd instead crash when using EGLStreams. Make the
flip handler get what it expects also when using EGLStreams by wrapping
the flip closure in the container before handing it over to EGL.
https://bugzilla.gnome.org/show_bug.cgi?id=790316
apt-cache policy mutter
mutter:
Installed: 3.28.3-2~ubuntu18.04.2
Candidate: 3.28.3-2~ubuntu18.04.2
Version table:
*** 3.28.3-2~ubuntu18.04.2 500
500 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages
100 /var/lib/dpkg/status
3.28.1-1ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages |
|
2019-02-25 13:41:51 |
Łukasz Zemczak |
mutter (Ubuntu Bionic): status |
In Progress |
Fix Committed |
|
2019-02-25 13:41:52 |
Łukasz Zemczak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2019-02-25 13:41:53 |
Łukasz Zemczak |
bug |
|
|
added subscriber SRU Verification |
2019-02-25 13:41:58 |
Łukasz Zemczak |
tags |
bionic nvidia rls-bb-notfixing upgrade-software-version |
bionic nvidia rls-bb-notfixing upgrade-software-version verification-needed verification-needed-bionic |
|
2019-03-11 11:39:04 |
Marco Trevisan (Treviño) |
tags |
bionic nvidia rls-bb-notfixing upgrade-software-version verification-needed verification-needed-bionic |
bionic nvidia rls-bb-notfixing upgrade-software-version verification-done verification-done-bionic |
|
2019-03-25 00:02:08 |
blszyn |
bug |
|
|
added subscriber blszyn |
2019-03-27 05:32:49 |
Daniel van Vugt |
tags |
bionic nvidia rls-bb-notfixing upgrade-software-version verification-done verification-done-bionic |
bionic nvidia upgrade-software-version verification-done verification-done-bionic |
|
2019-04-17 15:22:33 |
Łukasz Zemczak |
tags |
bionic nvidia upgrade-software-version verification-done verification-done-bionic |
bionic nvidia upgrade-software-version verification-needed verification-needed-bionic |
|
2019-04-24 02:22:45 |
Daniel van Vugt |
tags |
bionic nvidia upgrade-software-version verification-needed verification-needed-bionic |
bionic nvidia upgrade-software-version verification-done verification-done-bionic |
|
2019-04-25 09:19:50 |
Łukasz Zemczak |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2019-04-25 09:29:55 |
Launchpad Janitor |
mutter (Ubuntu Bionic): status |
Fix Committed |
Fix Released |
|