Skip to content

Instantly share code, notes, and snippets.

@coffman21
Created February 25, 2019 07:50
Show Gist options
  • Save coffman21/318394a2b460a69f70f1c4a5ea039ae9 to your computer and use it in GitHub Desktop.
Save coffman21/318394a2b460a69f70f1c4a5ea039ae9 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "VGA-1"
Modeline "1920x1080R" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync
Option "PreferredMode" "1920x1080R"
Option "RightOf" "eDP-1"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "eDP-1"
Modeline "1366x768" 76.30 1366 1414 1446 1610 768 771 776 790 -hsync +vsync
Option "PreferredMode" "1366x768"
Option "LeftOf" "VGA-1"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon"
Monitor "eDP-1"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 3286 1080
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment