17 lines
333 B
17 lines
333 B
3 years ago
|
#This file is provided by xorg-x11-drv-nvidia
|
||
|
#Do not edit
|
||
|
|
||
|
Section "OutputClass"
|
||
|
Identifier "nvidia"
|
||
|
MatchDriver "nvidia-drm"
|
||
|
Driver "nvidia"
|
||
|
Option "AllowEmptyInitialConfiguration"
|
||
|
Option "SLI" "Auto"
|
||
|
Option "BaseMosaic" "on"
|
||
|
EndSection
|
||
|
|
||
|
Section "ServerLayout"
|
||
|
Identifier "layout"
|
||
|
Option "AllowNVIDIAGPUScreens"
|
||
|
EndSection
|