~alextu/+git/ubuntu-drivers-common:artful

Last commit made on 2017-10-30
Get this branch:
git clone -b artful https://git.launchpad.net/~alextu/+git/ubuntu-drivers-common
Only Alex Tu can upload to this branch. If you are Alex Tu please log in for upload directions.

Branch merges

Branch information

Name:
artful
Repository:
lp:~alextu/+git/ubuntu-drivers-common

Recent commits

0ccc83b... by Alberto Milone

Release 1:0.4.23.1

d363e59... by Alberto Milone

gpu-manager.c: make sure that force-dgpu-on is an actual file

45077a0... by Alberto Milone

gpu-manager.c: do not inhibit performance mode with force-dgpu-on

b1f2c46... by Alberto Milone

gpu-manager.py: add tests for the force-dgpu-on hook

89c962b... by Alberto Milone

gpu-manager.c: add custom hook to keep the dGPU on when needed

Creating the force-dgpu-on file in /usr/share/gpu-manager.d
tells gpu-manager to always keep the dGPU on.

734776e... by Alberto Milone

gpu-manager.(c|py): rename custom_xorg_conf code as custom_hook

ce959f3... by Alberto Milone

Start work on 1:0.4.24

c19ac35... by Alberto Milone

Release 1:0.4.23

939899b... by Alberto Milone

gpu-manager: add tests for amdgpu-pro

7032c3a... by Kai-Heng Feng

gpu-manager.c: detect and handle amdgpu-pro switchable graphics enabled/disabled

AMDGPU-Pro has its own script to switch between powersaving and performance
mode.
Some machines have ability to enable switchable graphics, or to disable iGPU
completely, turning it into a discrete only machine.
In order to handle config files between those two situation, we can use
gpu-manager's cards detection mechanism to support it.