Skip to content

Instantly share code, notes, and snippets.

@philcrump
Last active August 27, 2015 22:16
Show Gist options
  • Save philcrump/c4ad8ac7b867cfd62870 to your computer and use it in GitHub Desktop.
Save philcrump/c4ad8ac7b867cfd62870 to your computer and use it in GitHub Desktop.
Force native mode for Acer Monitor
#!/bin/bash
sudo xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
sudo xrandr --addmode DVI-0 1440x900_60.00
sudo xrandr -s 1440x900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment