Skip to content

Instantly share code, notes, and snippets.

@Wilker
Created May 23, 2016 18:30
Show Gist options
  • Save Wilker/b46cf576378b5581905b33094ac98e1c to your computer and use it in GitHub Desktop.
Save Wilker/b46cf576378b5581905b33094ac98e1c to your computer and use it in GitHub Desktop.
#!/bin/bash
xrandr --newmode "1600x900_60.00" 118.25 1600 1696 1856 2112 900 903 908 934 -Hsync +Vsync
xrandr --addmode DVI-1 "1600x900_60.00"
sleep 3
xrandr --output DVI-1 --mode "1600x900_60.00" --left-of HDMI-0
sleep 2
xrandr --output HDMI-0 --primary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment