ubuntu-drivers-common 1:0.2.88 source package in Ubuntu
Changelog
ubuntu-drivers-common (1:0.2.88) trusty; urgency=medium * debian/tests/control: Add missing linux-headers test dependency. * Drop python3-aptdaemon.pkcompat recommends to a suggests, to avoid pulling it into Kubuntu. * share/hybrid/gpu-manager.c: - Add the new gpu manager. This will replace hybrid-detect as soon as test coverage is complete. * tests/ubuntu_drivers.py: - Skip test_list_system() and test_devices_system() for now. We need to find a way to pass syspath without the whole APT_CONFIG env var, or the tests will fail if system packages match real system hardware. -- Alberto Milone <email address hidden> Thu, 20 Feb 2014 17:13:36 +0100
Upload details
- Uploaded by:
- Alberto Milone
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ubuntu-drivers-common_0.2.88.tar.gz | 110.6 KiB | d02cec6938bc3cec3a3b762be7ea8fd14e5d7241102bebd85c2fa8e6766862ca |
ubuntu-drivers-common_0.2.88.dsc | 2.1 KiB | 9c42f0f75bb08995b076cfa425079611ca536b6064971c41df90bb526d48b9f7 |
Available diffs
- diff from 1:0.2.87 to 1:0.2.88 (9.8 KiB)
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.
- 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).
.
- a PackageKit plugin for WhatProvides() for types MODALIAS and
HARDWARE_DRIVER, to do the same queries as above through the PackageKit API
(for using in non-distro specific GUIs). This works with aptdaemon's
PackageKit compatibility layer (python3-aptdaemon. pkcompat) and with
PackageKit's apt backend, but _not_ with the PackageKit aptcc backend.
.
- 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.