Calling "ubuntu-drivers install" picks the correct UDA driver. I also
tested specifying the driver manually, with "ubuntu-drivers install
nvidia:440-server", and I got the correct driver again.

:~$ apt-cache policy ubuntu-drivers-common
ubuntu-drivers-common:
  Installed: 1:0.8.4~0.20.04.2
  Candidate: 1:0.8.4~0.20.04.2
  Version table:
 *** 1:0.8.4~0.20.04.2 400
        400 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     1:0.8.1.1 500
        500 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
     1:0.8.1 500
        500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages
     1:0.8.1~ppa3 500
        500 http://ppa.launchpad.net/albertomilone/u-d-c-release/ubuntu 
focal/main amd64 Packages

:~$ apt-cache policy dpkg-dev
dpkg-dev:
  Installed: (none)
  Candidate: 1.19.7ubuntu3
  Version table:
     1.19.7ubuntu3 500
        500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages
        500 http://it.archive.ubuntu.com/ubuntu focal/main i386 Packages
        100 /var/lib/dpkg/status


:~$ prime-select query
nvidia

:~$ nvidia-smi
Mon Jul 27 18:16:39 2020       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 440.95.01    Driver Version: 440.95.01    CUDA Version: 10.2     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce RTX 2060    Off  | 00000000:01:00.0 Off |                  N/A |
| N/A   44C    P8     3W /  N/A |    452MiB /  5934MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      1107      G   /usr/lib/xorg/Xorg                           134MiB |
|    0      1656      G   /usr/lib/xorg/Xorg                           135MiB |
|    0      1906      G   /usr/bin/gnome-shell                         165MiB |
+-----------------------------------------------------------------------------+

** 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/1881586

Title:
  Add support for the new NVIDIA -server driver series

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

Bug description:
  SRU Request:

  [Impact]

  The ubuntu drivers tool requires support for the new NVIDIA -server
  series (introduced by LP: #1881137)

  As already made possible when passing in the "--gpgpu" to the
  "install" argument, ubuntu drivers should be consistent and allow
  specifying a driver series regardless of whether the --gpgpu argument
  is used or not. The new parser code takes care of this.

  [Test Case]

  1) Enable the -proposed repository, and install the new ubuntu-
  drivers-common (0.8.4~0.20.04.1).

  2) Check that specifying an NVIDIA driver flavour works (e.g. "ubuntu-
  drivers install nvidia:440", if your card is supported by the driver)

  3) Restart your computer, and see if everything works correctly when
  accessing the desktop.

  4) Remove all the nvidia drivers:
  sudo apt-get --purge remove '*nvidia*'

  5) Test the auto-detection:
  ubuntu-drivers install

  6) Restart your computer, and see if everything works correctly when
  accessing the desktop.

  7) Check that the correct driver was installed for your card:
  ubuntu-drivers debug

  [Regression Potential]
  Medium-Low. The new code should not affect the current functioning of the 
ubuntu-drivers tool.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1881586/+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

Reply via email to