Skip to content

Instantly share code, notes, and snippets.

@akyoto
Last active May 29, 2018 22:38
Show Gist options
  • Save akyoto/9a6e61df412ace27ead2 to your computer and use it in GitHub Desktop.
Save akyoto/9a6e61df412ace27ead2 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