My 21" CRT blew the other day so I replaced it with an LCD monitor identical to one I had just gotten at work: A Dell 2007FP. It works fine on all the Windows machines, even at 1600x1200 60 Hz, but it doesn't work so hot on my Linux machine: I get a shimmering with wavy columns (1-2mm amplitude

) that is just unacceptable. I am told this is a symptom of the wrong refresh rate.
I am running an older system. The machine is 2003 vintage, with an Intel 845 (i810 driver) built-in video card. I am running Red Hat 9 (yes I realize this is old) running XFree86 (yes even older), but I tried the Mandriva Spring 2007 One Live disc and it has the same problem.
The problem happens for 1600x1200 @60 Hz and 1280x1024 @60Hz, but not any lower resolutions. I tried three different ModeLine values I picked up on the Internet (see comments). I tried Autoprobe too.
The Monitor section of my XFree86Config file is below.
Can anyone help me get this to work, or else recommend a large brand-name LCD monitor that will work with an older version of Linux?
Thanks for any help!
Eric
Quote:
Section "Monitor"
# 640x480@59.9 hsync: 31.5
Identifier "Monitor0"
VendorName "Dell"
ModelName "DELL 2007FP"
Option "dpms"
# Option "NoDDC"
HorizSync 30.0 - 83.0
# HorizSync 30.0 - 81.0
# VertRefresh 60.0
VertRefresh 56-76
ModeLine "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
ModeLine "640x480@75" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
ModeLine "800x600@60.3" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
ModeLine "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
# ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# Modeline "1600x1200_60.00" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync
ModeLine "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection
|