mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
18 lines
383 B
Text
18 lines
383 B
Text
Section "ServerLayout"
|
|
Identifier "layout"
|
|
Option "AllowNVIDIAGPUScreens"
|
|
EndSection
|
|
|
|
Section "OutputClass"
|
|
Identifier "intel"
|
|
MatchDriver "i915"
|
|
Driver "modesetting"
|
|
EndSection
|
|
|
|
Section "OutputClass"
|
|
Identifier "nvidia"
|
|
MatchDriver "nvidia-drm"
|
|
Driver "nvidia"
|
|
Option "AllowEmptyInitialConfiguration"
|
|
ModulePath "/usr/lib/nvidia/xorg"
|
|
EndSection
|