ubuntu-drivers-common 1:0.2.91 source package in Ubuntu
Changelog
ubuntu-drivers-common (1:0.2.91) trusty; urgency=medium * debian/control: - Add build dependency on libdrm-dev. * debian/rules: - Remove /etc/init/hybrid-gfx.conf. - Also remove the current upstart job from the architectures that don't ship gpu-manager. * gpu-manager.c, tests/gpu-manager.py: - Replace laptop specific hack to detect the need to offload rendering to the discrete card with code that opens the available drm devices and checks the connected outputs. If any outputs are connected to the Intel card, then we choose offloading. This also helps when the monitor is still connected to Intel on desktop systems with Intel + NVIDIA systems. - Preliminary work to reduce code duplication in nvidia-prime. * tests/ubuntu_drivers.py: - Do not abort if test_auto_install_system fails. -- Alberto Milone <email address hidden> Wed, 19 Mar 2014 14:49:04 +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.91.tar.gz | 111.0 KiB | 86a0efc4c0eab330935ba0d8fd01ddccbe98a16d54f1fcbde90de4437ae8190f |
ubuntu-drivers-common_0.2.91.dsc | 2.1 KiB | 187e6e239f60569f9cb6a43f306884fe8ae3065ac50661f547468d7c94fab20a |
Available diffs
- diff from 1:0.2.90 to 1:0.2.91 (8.2 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.