home · contact · privacy
Add experimental new ansible config tree.
[config] / ansible / files / system_new / W530 / ___etc___X11___xorg.conf.forced_nvidia
1 # This is the Optimus-specific configuration recommended by the "NVIDIA
2 # Accelerated Linux Graphics Driver README and Installation Guide", Chapter 32
3 # "Offloading Graphics Display with RandR 1.4" 
4 # (<http://us.download.nvidia.com/XFree86/Linux-x86/346.35/README/randr14.html>)
5 # with the "AllowEmptyInitialConfigratuion" added as described by
6 # <http://us.download.nvidia.com/XFree86/Linux-x86/346.35/README/randr14.html>.
7
8 Section "ServerLayout"
9     Identifier "layout"
10     Screen 0 "nvidia"
11     Inactive "intel"
12 EndSection
13
14 Section "Device"
15     Identifier "nvidia"
16     Driver "nvidia"
17     BusID "PCI:01:00:0"
18     Option "AllowEmptyInitialConfiguration"
19 EndSection
20
21 Section "Screen"
22     Identifier "nvidia"
23     Device "nvidia"
24 EndSection
25
26 Section "Device"
27     Identifier "intel"
28     Driver "modesetting"
29 EndSection
30
31 Section "Screen"
32     Identifier "intel"
33     Device "intel"
34 EndSection