[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread jeremyszu
** Changed in: oem-priority
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Released
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Released
Status in ubuntu-drivers-common source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common -
1:0.9.0~0.20.04.7

---
ubuntu-drivers-common (1:0.9.0~0.20.04.7) focal; urgency=medium

  * UbuntuDrivers/detect.py:
- Handle Production branches (PB) (LP: #1964747).
- Always prefer PB and LTSB, and pick the highest of the two
  whenever possible.
  * tests/test_ubuntu_drivers.py:
- Add test_system_driver_packages_chroot_support_branch_pb and
  test_system_driver_packages_chroot_support_branch_pb_1, to
  keep track of our policy on PB and LTSB releases.

 -- Alberto Milone   Wed, 16 Mar 2022
17:36:45 +0100

** Changed in: ubuntu-drivers-common (Ubuntu Focal)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Committed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Released
Status in ubuntu-drivers-common source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common -
1:0.9.2.4~0.21.10.2

---
ubuntu-drivers-common (1:0.9.2.4~0.21.10.2) impish; urgency=medium

  * UbuntuDrivers/detect.py:
- Handle Production branches (PB) (LP: #1964747).
- Always prefer PB and LTSB, and pick the highest of the two
  whenever possible.
  * tests/test_ubuntu_drivers.py:
- Add test_system_driver_packages_chroot_support_branch_pb and
  test_system_driver_packages_chroot_support_branch_pb_1, to
  keep track of our policy on PB and LTSB releases.

 -- Alberto Milone   Wed, 16 Mar 2022
17:35:52 +0100

** Changed in: ubuntu-drivers-common (Ubuntu Impish)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Committed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  Fix Released

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread jeremyszu
** Tags added: originate-from-1969352 sutton

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Committed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  Fix Committed

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread jeremyszu
Impish: 1:0.9.2.4~0.21.10.2

after upgrading:
available: 510.60.02-0ubuntu0.21.10.2 (auto-install)

** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

** Changed in: oem-priority
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Committed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  Fix Committed

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-05-03 Thread jeremyszu
Focal: 1:0.9.0~0.20.04.7

before upgrading:
available: 470.103.01-0ubuntu0.20.04.1 (auto-install)
after upgrading:
available: 510.60.02-0ubuntu0.20.04.2 (auto-install)

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Fix Committed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  Fix Committed

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-04-05 Thread Chris Halse Rogers
Hello jeremyszu, or anyone else affected,

Accepted ubuntu-drivers-common into impish-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.2.4~0.21.10.2 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
impish to verification-done-impish. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-impish. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-drivers-common (Ubuntu Impish)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-impish

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  Fix Committed

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-04-05 Thread Chris Halse Rogers
Hello jeremyszu, or anyone else affected,

Accepted ubuntu-drivers-common into focal-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/ubuntu-drivers-
common/1:0.9.0~0.20.04.7 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ubuntu-drivers-common (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  Fix Committed
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-30 Thread Alberto Milone
@Brian: I have just re-uploaded the sources. Thanks.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In Progress
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-29 Thread Brian Murray
@Alberto - the fix for bug 1958488 was released yesterday so the
verifications can be uncoupled now. Will you please reupload ubuntu-
drivers-common to -proposed with a source.changes file that doesn't
reference the previous bug anymore? Thanks in advance.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In Progress
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
   * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-17 Thread Alberto Milone
I have just uploaded ubuntu-drivers-common_0.9.0~0.20.04.7 and ubuntu-
drivers-common_0.9.2.4~0.21.10.2.

Note: this will have to be verified together with LP: #1958488, if we
want both fixes released at the same time.

** Description changed:

  [Impact]
  
-  * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
-  * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
-  * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.
+  * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
+  * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
+  * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.
  
  [Test Plan]
  
-  * ubuntu-drivers debug
+  * Call "ubuntu-drivers debug" and check that 510 is marked as 
"(auto-install)"
  ```
  ...
  === matching driver packages ===
- nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile] 
+ nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile]
  ...
- nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB 
+ nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB
  ...
  ```
-  * As you can see, "(auto-install)" is point to 470 because of it owns LTSB 
tag.
+  * As you can see, "(auto-install)" points to 470 because it owns LTSB tag.
  
  [Fix]
-  * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.
+  * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.
  
  [Where problems could occur]
-  * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
-  * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.
+  * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
+  * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.
  
  ---
  
  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.
  
  ---
  
  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).
  
  The u-d-c will choose LTS branch instead of PB branch.
  
  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.
  
  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In 

[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-16 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.9.6.1

---
ubuntu-drivers-common (1:0.9.6.1) jammy; urgency=medium

  * UbuntuDrivers/detect.py:
- Handle Production branches (PB) (LP: #1964747).
- Always prefer PB and LTSB, and pick the highest of the two
  whenever possible.
  * tests/test_ubuntu_drivers.py:
- Add test_system_driver_packages_chroot_support_branch_pb and
  test_system_driver_packages_chroot_support_branch_pb_1, to
  keep track of our policy on PB and LTSB releases.

 -- Alberto Milone   Wed, 16 Mar 2022
15:59:19 +0100

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In Progress
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * ubuntu-drivers debug
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile] 
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB 
  ...
  ```
   * As you can see, "(auto-install)" is point to 470 because of it owns LTSB 
tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-16 Thread jeremyszu
** Description changed:

+ [Impact]
+ 
+  * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
+  * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
+  * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.
+ 
+ [Test Plan]
+ 
+  * ubuntu-drivers debug
+ ```
+ ...
+ === matching driver packages ===
+ nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile] 
+ ...
+ nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB 
+ ...
+ ```
+  * As you can see, "(auto-install)" is point to 470 because of it owns LTSB 
tag.
+ 
+ [Fix]
+  * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.
+ 
+ [Where problems could occur]
+  * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
+  * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.
+ 
+ ---
+ 
  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.
  
  ---
  
  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).
  
  The u-d-c will choose LTS branch instead of PB branch.
  
  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.
  
  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  In Progress
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In Progress
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  [Impact]

   * In Ubuntu 22.04, ubuntu-drivers install will install nvidia-470 instead of 
510. (the ubuntu-drivers install is the best and recommended way to install 
nvidia driver).
   * nvidia-470 is LTSB (although webpage shows PB) and nvidia-510 is PB, in 
this case, we need to chose the newer version since the support is fair in both 
version.
   * Also, 22.04 announces Wayland supports but nvidia-470 doesn't support in 
Wayland scope at least from gdm upstream.

  [Test Plan]

   * ubuntu-drivers debug
  ```
  ...
  === matching driver packages ===
  nvidia-driver-510: installed:available: 510.54-0ubuntu2  [distro]  
non-free  modalias: pci:v10DEd25A0sv1028sd0A61bc03sc02i00  
path: /sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA 
Corporation  model: GA107M [GeForce RTX 3050 Ti Mobile] 
  ...
  nvidia-driver-470: installed:available: 470.103.01-0ubuntu2 
(auto-install)  [distro]  non-free  modalias: 
pci:v10DEd25A0sv1028sd0A61bc03sc02i00  path: 
/sys/devices/pci:00/:00:01.0/:01:00.0  vendor: NVIDIA Corporation  
model: GA107M [GeForce RTX 3050 Ti Mobile]  support level: LTSB 
  ...
  ```
   * As you can see, "(auto-install)" is point to 470 because of it owns LTSB 
tag.

  [Fix]
   * Adjust the priority in UbuntuDrivers/detect.py, if the PB and LTSB 
versions found, then it needs to pick the newer version one.

  [Where problems could occur]
   * It has less possible to introduce regression since the patch only changes 
_cmp_gfx_alternatives() which counts the priority of nvidia drivers be 
installed.
   * In Ubuntu, we have nvidia-390, 470 and 510 so far as I known and these 
cases are listed in test_system_driver_packages_chroot_support_branch_pb.

  ---

  + nvidia-graphics-drivers-510 

[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-16 Thread Alberto Milone
** Also affects: ubuntu-drivers-common (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-drivers-common (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-drivers-common (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-drivers-common (Ubuntu Bionic)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Focal)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Impish)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: ubuntu-drivers-common (Ubuntu Bionic)
   Importance: Undecided => Critical

** Changed in: ubuntu-drivers-common (Ubuntu Focal)
   Importance: Undecided => Critical

** Changed in: ubuntu-drivers-common (Ubuntu Impish)
   Importance: Undecided => Critical

** Changed in: ubuntu-drivers-common (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: ubuntu-drivers-common (Ubuntu Focal)
   Status: New => In Progress

** Changed in: ubuntu-drivers-common (Ubuntu Impish)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  In Progress
Status in ubuntu-drivers-common source package in Bionic:
  In Progress
Status in ubuntu-drivers-common source package in Focal:
  In Progress
Status in ubuntu-drivers-common source package in Impish:
  In Progress

Bug description:
  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1964747] Re: [Jammy][regression] u-d-c default to use 470 instead of 510

2022-03-16 Thread Alberto Milone
** Also affects: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: New => In Progress

** Changed in: ubuntu-drivers-common (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-drivers-common (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** No longer affects: nvidia-graphics-drivers-510 (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1964747

Title:
  [Jammy][regression] u-d-c default to use 470 instead of 510

Status in OEM Priority Project:
  Confirmed
Status in ubuntu-drivers-common package in Ubuntu:
  In Progress

Bug description:
  + nvidia-graphics-drivers-510 (510.54-0ubuntu0.20.04.1)
  +
  +   * New upstream release (LP: #1961075):
  + - Fixed a bug that could cause GPU exceptions when minimizing a
  +   fullscreen Vulkan application on certain desktops, such as
  +   Plasma.
  +   * debian/templates/control.in:
  + - Set XB-Support to PB (production branch).
  +   * debian/rules.defs:
  + - Add support for video ABI 25.

  ---

  Since
    * debian/templates/control.in:
  - Set XB-Support to PB (production branch).

  The u-d-c will choose LTS branch instead of PB branch.

  because `def _cmp_gfx_alternatives(x, y):` doesn't define PB.

  [Additional information]
  If installed 470 instead of 510, then it will cause
  https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1963701

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1964747/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp