Skip to content

Instantly share code, notes, and snippets.

@rtorresve
Last active October 1, 2017 11:49
Set second monitor resolution
#!/bin/bash
xrandr --newmode "1440x900_59.90" 106.29 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync
xrandr --addmode VGA-1 1440x900_59.90
xrandr --output VGA-1 --mode 1440x900_59.90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment