Skip to content

Instantly share code, notes, and snippets.

@7h3730B
Created August 5, 2021 14:58
Show Gist options
  • Save 7h3730B/b98690371bcff6ae9c6a68d3040a9051 to your computer and use it in GitHub Desktop.
Save 7h3730B/b98690371bcff6ae9c6a68d3040a9051 to your computer and use it in GitHub Desktop.
My monitor configuration
Section "Monitor"
Identifier "DP1"
# Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync -vsync
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "LeftOf" "HDMI1"
# Option "Position" "640 2160"
EndSection
Section "Monitor"
Identifier "HDMI1"
# Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync -vsync
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "144"
Option "LeftOf" "eDP1"
# Option "Position" "320 1080"
EndSection
Section "Monitor"
Identifier "eDP1"
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync -vsync
Option "PreferredMode" "1920x1080"
Option "TargetRefresh" "60"
Option "Position" "0 0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment