I use debian with XFree86 4.3.x but the WSXGA is not supported by default. To enable the video resolution of 1680x1050 (WSXGA) you need to edit the XFree86 config file, located at /etc/X11/XF86Config-4:
Section “Monitor“
Identifier “philips200w“
Option “DPMS“
HorizSync 30–93
VertRefresh 56–85
DisplaySize 433 271
Modeline “1680x1050” 146 1680 1784 1960 2240 1050 1053 1059 1089
EndSection
Section “Screen“
Identifier “Default Screen“
Device “radeon 7000ve rv100“
Monitor “philips200w“
DefaultDepth 24
SubSection “Display“
Depth 24
Modes “1680x1050” “1600x1200” “1280x1024” “1280x960“
EndSubSection
SubSection “Display“
Depth 1
Modes “1680x1050” “1600x1200” “1280x1024” “1280x960“
EndSubSection
EndSection
