When I type xrandr
and press enter, the output I get says that I have 144.0 hz available to use on my 1920x1080 resolution, but when I try the command:
xrandr -s 1920x1080 -r 144.0
or 144
without .0
I get the message:
Rate 144.0 Hz not available for this size
I get that message with every possible refresh rate, even the current using refresh rate (60 Hz). I have nvidia-settings
installed which also handles the refresh rate, might the problem be there?
--output
. I guessxrandr
was targeting the first output in the list or something (while my screen is connected in the second one). – mathielo Oct 17 '19 at 13:55