Skip to content

Instantly share code, notes, and snippets.

@timelf123
Forked from akyoto/144
Created May 17, 2017 18:27
Show Gist options
  • Save timelf123/e4988dcebb557165a8699d09e2756d90 to your computer and use it in GitHub Desktop.
Save timelf123/e4988dcebb557165a8699d09e2756d90 to your computer and use it in GitHub Desktop.
Ubuntu + Nvidia + 144 Hz monitor
# Put this in your startup scripts
xrandr --output DVI-D-0 --mode 1920x1080 --rate 144
# In order to find the correct parameters for the above command run:
xrandr -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment