Added 20-intel.conf and named monitors 'Left' and 'Right'
This commit is contained in:
parent
9b2216be35
commit
2fd8a48105
6
etc/X11/xorg.conf.d/20-intel.conf
Normal file
6
etc/X11/xorg.conf.d/20-intel.conf
Normal file
@ -0,0 +1,6 @@
|
||||
Section "Device"
|
||||
Identifier "Intel Graphics"
|
||||
Driver "intel"
|
||||
Option "Monitor-HDMI1" "Left"
|
||||
Option "Monitor-HDMI3" "Right"
|
||||
EndSection
|
||||
@ -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"
|
||||
# ...
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user