I'm sure that the incorrect parameter is the hsync for the monitor in the monitor section of the /etc/X11/xorg.conf (or XF86Config-4). The lower value is set too high. 94K is way to high for any monitor I know.
The specs for your monitor seem to reflect a need for :
Code:
H Freq/ V Freq: 30-70 Khz / 50-150 Hz
so you want to rewrite those values if they aren't the same as that. Just fire up a text editor as root and scroll down to the "monitor" section and change those values. Save it and then restart your X-server (in your case, it'd be the system, likely). Also, be sure that you're not trying for a resolution higher than 1280x1024 (1024x768 is best for that monitor). You should be greeted with a GUI then