-
-
Save timelf123/e4988dcebb557165a8699d09e2756d90 to your computer and use it in GitHub Desktop.
Ubuntu + Nvidia + 144 Hz monitor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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