Activity log for bug #1935082

Date Who What changed Old value New value Message
2021-07-08 20:07:01 Kyle McKay bug added bug
2021-07-13 19:28:10 michagogo summary move libnvidia-egl-wayland1 package from universe into main [MIR] egl-wayland
2021-07-13 19:28:28 michagogo bug added subscriber michagogo
2021-07-18 01:23:31 Kyle McKay description The libnvidia-gl 470 drivers have not yet been officially released. However, there is a 470.42.01 BETA available. And Alberto Milone has been kind enough to provide an experimental PPA build of the 470 BETA for testing: https://launchpad.net/~albertomilone/+archive/ubuntu/nvidia-testing The release notes for the 470 BETA discuss performance under xwayland here: <https://us.download.nvidia.com/XFree86/Linux-x86_64/470.42.01/README/xwayland.html> Quoting from those release notes: > The following are necessary to enable accelerated rendering on > Xwayland with the NVIDIA driver: > > * DRM KMS must be enabled. See Chapter 35, Direct Rendering Manager > Kernel Modesetting (DRM KMS) for details. > > * The installed copy of Xwayland should be a build from the master > branch of https://gitlab.freedesktop.org/xorg/xserver at least > as recent as commit c468d34c. Note that if this requirement is > not satisfied, the NVIDIA GPU can still be used for rendering, > however it will fall back to a suboptimal path for presentation > resulting in degraded performance. > > * libxcb version 1.13 or later must be present. > > * egl-wayland version 1.1.7 or later must be present (if installed > separately from the the NVIDIA driver). > > * If using the GNOME desktop environment, kms-modifiers must be > enabled through gsettings. This can be done with the following > command: > gsettings set org.gnome.mutter experimental-features [\"kms-modifiers\"] The first item is easily accomplished with something like this: /etc/modprobe.d/nvidia-drm.conf: options nvidia-drm modeset=1 For the second item, commit 763f4fb278 in the freedesktop.org xserver repository cherry-picks commit c468d34c (and an associated, not mentioned, but also required commit) and is first included in the xwayland-21.1.1.901 release on 2021-06-30. For the third item it appears that libxcb version 1.13 or later has been widely in use for some years now. For the fourth item, egl-wayland version 1.1.7 was released from the upstream repository on 2021-05-11: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.7 The fifth item, if needed, is easily accomplished via the "gsettings" command mentioned in those release notes. Which brings us to the point of this request. The impish repositories for the forthcoming 21.10 release at this point now include xwayland-21.1.1.901 and, with the kind assistance of Timo Aaltonen, libnvidia-egl-wayland1 1.1.7 (including the i386 version to facilitate running the i386 version of libnvidia-gl for 32-bit only apps on a 64-bit system). In other words, impish is all ready to go for full "accelerated rendering on Xwayland with the NVIDIA driver" just as soon as an official 470 release of the nvidia driver makes its way into the "restricted" repository. According to: https://help.ubuntu.com/community/Repositories/Ubuntu The "main" repository is "Canonical-supported free and open-source software." while the "restricted" repository is "Proprietary drivers for devices." However, it also says, "The Ubuntu Install CDs contain software from the "Main" and "Restricted" repositories," but makes no mention of any "Universe" software being included on those CDs. This page: https://help.ubuntu.com/community/Repositories#Restricted goes on to say about the "restricted" repository: > we make exceptions for a small set of tools and drivers that make > it possible to install Ubuntu and its free applications on everyday > hardware. These proprietary drivers are kept in the restricted > component. Please note that it may not be possible to provide > complete support for this software because we are unable to fix > the software ourselves In this case, the problem is that the proprietry drivers being "kept in the restricted component" (in particular the upcoming release of the libnvidia-gl 470 drivers) require a package from the "universe" repository (the libnvidia-egl-wayland1 package) to avoid suffering from crippled graphics performance when running Xwayland. Since, apparently, no "universe" software has been included on the Ubuntu Install CDs, once the Nvidia 470 drivers are officially released, the performance on Nvidia graphics hardware will suffer when running Xwayland after installation from the CDs unless an the additional libnvidia-egl-wayland1 package from "universe" is downloaded and installed. Installation in security sensitive environments where access to external internet connections has been deliberately cut off comes to mind as an example where this arrangement could be a problem. This situation would be easily remedied by moving the libnvidia-egl-wayland1 package from "universe" into "main" and making sure it's included on the Ubuntu Install CDs. It's a small package (less than 30KiB for the package, less than 70KiB installed -- double that to include both amd64 and i386 in order to support 32-bit running on 64-bit). How about it? Can the libnvidia-egl-wayland1 package please be moved from the "universe" respository into "main" in time for the forthcoming official release of the Nvidia 470 drivers in "restricted"? MIR Template: [Availability] Already available in universe now for impish with the minimum required 1.1.7 version. [Rationale] The forthcoming nvidia 470 driver release will end up in restricted and will suffer a performance penalty when used with Xwayland unless egl-wayland version 1.1.7 (or later) has also been installed. [Security] No search results found for CVS, oss-security. No Ubuntu CVE results for egl-wayland or variations thereof. The egl-wayland package installs a library with mode 0644 for use by the nvidia egl driver. While this does not seem to present security issues of its own, the library will be loaded and used by the nvidia egl driver and may therefore share any security concerns applicable to that driver. [Quality assurance] Once installed, use of egl-wayland by the nvidia egl driver is automatic, the single configuration file (/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json) installed by the egl-wayland package makes that happen. There is no configuration or other end user interaction. The package itself does not have any UI of its own. The current universe version of the package comes from the upstream Debian package. There is a debian/watch file present. [Dependencies] The required dependencies (libc6, libwayland-client, libwayland-server) are already present in main. [Standards compliance] Appears to comply with both the FHS and Debian Policy standards. The "/usr/share/egl/egl_external_platform.d/" directory is not specifically mentioned by those standards, but that directory location is required by the installed "10_nvidia_wayland.json" file in order for the nvidia egl driver to load the library that the egl-wayland package installs. [Maintenance] The egl-wayland package is a small package with few dependencies that is already being maintained upstream by Debian. Since it only installs a library and a config file and does not have any of its own UI, there are no i18n or l10n support issues. [Background information] The libnvidia-gl 470 drivers have not yet been officially released. However, there is a 470.42.01 BETA available. And Alberto Milone has been kind enough to provide an experimental PPA build of the 470 BETA for testing: https://launchpad.net/~albertomilone/+archive/ubuntu/nvidia-testing The release notes for the 470 BETA discuss performance under xwayland here: <https://us.download.nvidia.com/XFree86/Linux-x86_64/470.42.01/README/xwayland.html> Quoting from those release notes: > The following are necessary to enable accelerated rendering on > Xwayland with the NVIDIA driver: > > * DRM KMS must be enabled. See Chapter 35, Direct Rendering Manager > Kernel Modesetting (DRM KMS) for details. > > * The installed copy of Xwayland should be a build from the master > branch of https://gitlab.freedesktop.org/xorg/xserver at least > as recent as commit c468d34c. Note that if this requirement is > not satisfied, the NVIDIA GPU can still be used for rendering, > however it will fall back to a suboptimal path for presentation > resulting in degraded performance. > > * libxcb version 1.13 or later must be present. > > * egl-wayland version 1.1.7 or later must be present (if installed > separately from the the NVIDIA driver). > > * If using the GNOME desktop environment, kms-modifiers must be > enabled through gsettings. This can be done with the following > command: > gsettings set org.gnome.mutter experimental-features [\"kms-modifiers\"] The first item is easily accomplished with something like this: /etc/modprobe.d/nvidia-drm.conf: options nvidia-drm modeset=1 For the second item, commit 763f4fb278 in the freedesktop.org xserver repository cherry-picks commit c468d34c (and an associated, not mentioned, but also required commit) and is first included in the xwayland-21.1.1.901 release on 2021-06-30. For the third item it appears that libxcb version 1.13 or later has been widely in use for some years now. For the fourth item, egl-wayland version 1.1.7 was released from the upstream repository on 2021-05-11: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.7 The fifth item, if needed, is easily accomplished via the "gsettings" command mentioned in those release notes. Which brings us to the point of this request. The impish repositories for the forthcoming 21.10 release at this point now include xwayland-21.1.1.901 and, with the kind assistance of Timo Aaltonen, libnvidia-egl-wayland1 1.1.7 (including the i386 version to facilitate running the i386 version of libnvidia-gl for 32-bit only apps on a 64-bit system). In other words, impish is all ready to go for full "accelerated rendering on Xwayland with the NVIDIA driver" just as soon as an official 470 release of the nvidia driver makes its way into the "restricted" repository. According to: https://help.ubuntu.com/community/Repositories/Ubuntu The "main" repository is "Canonical-supported free and open-source software." while the "restricted" repository is "Proprietary drivers for devices." However, it also says, "The Ubuntu Install CDs contain software from the "Main" and "Restricted" repositories," but makes no mention of any "Universe" software being included on those CDs. This page: https://help.ubuntu.com/community/Repositories#Restricted goes on to say about the "restricted" repository: > we make exceptions for a small set of tools and drivers that make > it possible to install Ubuntu and its free applications on everyday > hardware. These proprietary drivers are kept in the restricted > component. Please note that it may not be possible to provide > complete support for this software because we are unable to fix > the software ourselves In this case, the problem is that the proprietry drivers being "kept in the restricted component" (in particular the upcoming release of the libnvidia-gl 470 drivers) require a package from the "universe" repository (the libnvidia-egl-wayland1 package) to avoid suffering from crippled graphics performance when running Xwayland. Since, apparently, no "universe" software has been included on the Ubuntu Install CDs, once the Nvidia 470 drivers are officially released, the performance on Nvidia graphics hardware will suffer when running Xwayland after installation from the CDs unless an the additional libnvidia-egl-wayland1 package from "universe" is downloaded and installed. Installation in security sensitive environments where access to external internet connections has been deliberately cut off comes to mind as an example where this arrangement could be a problem. This situation would be easily remedied by moving the libnvidia-egl-wayland1 package from "universe" into "main" and making sure it's included on the Ubuntu Install CDs. It's a small package (less than 30KiB for the package, less than 70KiB installed -- double that to include both amd64 and i386 in order to support 32-bit running on 64-bit). How about it? Can the libnvidia-egl-wayland1 package please be moved from the "universe" respository into "main" in time for the forthcoming official release of the Nvidia 470 drivers in "restricted"?
2021-07-18 01:25:46 Kyle McKay bug added subscriber MIR approval team
2021-07-20 14:41:01 Christian Ehrhardt  egl-wayland (Ubuntu): assignee Dan Streetman (ddstreet)
2021-07-24 08:30:43 Kyle McKay description MIR Template: [Availability] Already available in universe now for impish with the minimum required 1.1.7 version. [Rationale] The forthcoming nvidia 470 driver release will end up in restricted and will suffer a performance penalty when used with Xwayland unless egl-wayland version 1.1.7 (or later) has also been installed. [Security] No search results found for CVS, oss-security. No Ubuntu CVE results for egl-wayland or variations thereof. The egl-wayland package installs a library with mode 0644 for use by the nvidia egl driver. While this does not seem to present security issues of its own, the library will be loaded and used by the nvidia egl driver and may therefore share any security concerns applicable to that driver. [Quality assurance] Once installed, use of egl-wayland by the nvidia egl driver is automatic, the single configuration file (/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json) installed by the egl-wayland package makes that happen. There is no configuration or other end user interaction. The package itself does not have any UI of its own. The current universe version of the package comes from the upstream Debian package. There is a debian/watch file present. [Dependencies] The required dependencies (libc6, libwayland-client, libwayland-server) are already present in main. [Standards compliance] Appears to comply with both the FHS and Debian Policy standards. The "/usr/share/egl/egl_external_platform.d/" directory is not specifically mentioned by those standards, but that directory location is required by the installed "10_nvidia_wayland.json" file in order for the nvidia egl driver to load the library that the egl-wayland package installs. [Maintenance] The egl-wayland package is a small package with few dependencies that is already being maintained upstream by Debian. Since it only installs a library and a config file and does not have any of its own UI, there are no i18n or l10n support issues. [Background information] The libnvidia-gl 470 drivers have not yet been officially released. However, there is a 470.42.01 BETA available. And Alberto Milone has been kind enough to provide an experimental PPA build of the 470 BETA for testing: https://launchpad.net/~albertomilone/+archive/ubuntu/nvidia-testing The release notes for the 470 BETA discuss performance under xwayland here: <https://us.download.nvidia.com/XFree86/Linux-x86_64/470.42.01/README/xwayland.html> Quoting from those release notes: > The following are necessary to enable accelerated rendering on > Xwayland with the NVIDIA driver: > > * DRM KMS must be enabled. See Chapter 35, Direct Rendering Manager > Kernel Modesetting (DRM KMS) for details. > > * The installed copy of Xwayland should be a build from the master > branch of https://gitlab.freedesktop.org/xorg/xserver at least > as recent as commit c468d34c. Note that if this requirement is > not satisfied, the NVIDIA GPU can still be used for rendering, > however it will fall back to a suboptimal path for presentation > resulting in degraded performance. > > * libxcb version 1.13 or later must be present. > > * egl-wayland version 1.1.7 or later must be present (if installed > separately from the the NVIDIA driver). > > * If using the GNOME desktop environment, kms-modifiers must be > enabled through gsettings. This can be done with the following > command: > gsettings set org.gnome.mutter experimental-features [\"kms-modifiers\"] The first item is easily accomplished with something like this: /etc/modprobe.d/nvidia-drm.conf: options nvidia-drm modeset=1 For the second item, commit 763f4fb278 in the freedesktop.org xserver repository cherry-picks commit c468d34c (and an associated, not mentioned, but also required commit) and is first included in the xwayland-21.1.1.901 release on 2021-06-30. For the third item it appears that libxcb version 1.13 or later has been widely in use for some years now. For the fourth item, egl-wayland version 1.1.7 was released from the upstream repository on 2021-05-11: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.7 The fifth item, if needed, is easily accomplished via the "gsettings" command mentioned in those release notes. Which brings us to the point of this request. The impish repositories for the forthcoming 21.10 release at this point now include xwayland-21.1.1.901 and, with the kind assistance of Timo Aaltonen, libnvidia-egl-wayland1 1.1.7 (including the i386 version to facilitate running the i386 version of libnvidia-gl for 32-bit only apps on a 64-bit system). In other words, impish is all ready to go for full "accelerated rendering on Xwayland with the NVIDIA driver" just as soon as an official 470 release of the nvidia driver makes its way into the "restricted" repository. According to: https://help.ubuntu.com/community/Repositories/Ubuntu The "main" repository is "Canonical-supported free and open-source software." while the "restricted" repository is "Proprietary drivers for devices." However, it also says, "The Ubuntu Install CDs contain software from the "Main" and "Restricted" repositories," but makes no mention of any "Universe" software being included on those CDs. This page: https://help.ubuntu.com/community/Repositories#Restricted goes on to say about the "restricted" repository: > we make exceptions for a small set of tools and drivers that make > it possible to install Ubuntu and its free applications on everyday > hardware. These proprietary drivers are kept in the restricted > component. Please note that it may not be possible to provide > complete support for this software because we are unable to fix > the software ourselves In this case, the problem is that the proprietry drivers being "kept in the restricted component" (in particular the upcoming release of the libnvidia-gl 470 drivers) require a package from the "universe" repository (the libnvidia-egl-wayland1 package) to avoid suffering from crippled graphics performance when running Xwayland. Since, apparently, no "universe" software has been included on the Ubuntu Install CDs, once the Nvidia 470 drivers are officially released, the performance on Nvidia graphics hardware will suffer when running Xwayland after installation from the CDs unless an the additional libnvidia-egl-wayland1 package from "universe" is downloaded and installed. Installation in security sensitive environments where access to external internet connections has been deliberately cut off comes to mind as an example where this arrangement could be a problem. This situation would be easily remedied by moving the libnvidia-egl-wayland1 package from "universe" into "main" and making sure it's included on the Ubuntu Install CDs. It's a small package (less than 30KiB for the package, less than 70KiB installed -- double that to include both amd64 and i386 in order to support 32-bit running on 64-bit). How about it? Can the libnvidia-egl-wayland1 package please be moved from the "universe" respository into "main" in time for the forthcoming official release of the Nvidia 470 drivers in "restricted"? MIR Template: [Availability] Already available in universe now for impish with the minimum required 1.1.7 version. [Rationale] Past nvidia driver releases are in restricted. If the 470 release follows the pattern and ultimately ends up in restricted it will suffer a performance penalty when used with Xwayland unless egl-wayland version 1.1.7 (or later) from outside the main+restricted repository set (universe) has also been installed. [Security] No search results found for CVS, oss-security. No Ubuntu CVE results for egl-wayland or variations thereof. The egl-wayland package installs a library with mode 0644 for use by the nvidia egl driver. While this does not seem to present security issues of its own, the library will be loaded and used by the nvidia egl driver and may therefore share any security concerns applicable to that driver. [Quality assurance] Once installed, use of egl-wayland by the nvidia egl driver is automatic, the single configuration file (/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json) installed by the egl-wayland package makes that happen. There is no configuration or other end user interaction. The package itself does not have any UI of its own. The current universe version of the package comes from the upstream Debian package. There is a debian/watch file present. [Dependencies] The required dependencies (libc6, libwayland-client, libwayland-server) are already present in main. [Standards compliance] Appears to comply with both the FHS and Debian Policy standards. The "/usr/share/egl/egl_external_platform.d/" directory is not specifically mentioned by those standards, but that directory location is required by the installed "10_nvidia_wayland.json" file in order for the nvidia egl driver to load the library that the egl-wayland package installs. [Maintenance] The egl-wayland package is a small package with few dependencies that is already being maintained upstream by Debian. Since it only installs a library and a config file and does not have any of its own UI, there are no i18n or l10n support issues. [Background information] The libnvidia-gl 470 drivers have been officially released as of 2021-07-19 and have since become available in multiverse. The libnvidia-gl 470 release notes discuss performance under xwayland here: <https://us.download.nvidia.com/XFree86/Linux-x86_64/470.57.02/README/xwayland.html> Quoting from those release notes: > The following are necessary to enable accelerated rendering on > Xwayland with the NVIDIA driver: > > * DRM KMS must be enabled. See Chapter 35, Direct Rendering Manager > Kernel Modesetting (DRM KMS) for details. > > * The installed copy of Xwayland should be a build from the master > branch of https://gitlab.freedesktop.org/xorg/xserver at least > as recent as commit c468d34c. Note that if this requirement is > not satisfied, the NVIDIA GPU can still be used for rendering, > however it will fall back to a suboptimal path for presentation > resulting in degraded performance. > > * libxcb version 1.13 or later must be present. > > * egl-wayland version 1.1.7 or later must be present (if installed > separately from the the NVIDIA driver). > > * If using the GNOME desktop environment, kms-modifiers must be > enabled through gsettings. This can be done with the following > command: > gsettings set org.gnome.mutter experimental-features [\"kms-modifiers\"] The first item is easily accomplished with something like this: /etc/modprobe.d/nvidia-drm.conf: options nvidia-drm modeset=1 For the second item, commit 763f4fb278 in the freedesktop.org xserver repository cherry-picks commit c468d34c (and an associated, not mentioned, but also required commit) and is first included in the xwayland-21.1.1.901 release on 2021-06-30. For the third item it appears that libxcb version 1.13 or later has been widely in use for some years now. For the fourth item, egl-wayland version 1.1.7 was released from the upstream repository on 2021-05-11: https://github.com/NVIDIA/egl-wayland/releases/tag/1.1.7 The fifth item, if needed, is easily accomplished via the "gsettings" command mentioned in those release notes. Which brings us to the point of this request. The impish repositories for the forthcoming 21.10 release at this point now include xwayland-21.1.1.901 and, with the kind assistance of Timo Aaltonen, libnvidia-egl-wayland1 1.1.7 (including the i386 version to facilitate running the i386 version of libnvidia-gl for 32-bit only apps on a 64-bit system). In other words, impish is all ready to go for full "accelerated rendering on Xwayland with the NVIDIA driver" using packages currently available. But, if the 470 release follows the pattern of past libnvidia-gl releases, it will end up in the "restricted" repository at some point. According to: https://help.ubuntu.com/community/Repositories/Ubuntu The "main" repository is "Canonical-supported free and open-source software." while the "restricted" repository is "Proprietary drivers for devices." However, it also says, "The Ubuntu Install CDs contain software from the "Main" and "Restricted" repositories," but makes no mention of any "Universe" software being included on those CDs. This page: https://help.ubuntu.com/community/Repositories#Restricted goes on to say about the "restricted" repository: > we make exceptions for a small set of tools and drivers that make > it possible to install Ubuntu and its free applications on everyday > hardware. These proprietary drivers are kept in the restricted > component. Please note that it may not be possible to provide > complete support for this software because we are unable to fix > the software ourselves In this case, the problem is that the proprietary drivers being "kept in the restricted component" (in particular the libnvidia-gl 470 release likely to end up in "restricted") require a package from the "universe" repository (the libnvidia-egl-wayland1 package) to avoid suffering from crippled graphics performance when running Xwayland. Since, apparently, no "universe" software has been included on the Ubuntu Install CDs, once the Nvidia 470 drivers make their way to restricted, the performance on Nvidia graphics hardware will suffer when running Xwayland after installation from the CDs unless an the additional libnvidia-egl-wayland1 package from "universe" is downloaded and installed. Installation in security sensitive environments where access to external internet connections has been deliberately cut off comes to mind as an example where this arrangement could be a problem. This situation would be easily remedied by moving the libnvidia-egl-wayland1 package from "universe" into "main" and making sure it's included on the Ubuntu Install CDs. It's a small package (less than 30KiB for the package, less than 70KiB installed -- double that to include both amd64 and i386 in order to support 32-bit running on 64-bit). How about it? Can the libnvidia-egl-wayland1 package please be moved from the "universe" repository into "main" before the Nvidia 470 drivers migrate to "restricted"?
2021-07-28 19:09:48 Dan Streetman egl-wayland (Ubuntu): assignee Dan Streetman (ddstreet) Kyle McKay (mackyle)
2021-07-28 20:41:42 Dan Streetman egl-wayland (Ubuntu): status New Incomplete
2021-08-13 18:46:09 Dimitri John Ledkov egl-wayland (Ubuntu): status Incomplete Confirmed
2021-08-13 18:46:13 Dimitri John Ledkov egl-wayland (Ubuntu): assignee Kyle McKay (mackyle)
2021-08-17 14:46:05 Christian Ehrhardt  egl-wayland (Ubuntu): assignee Ubuntu Security Team (ubuntu-security)
2021-09-03 03:08:02 Seth Arnold egl-wayland (Ubuntu): assignee Ubuntu Security Team (ubuntu-security)
2021-09-03 03:08:05 Seth Arnold bug added subscriber Seth Arnold
2021-09-03 07:07:02 Christian Ehrhardt  egl-wayland (Ubuntu): status Confirmed Incomplete
2021-09-20 14:45:56 Alberto Milone egl-wayland (Ubuntu): status Incomplete Confirmed
2021-10-05 14:37:08 Lukas Märdian egl-wayland (Ubuntu): status Confirmed Incomplete
2021-10-13 08:48:20 Ikuya Awashiro bug added subscriber Ikuya Awashiro
2021-10-20 16:55:14 Alberto Milone egl-wayland (Ubuntu): status Incomplete Confirmed
2021-11-09 15:45:48 Christian Ehrhardt  egl-wayland (Ubuntu): status Confirmed Incomplete
2021-12-07 10:33:19 Alberto Milone egl-wayland (Ubuntu): status Incomplete In Progress
2021-12-07 10:54:11 Alberto Milone egl-wayland (Ubuntu): status In Progress Confirmed
2021-12-07 11:53:36 michagogo egl-wayland (Ubuntu): status Confirmed In Progress
2022-01-21 10:20:08 Matias Piipari bug added subscriber Matias Piipari
2022-01-26 16:03:19 Alberto Milone bug task added nvidia-graphics-drivers-470 (Ubuntu)
2022-01-26 16:03:32 Alberto Milone bug task added nvidia-graphics-drivers-495 (Ubuntu)
2022-01-26 16:03:41 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu): status New In Progress
2022-01-26 16:03:43 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu): status New In Progress
2022-01-26 16:03:46 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu): importance Undecided Medium
2022-01-26 16:03:48 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu): importance Undecided Medium
2022-01-26 16:03:50 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu): assignee Alberto Milone (albertomilone)
2022-01-26 16:03:52 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu): assignee Alberto Milone (albertomilone)
2022-01-26 23:31:08 michagogo egl-wayland (Ubuntu): status In Progress Fix Committed
2022-01-28 16:57:16 Alberto Milone nominated for series Ubuntu Impish
2022-01-28 16:57:16 Alberto Milone bug task added egl-wayland (Ubuntu Impish)
2022-01-28 16:57:16 Alberto Milone bug task added nvidia-graphics-drivers-470 (Ubuntu Impish)
2022-01-28 16:57:16 Alberto Milone bug task added nvidia-graphics-drivers-495 (Ubuntu Impish)
2022-01-28 16:57:27 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu Impish): status New In Progress
2022-01-28 16:57:30 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu Impish): status New In Progress
2022-01-28 16:57:32 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu Impish): importance Undecided Medium
2022-01-28 16:57:34 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu Impish): importance Undecided Medium
2022-01-28 16:57:36 Alberto Milone nvidia-graphics-drivers-470 (Ubuntu Impish): assignee Alberto Milone (albertomilone)
2022-01-28 16:57:38 Alberto Milone nvidia-graphics-drivers-495 (Ubuntu Impish): assignee Alberto Milone (albertomilone)
2022-01-28 18:28:42 Steve Langasek egl-wayland (Ubuntu): status Fix Committed Fix Released
2022-01-28 18:28:50 Steve Langasek egl-wayland (Ubuntu Impish): status New Won't Fix
2022-01-28 18:29:00 Steve Langasek nvidia-graphics-drivers-470 (Ubuntu Impish): status In Progress Won't Fix
2022-01-28 18:29:05 Steve Langasek nvidia-graphics-drivers-495 (Ubuntu Impish): status In Progress Won't Fix
2022-01-28 20:11:54 Launchpad Janitor nvidia-graphics-drivers-495 (Ubuntu): status In Progress Fix Released
2022-01-28 20:11:56 Launchpad Janitor nvidia-graphics-drivers-470 (Ubuntu): status In Progress Fix Released
2022-02-06 20:53:38 Launchpad Janitor nvidia-graphics-drivers-470 (Ubuntu Impish): status Won't Fix Fix Released