sure it's not 1680x1050 ?
FWIW... Here's my Ubuntu (Dapper/Edgy) xorg.conf settings for a Samsung 215TW (1680x1050) with an Intel chipset:
Code:
Section "Device"
Identifier "Intel1"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,CRT"
Option "DevicePrecense" "true"
VideoRam 128000
Option "ForceBios" "1600x1200=1680x1050"
EndSection
Section "Monitor"
Identifier "215TW"
HorizSync 30-81
VertRefresh 56-75
Mode "1680x1050"
DotClock 146.250000
HTimings 1680 1784 1960 2240
Vtimings 1050 1053 1059 1089
Flags "+HSync" "-Vsync"
EndMode
Option "DPMS"
EndSection
Also, I have to use the 915resolution program to set the BIOS mode 5a to 1680x1050 instead of 1600x1200 before gdm starts.
It probably won't apply to your Pegasos since it's for an Intel based laptop, but maybe it can give you some hints in which direction to search.