Ok you might have solved this... I had a similar problem.
"gtf 1680 1050 60" gives:
Code:
# 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
Try "xrandr -q" to know the name of the output, in my case it is "VGA".
Code:
xrandr --newmode 1680x1050@60 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
xrandr --addmode VGA 1680x1050@60
xrandr --output VGA --mode 1680x1050@60
If this fixes the display, you can add a permanent "modeline" using these values in the xorg.conf file.
I worked for me, my monitor is almost the same, an LG.