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

Changelog

ubuntu-drivers-common (1:0.4.11) wily; urgency=medium

  * gpu-manager.c:
    - Rely on /var/log/syslog to get information about unloaded modules.
      This should minimise the current slowdown on boot (LP: #1307069).
    - Switch from intel to modesetting as the default driver on hybrid
      intel/nvidia systems because of a regression in the intel driver
      (LP: #1507676).

 -- Alberto Milone <email address hidden>  Mon, 19 Oct 2015 17:35:12 +0200

Upload details

Uploaded by:
Alberto Milone
Uploaded to:
Wily
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.4.11.tar.gz 106.4 KiB e9ba679abc3244a1d5d3e16fa72f56139199aa22f4a1d883fda532c6516bc7ab
ubuntu-drivers-common_0.4.11.dsc 2.2 KiB 53a3c68cda557e200138f549c1e3b0d1384290baaad34961e9a8bc79527e8139

Available diffs

View changes file

Binary packages built by this source

dh-modaliases: No summary available for dh-modaliases in ubuntu wily.

No description available for dh-modaliases in ubuntu wily.

fglrx-pxpress: No summary available for fglrx-pxpress in ubuntu wily.

No description available for fglrx-pxpress in ubuntu wily.

nvidia-common: No summary available for nvidia-common in ubuntu wily.

No description available for nvidia-common in ubuntu wily.

ubuntu-drivers-common: No summary available for ubuntu-drivers-common in ubuntu wily.

No description available for ubuntu-drivers-common in ubuntu wily.

ubuntu-drivers-common-dbgsym: debug symbols for package ubuntu-drivers-common

 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.