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

  • ubuntu-drivers-common (1:0.4.22.2) zesty-proposed; urgency=medium
    
      [ Alberto Milone ]
      * gpu-manager.{c|py}:
        - Add support for forcing the dGPU on on hybrid systems.
          Creating an empty file named "force-dgpu-on"
          in the /usr/share/gpu-manager.d directory will force the dGPU
          on in power saving mode (LP: #1728547).
    
      [ Kai-Heng Feng ]
      * debian/control:
        - Add build dependency on libkmod-dev.
      * gpu-manager.c:
        - Detect and handle switchable graphics with the amdgpu-pro driver.
          AMDGPU-Pro has its own script to switch between powersaving and
          performance mode (LP: #1731873).
          Some machines allow enabling switchable graphics, or disabling
          the iGPU completely, thus leaving only the dGPU on. This new code
          simply detects the different profiles supported by AMD, and
          enables powersaving mode when possible.
    
     -- Alberto Milone <email address hidden>  Mon, 30 Oct 2017 15:28:11 +0100
  • ubuntu-drivers-common (1:0.4.22.1) zesty-proposed; urgency=medium
    
      * gpu-manager.{c|py}:
        - Add support for using custom xorg.confs with the nvidia
          driver (LP: #1667198).
          Custom xorg files can be named "non-hybrid" (for non hybrid
          systems), "hybrid-performance", and "hybrid-power-saving",
          and will have to placed in the /usr/share/gpu-manager.d
          directory.
          The directory can be overridden by passing another directory
          along with the "--custom-xorg-conf-path" parameter.
        - Add tests for the custom xorg.confs code and for amdgpu-pro
          hybrid support.
    
     -- Alberto Milone <email address hidden>  Wed, 02 Aug 2017 17:17:13 +0200
  • ubuntu-drivers-common (1:0.4.22) yakkety; urgency=medium
    
      * gpu-manager.c:
        - Disable persistence mode before powering down the dGPU.
          If persistence mode is not disabled, gpu-manager will not be able to
          unload the nvidia module.
    
     -- Alberto Milone <email address hidden>  Wed, 31 Aug 2016 18:09:25 +0200