Create a mode line using cvt:
It should return something like:Code:cvt 1680 1050 120Hz
Now add the mode using xrandr:Code:# 1680x1050 119.89 Hz (CVT) hsync: 135.24 kHz; pclk: 313.75 MHz Modeline "1680x1050_120.00" 313.75 1680 1816 2000 2320 1050 1053 1059 1128 -hsync +vsync
Change to the new mode:Code:xrandr --newmode "1680x1050_120.00" 313.75 1680 1816 2000 2320 1050 1053 1059 1128 -hsync +vsync
Code:xrandr --output DVI-0 --mode 1680x1050_120.00


Reply With Quote
