30 lines
476 B
Plaintext
30 lines
476 B
Plaintext
Section "ServerLayout"
|
|
Identifier "layout"
|
|
Screen 0 "intel"
|
|
Inactive "nvidia"
|
|
Option "AllowNVIDIAGPUScreens"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "nvidia"
|
|
Driver "nvidia"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "nvidia"
|
|
Device "nvidia"
|
|
EndSection
|
|
|
|
Section "Device"
|
|
Identifier "intel"
|
|
Driver "modesetting"
|
|
BusID "PCI:0:2:0"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "intel"
|
|
Device "intel"
|
|
Monitor "Monitor0"
|
|
EndSection
|
|
|