Added nvidia and monitors Xorg conf.
This commit is contained in:
parent
511481db3c
commit
98ed93ee3d
11
etc/X11/xorg.conf.d/20-nvidia.conf
Normal file
11
etc/X11/xorg.conf.d/20-nvidia.conf
Normal file
@ -0,0 +1,11 @@
|
||||
Section "Device"
|
||||
Identifier "Nvidia Card"
|
||||
Driver "nvidia"
|
||||
VendorName "NVIDIA Corporation"
|
||||
Option "NoLogo" "true"
|
||||
Option "Monitor-DVI-I-1" "LeftBenQ"
|
||||
Option "Monitor-DVI-D-0" "RightBenQ"
|
||||
#Option "UseEDID" "false"
|
||||
#Option "ConnectedMonitor" "DFP"
|
||||
# ...
|
||||
EndSection
|
||||
13
etc/X11/xorg.conf.d/25-monitors.conf
Normal file
13
etc/X11/xorg.conf.d/25-monitors.conf
Normal file
@ -0,0 +1,13 @@
|
||||
Section "Monitor"
|
||||
Identifier "LeftBenQ"
|
||||
Option "Preferred Mode" "1920x1080_60"
|
||||
Option "Primary" "true"
|
||||
#Option "Rotate" "Left"
|
||||
EndSection
|
||||
|
||||
Section "Monitor"
|
||||
Identifier "RightBenQ"
|
||||
#Option "Rotate" "Left"
|
||||
Option "Preferred Mode" "1920x1080_60"
|
||||
Option "RightOf " "LeftBengQ"
|
||||
EndSection
|
||||
Loading…
Reference in New Issue
Block a user