Update xorg monitors conf

This commit is contained in:
Victor Timofei 2022-11-28 23:58:17 +02:00
parent 735c3e2e0c
commit 26f60a1580
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
2 changed files with 32 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Section "ServerLayout" #Section "ServerLayout"
Identifier "layout" # Identifier "layout"
Screen 0 "AMD" # Screen 0 "AMD"
Inactive "intel" # Inactive "intel"
EndSection #EndSection
Section "Device" Section "Device"
Identifier "AMD" Identifier "AMD"

View File

@ -23,3 +23,30 @@ Section "Monitor"
Option "Position" "2049 0" Option "Position" "2049 0"
EndSection 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