You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
516 B
30 lines
516 B
Section "ServerLayout"
|
|
Identifier "layout"
|
|
Screen 0 "nvidia"
|
|
Inactive "intel"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "nvidia"
|
|
Driver "nvidia"
|
|
BusID "PCI:1:0:0"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "nvidia"
|
|
Device "nvidia"
|
|
Option "AllowEmptyInitialConfiguration"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "intel"
|
|
Driver "modesetting"
|
|
BusID "PCI:0:2:0"
|
|
#Option "AccelMethod" "none"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "intel"
|
|
Device "intel"
|
|
EndSection
|