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

Changelog

ubuntu-drivers-common (1:0.9.6.4.1) lunar; urgency=medium

  [ Alex-S-H-P ]
  * UbuntuDrivers/detect.py:
    - Remove redundant variable.

  [ Alberto Milone ]
  * UbuntuDrivers/detect.py:
    - Update regex in nvidia_desktop_pre_installation_hook.
  * Quirks/quirkreader.py:
    - Handle UnicodeDecodeError. Fixes FTBFS.

 -- Alberto Milone <email address hidden>  Thu, 12 Jan 2023 14:42:42 +0000

Upload details

Uploaded by:
Alberto Milone
Uploaded to:
Lunar
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.6.4.1.tar.xz 101.1 KiB e9a594cb26d62a4b6a547c04b25f62fb84f23b9cf184b0a1b3382b2dbd1f842b
ubuntu-drivers-common_0.9.6.4.1.dsc 2.4 KiB 4b63c36d888777b37ab09ffab79fa8a64b26d9ba6032f313dddb5ad2c9d9accc

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.