[Newbie]RH 7.3: X crashes.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C1FC26.F60F5000
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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:

(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Wed May 15 12:08:33 =
2002
(=3D=3D) 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
=20


------=_NextPart_000_000E_01C1FC26.F60F5000
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<P class=3DMsoPlainText><SPAN style=3D"mso-fareast-font-family: 'MS =
Mincho'">Hi, I=20
hope somone can help me whit this problem.<BR><BR>After upgrading from =
RH7.2 (X=20
4.1) to RH7.3 (X 4.2) X crashes immidiatly.<BR>I have a ASUS CUSL" =
mainboard=20
whith an integrated i815 graphics adapter. <BR>This worked fine with =
before the=20
upgrade but now I get the error below:<BR><BR>(=3D=3D) Log file:=20
"/var/log/XFree86.0.log", Time: Wed May 15 12:08:33 2002<BR>(=3D=3D) =
Using config=20
file: "/etc/X11/XF86Config-4"<BR>(EE) I810(0): Ring buffer allocation=20
failed<BR><BR>Fatal server error:<BR>AddScreen/ScreenInit failed for =
driver=20
0<BR><BR><BR>I've tried both whith a home-build kernel 2.4.18 from =
kernel.org=20
and with the patched 2.4.18 from the RH7.3 distro, with no=20
difference.<BR><BR>Below you see my XF86Config-4. I Really hope somone =
can help=20
me to fix this problem.<BR><BR>Thomas<BR><BR><BR><BR><BR># XFree86 4.2.0 =

configuration generated by Xconfigurator 4.10.7<BR><BR>Section=20
"ServerLayout"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Identifier "XFree86 Configured"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Screen<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>0<SPAN =

style=3D"mso-spacerun: yes">&nbsp; </SPAN>"Screen0" 0 0<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>InputDevice<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp; </SPAN>"Mouse0"=20
"CorePointer"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>InputDevice<SPAN style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;=20
</SPAN>"Keyboard0" "CoreKeyboard"<BR>EndSection<BR><BR># Red Hat Linux =
6.0 and=20
later use the xfs font server for improved<BR># interactive=20
performance<BR><BR>Section "Files"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>FontPath=20
"unix/:7100"<BR>EndSection<BR><BR># Module loading =
section<BR><BR>Section=20
"Module"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Load<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>"dbe"<SPAN=20
style=3D"mso-tab-count: 1"> </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>#=20
Double-buffering<BR>#<SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Load<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>"GLcore"<SPAN =

style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># =
OpenGL=20
support<BR>#<SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Load<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>"dri"<SPAN=20
style=3D"mso-tab-count: 1"> </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># =
Direct=20
rendering infrastructure<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>#Load<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"glx"<SPAN =
style=3D"mso-tab-count: 1">=20
</SPAN><SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>#=20
OpenGL X protocol interface<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Load<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"extmod"<SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp; </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># Misc. =
required=20
extensions<BR>#<SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp; =

</SPAN>Load<SPAN style=3D"mso-spacerun: yes">&nbsp; </SPAN>"v4l"<SPAN=20
style=3D"mso-tab-count: 1"> </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>#=20
Video4Linux<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN># Load<SPAN style=3D"mso-spacerun: yes">&nbsp; =
</SPAN>"record"<SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># X =
event=20
recorder<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN># You only need the following two modules if you do not use =
xfs.<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># =
Load<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"freetype"<SPAN=20
style=3D"mso-tab-count: 1">&nbsp; </SPAN># TrueType font =
handler<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># =
Load<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"type1"<SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN># Adobe =
Type 1=20
font handler<BR>EndSection<BR><BR>Section "InputDevice"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"Keyboard0"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Driver<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>"keyboard"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Option<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>"XkbLayout"<SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>"dk"<BR>EndSection<BR><BR>Section "InputDevice"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>"Mouse0"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Driver<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>"mouse"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Option<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>"Device"=20
"/dev/mouse"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Option<SPAN style=3D"mso-spacerun: =
yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>"Protocol" "Microsoft"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Option<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>"Emulate3Buttons" "off"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Option<SPAN=20
style=3D"mso-spacerun: yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>"ZAxisMapping"=20
"4 5"<BR>EndSection<BR><BR>Section "Monitor"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier=20
"Philips Brilliance 109(PRODUCT ID 19A58...)"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>VendorName=20
"Unknown"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>ModelName <SPAN style=3D"mso-spacerun: =
yes">&nbsp;</SPAN>"Unknown"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>HorizSync=20
30.0-95.0<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>VertRefresh 50.0-160.0<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Option=20
"dpms"<BR>EndSection<BR><BR>Section "Device"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier "Intel=20
815"<BR><SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Driver "i810"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>BoardName=20
"Unknown"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>VideoRam 4096<BR>EndSection<BR><BR>Section "Device"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier "Linux=20
Frame Buffer"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Driver "fbdev"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>BoardName=20
"Unknown"<BR>EndSection<BR><BR>Section "Screen"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>Identifier=20
"Screen0"<BR><SPAN style=3D"mso-tab-count: =
1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Device "Intel 815"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Monitor =
"Philips=20
Brilliance 109(PRODUCT ID 19A58...)"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</SPAN>DefaultDepth=20
16<BR><SPAN style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>Subsection "Display"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Depth =
16<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Modes =
"1280x1024"=20
"1152x864" "1024x768"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
</SPAN>EndSubSection<BR>EndSection<BR><BR>Section "DRI"<BR><SPAN=20
style=3D"mso-tab-count: 1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </SPAN>Mode=20
0666<BR>EndSection<BR>&nbsp;<?xml:namespace prefix =3D o ns =3D=20
"urn:schemas-microsoft-com:office:office"=20
/><o:p></o:p></SPAN></P></FONT></DIV></BODY></HTML>

------=_NextPart_000_000E_01C1FC26.F60F5000--



[Index of Archives]     [XFree86]     [Xfree86 Xpert]     [X.org]     [IETF Annouce]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Picture Sharing]     [Linux Security]     [Linux RAID]

  Powered by Linux