Skip to content

Instantly share code, notes, and snippets.

@fourdollars
Created May 26, 2010 02:02
Show Gist options
  • Save fourdollars/413949 to your computer and use it in GitHub Desktop.
Save fourdollars/413949 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
xrandr --newmode "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
xrandr --addmode VGA1 1280x1024
xrandr --output LVDS1 --off --output VGA1 --mode 1280x1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment