diff --git a/.config/xorg.conf.d/08-amdgpu.conf b/.config/xorg.conf.d/08-amdgpu.conf index 94101f8..27333ca 100644 --- a/.config/xorg.conf.d/08-amdgpu.conf +++ b/.config/xorg.conf.d/08-amdgpu.conf @@ -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" diff --git a/.config/xorg.conf.d/10-monitors.conf b/.config/xorg.conf.d/10-monitors.conf index 39ece26..678bbae 100644 --- a/.config/xorg.conf.d/10-monitors.conf +++ b/.config/xorg.conf.d/10-monitors.conf @@ -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