adding x11 nvidia specific conf
This commit is contained in:
parent
de8d936273
commit
fea95143c9
30
root/etc/X11/xorg.conf.d/10-nvidia.conf
Normal file
30
root/etc/X11/xorg.conf.d/10-nvidia.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user