Ubuntu custom refresh rate?

I'm switching over to Ubuntu from windows 8.1. I've already managed to install nvidia's proprietary drivers but I'm stumped on how to set my overclock refresh rate for my korean monitor. On windows I had it set to 107 Hz and it worked flawlessly, but the nvidia control panel on Ubuntu seems to be limited to 60Hz. I've searched all over online for solutions, and nothing seems to work. It always says "refresh rate not supported by this resolution". I'm using the X-star 1440p korean monitor. Any help would be greatly appreciated!

Have you tried xrandr?

xrandr -r 107

That works for me if it knows that the display will support it, although I have AMD. See below for more detailed information.

AskUbuntu: How to change the monitor's refresh rate?

Yeah I've tried that several times. Nothing seems to work.

cvt 2560 1440 107
2560x1440 106.90 Hz (CVT) hsync: 163.99 kHz; pclk: 582.50 MHz
Modeline "2560x1440_107.00"  582.50  2560 2776 3056 3552  1440 1443 1448 1534 -hsync +vsync

xrandr --newmode "2560x1440_107.00"  582.50  2560 2776 3056 3552  1440 1443 1448 1534 -hsync +vsync

xrandr -q

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
HDMI-0 disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)
DVI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
1920x1080 60.0*+ 144.0 120.0 99.9 84.9 59.9
1680x1050 59.9
1280x1024 75.0 60.0
1440x900 59.9
1280x960 60.0
1280x800 59.9
1152x864 75.0
1280x720 60.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 66.7 60.0 59.9
720x400 70.1
2560x1440_107.00 (0x311) 582.5MHz
h: width 2560 start 2776 end 3056 total 3552 skew 0 clock 164.0KHz
v: height 1440 start 1443 end 1448 total 1534 clock 106.9Hz

xrandr --verbose --addmode DVI-1 "2560x1440_107.00"

You did that?