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"
|
Driver "nvidia"
|
||||||
VendorName "NVIDIA Corporation"
|
VendorName "NVIDIA Corporation"
|
||||||
Option "NoLogo" "true"
|
Option "NoLogo" "true"
|
||||||
Option "Monitor-DVI-I-1" "LeftBenQ"
|
Option "Monitor-DVI-I-1" "Left"
|
||||||
Option "Monitor-DVI-D-0" "RightBenQ"
|
Option "Monitor-DVI-D-0" "Right"
|
||||||
#Option "UseEDID" "false"
|
#Option "UseEDID" "false"
|
||||||
#Option "ConnectedMonitor" "DFP"
|
#Option "ConnectedMonitor" "DFP"
|
||||||
# ...
|
# ...
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
Section "Monitor"
|
Section "Monitor"
|
||||||
Identifier "LeftBenQ"
|
Identifier "Left"
|
||||||
Option "Preferred Mode" "1920x1080_60"
|
Option "Preferred Mode" "1920x1080_60"
|
||||||
Option "Primary" "true"
|
Option "Primary" "true"
|
||||||
#Option "Rotate" "Left"
|
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section "Monitor"
|
Section "Monitor"
|
||||||
Identifier "RightBenQ"
|
Identifier "Right"
|
||||||
#Option "Rotate" "Left"
|
|
||||||
Option "Preferred Mode" "1920x1080_60"
|
Option "Preferred Mode" "1920x1080_60"
|
||||||
Option "RightOf " "LeftBengQ"
|
Option "RightOf " "Left"
|
||||||
EndSection
|
EndSection
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user