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

Changelog

ubuntu-drivers-common (1:0.9.5) jammy; urgency=medium

  [ Jeremy Szu ]
  * 71-u-d-c-gpu-detection.rules,
    gpu-manager.c:
    - Wait for the nvidia-drm module to be loaded. This works around
      a race condition, where nvidia-drm is loaded after gdm, and
      this causes gdm to hang (LP: #1958488).

 -- Alberto Milone <email address hidden>  Thu, 24 Feb 2022 12:32:44 +0100

Upload details

Uploaded by:
Alberto Milone
Uploaded to:
Jammy
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.9.5.tar.xz 97.6 KiB 81ad53b00c8527c2c88da21aa1824ddca19ffe5f4fee413f75c3dead8c0c4b5d
ubuntu-drivers-common_0.9.5.dsc 2.4 KiB 01784c101b5c505e64faa8e74ab60b0dedbf822ea30136caf57450eec3468c93

Available diffs

View changes file

Binary packages built by this source

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.