triplemaya
2006-12-02, 06:38 AM CST
I have installed a new graphics card, and the frequency is out of range, very out of range, it won't even show up on a 21" CRT.
I have followed the advice in a previous post and checked that the resolution is in range, and also inserted this section
Section "Module"
Load "ddc"
EndSection
and also commented out the the vert and horiz line entries
Still no good.
I am running fedora 6 , and it is an Asus 7600GT card brand new.
I append below the xorg.conf file as modified.
I'd be very grateful for help to get this running.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "ddc"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
# HorizSync 31.5 - 90.0
# VertRefresh 59.9 - 60.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
I have followed the advice in a previous post and checked that the resolution is in range, and also inserted this section
Section "Module"
Load "ddc"
EndSection
and also commented out the the vert and horiz line entries
Still no good.
I am running fedora 6 , and it is an Asus 7600GT card brand new.
I append below the xorg.conf file as modified.
I'd be very grateful for help to get this running.
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "ddc"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
# HorizSync 31.5 - 90.0
# VertRefresh 59.9 - 60.1
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection