Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save FrankDeGroot/670fe8e78c05aacb002d to your computer and use it in GitHub Desktop.

Select an option

Save FrankDeGroot/670fe8e78c05aacb002d to your computer and use it in GitHub Desktop.
Set RDP to 1600x900
modeline="`cvt 1600 900 | sed -n '2p'`"
xrandr --newmode ${modeline:9}
xrandr --addmode VNC-0 ${modeline:9:16}
xrandr -s ${modeline:10:8}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment