Here is an Xorg.conf section for your screen resoloution
to access your Xorg.conf file open a terminal as root and type
sudo gedit /etc/X11/xorg.conf
Please remember to backup your orginal Xorg.conf to do a roll back if need be
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "SGI MultiLink"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1024" "1280x1024" "1280x960" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
source:
1600x1024 on SGI 1600SW [Archive] - Ubuntu Forums
Hope this Helps,
Jake