You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
513 B
Plaintext
19 lines
513 B
Plaintext
4 years ago
|
Section "ServerLayout"
|
||
|
Identifier "Layout0"
|
||
|
Option "AutoAddDevices" "false"
|
||
|
Option "AutoAddGPU" "false"
|
||
|
EndSection
|
||
|
|
||
|
Section "Device"
|
||
|
Identifier "DiscreteNvidia"
|
||
|
Driver "nouveau"
|
||
|
|
||
|
# If the X server does not automatically detect your VGA device,
|
||
|
# you can manually set it here.
|
||
|
# To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
|
||
|
# as you see in the commented example.
|
||
|
# This Setting is needed on Ubuntu 13.04.
|
||
|
# BusID "PCI:01:00:0"
|
||
|
|
||
|
EndSection
|