Last active
August 29, 2015 14:05
-
-
Save FrankDeGroot/670fe8e78c05aacb002d to your computer and use it in GitHub Desktop.
Set RDP to 1600x900
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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