~alextu/+git/ubuntu-drivers-common:gpu-manager

Last commit made on 2014-03-19
Get this branch:
git clone -b gpu-manager 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:
gpu-manager
Repository:
lp:~alextu/+git/ubuntu-drivers-common

Recent commits

3bd4f70... by Alberto Milone

Release 1:0.2.91

7cae68b... by Alberto Milone

tests/ubuntu_drivers.py: do not abort if test_auto_install_system fails

ab2a20d... by Alberto Milone

debian/rules: remove /etc/init/hybrid-gfx.conf

Also remove the current upstart job from the architectures
that don't ship gpu-manager.

24f954a... by Alberto Milone

gpu-manager.c: rename has_card_connected_outputs() as has_driver_connected_outputs() and change its behaviour

We cannot rely on card0 being the integrated driver, therefore you run through all the possible drm devices.

03e0a74... by Alberto Milone

gpu-manager.c: create or remove a file if we need to offload rendering

This will help nvidia-prime and reduce code duplication.

1643bb9... by Alberto Milone

gpu-manager.c, tests/gpu-manager.py: replace laptop semantics with offloading semantics

We now detect whether it makes sense to use RandR offloading without
having to check if we're dealing with a laptop.

We currently accept only Intel+AMD or Intel+NVIDIA combinations.

This will also make things a little better if users forgot to unplug
the cable from the integrated card.

Also, add build dependency on libdrm-dev.

857b03d... by Alberto Milone

gpu-manager.c: use exists_not_empty()

1025bed... by Alberto Milone

Start work on 1:0.2.91

caf7eb5... by Alberto Milone

Release 1:0.2.90

0c06288... by Alberto Milone

Update changelog