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

Changelog

ubuntu-drivers-common (1:0.7.7) focal; urgency=medium

  [ Alberto Milone ]
  * UbuntuDrivers/detect.py,
    UbuntuDrivers/kerneldetection.py,
    tests/ubuntu_drivers.py:
    - Rely on the linux-image metapackage to find the flavour and
      linux-modules.
      This is for cases such as linux-virtual, which depend on the
      "-generic" flavour.
    - Fix test case where the linux-modules for the ABI shouldn't have
      been available.

  [ Daniel Dadap ]
  * gpu-manager.c:
    - Add helper to remove /usr/share/X11/xorg.conf.d files.
      remove_prime_outputclass() and remove_offload_serverlayout() are
      basically the same function with different target filenames, so
      add a helper function and make both call into the new helper.
      Also give the new helper (and the original functions) a return
      type and value to inform callers of whether removal was successful.

 -- Alberto Milone <email address hidden>  Thu, 13 Feb 2020 12:03:24 +0100

Upload details

Uploaded by:
Alberto Milone
Uploaded to:
Focal
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.7.7.tar.xz 83.9 KiB 403bdbe1104e9fb96c37d5d49ddb13221236dee296436cf7f33cace4b76693fd
ubuntu-drivers-common_0.7.7.dsc 2.4 KiB 1de36b0b835114f44b60b2d263e74759b668f54d06c33a47b046f606a7a4f084

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