Hi,
I have installed RedHat Enterprise Linux AS 4 on a Dell Poweredge 6650, it has an ATIMach 64 video card and is using a Dell 15FP Rack FlatPanel monitor. I have reinstalled Linux twice already and both times the install goes smoothly but when I reboot the second time after the install, when X windows comes up the desktop gets squeezed into a small rectangular shape on the screen and the monitor displays this error message "Input Signal Out of Range, Please select 1024x768 60Hz for best performance". The error message doesn't go away until I exit Xwindows and go back to the command prompt. I am booting to runlevel 3 and the command prompt environment looks fine, it is only Xwindows that is having the display problem.
I have tried and tried to figure out if there is an error in the xorg.conf file, but nothing I try seems to work. This version of RedHat Linux doesn't use the XFree86 like other versions do and I am new to the xorg.conf file.
Here is a copy of the xorg.conf file:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Dell 1500FP"
DisplaySize 304 228
HorizSync 24.0 - 60.0
VertRefresh 56.0 - 75.0
# Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "ati"
VendorName "Videocard vendor"
BoardName "ATI Mach64"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Thanks for any help