Change logs for ubuntu-drivers-common source package in Hirsute

  • ubuntu-drivers-common (1:0.9.0~0.21.04.2) hirsute; urgency=medium
    
      [ Alberto Milone ]
      * gpu-manager.c:
        - Enable RTD3 only on laptops (LP: #1942788).
    
     -- Dirk Su <email address hidden>  Fri, 15 Oct 2021 16:18:04 +0800
  • ubuntu-drivers-common (1:0.9.0~0.21.04.1) hirsute; urgency=medium
    
      * gpu-manager.c:
        - Make sure to also search the signed modules (LP: #1931514).
          Credit goes to Bin Li for the first version of this patch.
    
     -- Alberto Milone <email address hidden>  Fri, 18 Jun 2021 16:55:54 +0200
  • ubuntu-drivers-common (1:0.8.9.1) hirsute; urgency=medium
    
      * debian/tests/control:
        - Add dependency on alsa-utils, since the autopkgtest requires it
          for the sl-modem detection plugin.
    
     -- Alberto Milone <email address hidden>  Tue, 13 Apr 2021 13:00:14 +0200
  • ubuntu-drivers-common (1:0.8.9) hirsute; urgency=medium
    
      [ Michael Hudson-Doyle ]
      * Fix previous change: I removed alsa-utils from Build-Depends not Depends.
    
     -- Alberto Milone <email address hidden>  Thu, 08 Apr 2021 13:15:57 +0200
  • ubuntu-drivers-common (1:0.8.8) hirsute; urgency=medium
    
      [ Michael Hudson-Doyle ]
      * Drop dependency on alsa-utils as we want to start using ubuntu-drivers in
        the server installer but do not want alsa-utils there. The code using
        aplay to detect certain kinds of modem will fail to detect them if aplay
        is not installed but will not crash. As alsa-utils is in the
        desktop-common seed there should be no loss of functionality anywhere
        ubuntu-drivers is used today.
    
     -- Alberto Milone <email address hidden>  Wed, 31 Mar 2021 13:43:48 +0200
  • ubuntu-drivers-common (1:0.8.7) hirsute; urgency=medium
    
      * ubuntu-drivers:
        - Do not install recommended dependencies when calling
          "install --gpgpu" (LP: #1898601). The whole point of
          having --gpgpu was to reduce the amount of the
          installed dependencies.
    
     -- Alberto Milone <email address hidden>  Tue, 23 Mar 2021 16:14:36 +0100
  • ubuntu-drivers-common (1:0.8.6.5) hirsute; urgency=medium
    
      * tests/test_ubuntu_drivers.py:
        - Add testcase for list-oem --package-list.
      * UbuntuDrivers/detect.py:
        - Fix the way we validate the nvidia modules metapackages
          (LP: #1914374).
    
     -- Alberto Milone <email address hidden>  Wed, 03 Feb 2021 19:13:21 +0100
  • ubuntu-drivers-common (1:0.8.6.4) hirsute; urgency=medium
    
      [ Alberto Milone ]
      * ubuntu-drivers:
        - Don't error out when failing to write to /run without
          root privileges (LP: #1913651), since package
          installation will fail later.
        - Restore "--package-list" for list-oem, which was supported
          but accidentally not exposed in the transition to click.
          (LP: #1914051).
    
      [ Dimitri John Ledkov ]
      * debian/rules:
        - Make tests on riscv64 non-fatal.
    
     -- Alberto Milone <email address hidden>  Mon, 01 Feb 2021 18:43:34 +0100
  • ubuntu-drivers-common (1:0.8.6.3) hirsute; urgency=medium
    
      * UbuntuDrivers/detect.py,
        tests/test_ubuntu_drivers.py:
        - Prefer LTSB releases over NFB ones for non gpgpu cases too.
      * gpu-manager.c:
        - Make it possible to force runtimepm by creating the
          /etc/u-d-c-nvidia-runtimepm-override file.
        - Make on-demand default on nvidia >= 450, when no
          previous settings are available.
    
     -- Alberto Milone <email address hidden>  Wed, 18 Nov 2020 15:44:11 +0100
  • ubuntu-drivers-common (1:0.8.6.2) groovy; urgency=medium
    
      * ubuntu-drivers:
        - Unify metapackage listing for --gpgpu and non --gpgpu mode.
          This relies on the more robust metapackage listing of
          the non --gpgpu mode (LP: #1900452).
    
     -- Alberto Milone <email address hidden>  Mon, 19 Oct 2020 13:42:45 +0200
  • ubuntu-drivers-common (1:0.8.6.1) groovy; urgency=medium
    
      * UbuntuDrivers/detect.py:
        - Assume the NVIDIA packages to be non-free (LP: #1899630).
      * gpu-manager.{c|py}:
        - Handle the xorg conf file in all supported PRIME
          scenarios (LP: #1900137).
      * tests/test_ubuntu_drivers.py,
        tests/gpu-manager.py:
        - Expect a xorg conf file to be created in on-demand
          mode (11-nvidia-offload.conf) in the test suite.
        - Fix test cases now that nvidia is marked as non-free.
    
     -- Alberto Milone <email address hidden>  Fri, 16 Oct 2020 16:51:44 +0200