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.
20 lines
403 B
20 lines
403 B
#This file is provided by xorg-x11-drv-nvidia
|
|
#Do not edit
|
|
|
|
Section "OutputClass"
|
|
Identifier "nvidia"
|
|
MatchDriver "nvidia-drm"
|
|
Driver "nvidia"
|
|
Option "AllowEmptyInitialConfiguration"
|
|
Option "PrimaryGPU" "yes"
|
|
Option "SLI" "Auto"
|
|
Option "BaseMosaic" "on"
|
|
ModulePath "@LIBDIR@/nvidia/xorg"
|
|
EndSection
|
|
|
|
Section "OutputClass"
|
|
Identifier "intel"
|
|
MatchDriver "i915"
|
|
Driver "modesetting"
|
|
EndSection
|