Hello,
Well if it's of any use I've just picked up a reasonably cheap LCD monitor (£ 142 UK) which I've used to swap out a dying 15" CRT. The first step I took was to boot from a Knoppix 3.7 CD and, once it had booted up, I looked at the /etc/X11/XF86Config4 file that Knoppix created to find the relevant "HorizSync" and "VertRefresh" values for the monitor.
I then shut the machine down, plugged in the old monitor, rebooted, and edited my /etc/X11/xorg.conf file to add a new "Monitor" section specifying the "HorizSync" and "VertRefresh" settings Knoppix used. The new monitor section I added looks like this (apologies for the indenting getting messed up):
Section "Monitor"
Identifier "Digimate 1718"
Option "DPMS" "true"
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
End Section
Next step was to edit my "Screen" section to put this new monitor entry in place of my previous one (and whilst I was at it I also added a "1280x1024" resolution to each display mode to match the capabilities of the new monitor). So my amended "Screen" section now looks like this:
Section "Screen"
Identifier "Screen0"
Device "GeForceMX440"
# Monitor "Compaq V50" <------This was my old 15" CRT monitor
Monitor "Digimate 1718"
DefaultColorDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Following this I powered down, connected the new LCD monitor, and powered back on. 1 minute later and I'm now in X and the new LCD looks positively lovely. I daresay I can tweak it a bit to get a nicer desktop (fonts etc.) but it's certainly now usable.
So having done a quick google for your monitor this revealed that the settings for your screen should be:
Section "Monitor"
Identifier "Acer AL1715SM"
HorizSync 31.5 - 80.0
VertRefresh 56.3 - 75.0
End Section
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
N.B. If you're going to try the above settings PLEASE check your manual first. I don't want you blaming me if it blows up as I only did a quick Google and took the first specifications I found

If in doubt I'd strongly suggest you try using a Knoppix CD first as it really is excellent at this sort of thing.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *