Added nvidia and monitors Xorg conf.

This commit is contained in:
Linus Miller 2015-11-13 18:24:21 +00:00
parent 511481db3c
commit 98ed93ee3d
2 changed files with 24 additions and 0 deletions

View 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

View 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