adding x11 nvidia specific conf

This commit is contained in:
Laurent Le Houerou 2024-05-26 00:11:44 +04:00
parent de8d936273
commit fea95143c9

View File

@ -0,0 +1,30 @@
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "PrimaryGPU" "true"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection