Update xorg monitors conf
This commit is contained in:
parent
735c3e2e0c
commit
26f60a1580
|
@ -1,8 +1,8 @@
|
|||
Section "ServerLayout"
|
||||
Identifier "layout"
|
||||
Screen 0 "AMD"
|
||||
Inactive "intel"
|
||||
EndSection
|
||||
#Section "ServerLayout"
|
||||
# Identifier "layout"
|
||||
# Screen 0 "AMD"
|
||||
# Inactive "intel"
|
||||
#EndSection
|
||||
|
||||
Section "Device"
|
||||
Identifier "AMD"
|
||||
|
|
|
@ -23,3 +23,30 @@ Section "Monitor"
|
|||
|
||||
Option "Position" "2049 0"
|
||||
EndSection
|
||||
|
||||
## 1080p monitor
|
||||
#Section "Monitor"
|
||||
# # Monitor Identify
|
||||
# Identifier "eDP1"
|
||||
#
|
||||
# # Setting Resolution and Modes
|
||||
# Option "PreferredMode" "1366x768"
|
||||
# Option "TargetRefresh" "60"
|
||||
#
|
||||
# Option "LeftOf" "HDMI1"
|
||||
#
|
||||
# Option "Position" "0 0"
|
||||
#EndSection
|
||||
#
|
||||
#Section "Monitor"
|
||||
# # Monitor Identify
|
||||
# Identifier "HDMI1"
|
||||
#
|
||||
# # Setting Resolution and Modes
|
||||
# Option "PreferredMode" "1920x1080"
|
||||
# Option "TargetRefresh" "60"
|
||||
#
|
||||
# Option "RightOf" "eDP1"
|
||||
#
|
||||
# Option "Position" "1366 0"
|
||||
#EndSection
|
||||
|
|
Loading…
Reference in New Issue