Hi, I hope somone can help me whit this problem.

After upgrading from RH7.2 (X 4.1) to RH7.3 (X 4.2) X crashes immidiatly.
I have a ASUS CUSL" mainboard whith an integrated i815 graphics adapter.
This worked fine with before the upgrade but now I get the error below:

(==) Log file: "/var/log/XFree86.0.log", Time: Wed May 15 12:08:33 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(EE) I810(0): Ring buffer allocation failed

Fatal server error:
AddScreen/ScreenInit failed for driver 0


I've tried both whith a home-build kernel 2.4.18 from kernel.org and with the patched 2.4.18 from the RH7.3 distro, with no difference.

Below you see my XF86Config-4. I Really hope somone can help me to fix this problem.

Thomas




# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section "ServerLayout"
      Identifier "XFree86 Configured"
      Screen      0  "Screen0" 0 0
      InputDevice    "Mouse0" "CorePointer"
      InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
      FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
      Load  "dbe"       # Double-buffering
#     Load  "GLcore"          # OpenGL support
#     Load  "dri"       # Direct rendering infrastructure
      #Load  "glx"       # OpenGL X protocol interface
      Load  "extmod"          # Misc. required extensions
#     Load  "v4l"       # Video4Linux
      # Load  "record"      # X event recorder
      # You only need the following two modules if you do not use xfs.
      # Load  "freetype"  # TrueType font handler
      # Load  "type1"           # Adobe Type 1 font handler
EndSection

Section "InputDevice"
      Identifier  "Keyboard0"
      Driver      "keyboard"
      Option      "XkbLayout"      "dk"
EndSection

Section "InputDevice"
      Identifier  "Mouse0"
      Driver      "mouse"
      Option      "Device" "/dev/mouse"
      Option      "Protocol" "Microsoft"
      Option      "Emulate3Buttons" "off"
      Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
      Identifier "Philips Brilliance 109(PRODUCT ID 19A58...)"
      VendorName "Unknown"
      ModelName  "Unknown"
      HorizSync 30.0-95.0
      VertRefresh 50.0-160.0
      Option "dpms"
EndSection

Section "Device"
      Identifier "Intel 815"
      Driver "i810"
      BoardName "Unknown"
      VideoRam 4096
EndSection

Section "Device"
      Identifier "Linux Frame Buffer"
      Driver "fbdev"
      BoardName "Unknown"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device "Intel 815"
      Monitor "Philips Brilliance 109(PRODUCT ID 19A58...)"
      DefaultDepth 16
      Subsection "Display"
            Depth 16
            Modes "1280x1024" "1152x864" "1024x768"
      EndSubSection
EndSection

Section "DRI"
      Mode 0666
EndSection
 

Reply via email to