Skip to content

Instantly share code, notes, and snippets.

@noisy
Created June 26, 2016 16:25
Show Gist options
  • Save noisy/a05aa125a1ee3282a31d558852d546e2 to your computer and use it in GitHub Desktop.
Save noisy/a05aa125a1ee3282a31d558852d546e2 to your computer and use it in GitHub Desktop.
#!/bin/bash
xrandr --newmode "1080p" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
xrandr --addmode DP2 1080p
xrandr --output DP2 --mode 1080p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment