Linux Mint. How do i set the refresh rate to 144Hz?

No matter what I try it keeps reverting back to 60Hz.

where are you setting it? nvidia control panel? which DE on mint?

Cinnamon DE has no refresh rate option. Nvidia settings never works as it keeps forgetting it at reboot.

you need to run nvidia settings as root and save the settings to the xorg configuration

still not working.

what are you using to verify current refresh?

whats the output of xrandr -q?

I’m using this to verify https://www.vsynctester.com/detect.html
and output is Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.00*+ 144.00 119.98 99.93 84.90
1680x1050 59.95
1440x900 59.89
1280x1024 75.02 60.02
1280x960 60.00
1280x800 59.81
1280x720 60.00
1152x864 75.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
640x480 75.00 59.94
HDMI-0 disconnected (normal left inverted right x axis y axis)
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

which browser are you using?

firefox

do sudo nvidia-settings for me and change to 144, then do xrandr -q for me again to make sure we’re on the same page

Your monitor can use 144HZ but is currently only doing 60

I did that multiple times already.

ok, well good luck to you. hope you figure it out.

did you click apply

yep

can you run xrandr --output default --mode 1920x1080_144

warning: output default not found; ignoring

install arandr and use that

Found a solution. Create a file called 144.sh which executes #!/bin/bash
xrandr --output DVI-D-0 --mode 1920x1080 --rate 144 then create a launcher and place it in autostart. Done!

1 Like