Added 20-intel.conf and named monitors 'Left' and 'Right'

This commit is contained in:
Linus Miller 2015-11-15 20:38:56 +01:00
parent 9b2216be35
commit 2fd8a48105
3 changed files with 11 additions and 7 deletions

View File

@ -0,0 +1,6 @@
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "Monitor-HDMI1" "Left"
Option "Monitor-HDMI3" "Right"
EndSection

View File

@ -3,8 +3,8 @@ Section "Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
Option "Monitor-DVI-I-1" "LeftBenQ"
Option "Monitor-DVI-D-0" "RightBenQ"
Option "Monitor-DVI-I-1" "Left"
Option "Monitor-DVI-D-0" "Right"
#Option "UseEDID" "false"
#Option "ConnectedMonitor" "DFP"
# ...

View File

@ -1,13 +1,11 @@
Section "Monitor"
Identifier "LeftBenQ"
Identifier "Left"
Option "Preferred Mode" "1920x1080_60"
Option "Primary" "true"
#Option "Rotate" "Left"
EndSection
Section "Monitor"
Identifier "RightBenQ"
#Option "Rotate" "Left"
Identifier "Right"
Option "Preferred Mode" "1920x1080_60"
Option "RightOf " "LeftBengQ"
Option "RightOf " "Left"
EndSection