I am having trouble loading the X server with
XFree86 4.3.0 installed.. I downloaded from the website however, I get a message
like
Console log for my machine name.....
And when I do redhat-config-xfree86 --reconfig I
get
Couldn't start X server, trying with a fresh
configuration
> * ddcprobe returned bogus values: > ID: API7611 > Name: None > HorizSync: -268377405--268390732 VertSync: -268390732--268370092 > VertSync: -268390732--268370092 > > Error, cannot start X server. The following is my XFree86Config file
# FontPath
"/usr/X11R6/lib/X11/fonts/misc/"
# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" # FontPath "/usr/X11R6/lib/X11/fonts/Type1/" # FontPath "/usr/X11R6/lib/X11/fonts/CID/" # FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" Section "ServerLayout"
Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "unix/:7100" EndSection Section "Module"
Load "extmod" Load "dbe" Load
"dri"
Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice"
Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice"
Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor"
#DisplaySize 360 290 # mm Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 57.0 VertRefresh 50.0 - 90.0 Option "DPMS" EndSection Section "Device"
### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> Identifier "Card0" Driver "i810" VendorName "Intel Corp." BoardName "Intel 810" VideoRam 8192 BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection |