ubuntu-drivers-common 1:0.5.2.1 source package in Ubuntu

Changelog

ubuntu-drivers-common (1:0.5.2.1) bionic; urgency=medium

  * debian/rules:
    - Make sure to remove "__pycache__" directory.
  * debian/source/options:
    - Ignore the "__pycache__" directory.
  * gpu-manager.(c|py):
    - Set automatic pci power management when the dGPU is disabled (LP: #1778011).
    - Load the nvidia modules when switching to performance mode.
    - Do not skip unbound devices.
    - Make remove_prime_outputclass() void.
    - Report failures in enable_power_management().
    - Look for blacklisted modules in /lib/modprobe.d too.
    - Report failure when the nvidia modules cannot be unloaded,
      kill the main display session created by gdm3, and try
      unloading the nvidia modules once again.
  * gpu-manager.service:
    - Start before oem-config.service (LP: #1789201).

 -- Alberto Milone <email address hidden>  Thu, 02 Aug 2018 15:45:42 +0200

Upload details

Uploaded by:
Alberto Milone
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ubuntu-drivers-common_0.5.2.1.tar.xz 73.3 KiB d2836d10b5ebebcd05595d535666c09442a04e7cbd932fc1fa0b4492d799f0c1
ubuntu-drivers-common_0.5.2.1.dsc 2.4 KiB ebfb042dff203f595aa37b892ae953671e843fbd1e19b2563c56d39873a95cda

Available diffs

View changes file

Binary packages built by this source

dh-modaliases: debhelper extension for scanning kernel module aliases

 dh_modaliases is useful for packages that ship third-party kernel modules,
 either in binary form, or as sources (with e. g. DKMS). It extracts the
 modules' modaliases from either the compile .ko files themselves (for packages
 which ship them in compiled form, using modinfo), or from a package file
 debian/packagename.modaliases.
 .
 This enables software which is looking for missing driver packages (such as
 Jockey or the operating system installer) to identify which package(s) will
 provide a driver for a piece of hardware, identified by its modalias.

fglrx-pxpress: transitional package for ubuntu-drivers-common

 This is a transitional package for ubuntu-drivers-common. You can remove it
 after upgrading.

nvidia-common: transitional package for ubuntu-drivers-common

 This is a transitional package for ubuntu-drivers-common. You can remove it
 after upgrading.

ubuntu-drivers-common: Detect and install additional Ubuntu driver packages

 This package aggregates and abstracts Ubuntu specific logic and knowledge
 about third-party driver packages. It provides:
 .
  - a Python API for detecting driver packages for a particular piece of
    hardware or the whole system.
 .
  - an "ubuntu-drivers" command line tool to list or install driver packages
    (mostly for integration in installers).
 .
  - some NVidia specific support code to find the most appropriate driver
    version, as well as setting up the alternatives symlinks that the
    proprietary NVidia and FGLRX packages use.

ubuntu-drivers-common-dbgsym: debug symbols for ubuntu-drivers-common