ubuntu-drivers-common 1:0.7.6 source package in Ubuntu
Changelog
ubuntu-drivers-common (1:0.7.6) eoan; urgency=medium [ Alberto Milone ] * gpu-manager.c: - Drop prime_is_action_on() (now that it isn't on/off any more) and update the description. * UbuntuDrivers/detect.py, UbuntuDrivers/kerneldetection.py, tests/ubuntu_drivers.py, ubuntu-drivers: - Provide DKMS fallback for the "install --gpgpu" case when no linux-modules-nvidia are available for the driver and for a specific kernel (LP: #1843796). We have new tests to cover this scenario now. - Show provider of kernel modules in list --gpgpu - Fix linux metapackage detection. This was meant to be driven by the latest kernel version But it was only partially implemented. Complete the implementation and update the relevant tests. [ Daniel Dadap ] * gpu-manager.c: - Enable power management in NVIDIA on-demand mode: The NVIDIA driver can suspend the GPU when it's being used as a PRIME render offload source and it isn't actively being used. disable_power_management() sets the NVIDIA GPU's power/control mode to "on", which prevents the GPU from suspending when it might otherwise be possible to do so. - Increase string storage on stack for path names. This fixes the warnings that gcc emits when building up path names. -- Alberto Milone <email address hidden> Fri, 13 Sep 2019 12:38:45 +0200
Upload details
- Uploaded by:
- Alberto Milone
- Uploaded to:
- Eoan
- 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.7.6.tar.xz | 80.6 KiB | d7bc25f8fa792fee0aaed138b78ae7b4903e4158ce3b563ba54cfb8fd35f2cd8 |
ubuntu-drivers-common_0.7.6.dsc | 2.4 KiB | 2c12dbd617511a147e5f264b6a0951ecaac55178f652d9be9c63f94834395d70 |
Available diffs
- diff from 1:0.7.5 to 1:0.7.6 (8.7 KiB)
Binary packages built by this source
- dh-modaliases: No summary available for dh-modaliases in ubuntu eoan.
No description available for dh-modaliases in ubuntu eoan.
- fglrx-pxpress: No summary available for fglrx-pxpress in ubuntu eoan.
No description available for fglrx-pxpress in ubuntu eoan.
- nvidia-common: No summary available for nvidia-common in ubuntu eoan.
No description available for nvidia-common in ubuntu eoan.
- 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.
- ubuntu-drivers-common-dbgsym: debug symbols for ubuntu-drivers-common