Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2008 09:45:42 -0400
From:      Robert Noland <rnoland@FreeBSD.org>
To:        BARDOU Pierre <bardou.p@mipih.fr>
Cc:        freebsd-x11@freebsd.org
Subject:   RE: 3D windows effect makes Xorg crash
Message-ID:  <1224251143.1688.16.camel@wombat.2hip.net>
In-Reply-To: <7D90CDE85843914CB4DA65D3A421E6490150126B@vmail.mipih.net>
References:  <7D90CDE85843914CB4DA65D3A421E6490150125C@vmail.mipih.net> <1224170426.32435.8.camel@squirrel.corp.cox.com> <7D90CDE85843914CB4DA65D3A421E64901501267@vmail.mipih.net> <1224247236.1688.11.camel@wombat.2hip.net> <7D90CDE85843914CB4DA65D3A421E6490150126B@vmail.mipih.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-ee8cZwr8Yfm2hQyCMwEe
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

On Fri, 2008-10-17 at 15:20 +0200, BARDOU Pierre wrote:
> Here is what is added to the Xorg.0.log when I make the X server crash (i=
e.
> when I activate 3D windows and press ctrl-super-clik to show the cube).
>=20
>=20
> (II) intel(0): EDID vendor "DEL", prod id 40995
> (II) intel(0): Using hsync ranges from config file
> (II) intel(0): Using vrefresh ranges from config file
> (II) intel(0): Printing DDC gathered Modelines:
> (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  102=
4
> 1025 1028 1066 +hsync +vsync (64.0 kHz)
> (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 =
605
> 628 +hsync +vsync (37.9 kHz)
> (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 4=
84
> 500 -hsync -vsync (37.5 kHz)
> (II) intel(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 4=
92
> 525 -hsync -vsync (31.5 kHz)
> (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 4=
14
> 449 -hsync +vsync (31.5 kHz)
> (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  102=
4
> 1025 1028 1066 +hsync +vsync (80.0 kHz)
> (II) intel(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 =
769
> 772 800 +hsync +vsync (60.1 kHz)
> (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 =
771
> 777 806 -hsync -vsync (48.4 kHz)
> (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 =
604
> 625 +hsync +vsync (46.9 kHz)
> (II) intel(0): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864
> 867 871 905 -hsync +vsync (67.7 kHz)
> (II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  10=
24
> 1027 1034 1063 -hsync +vsync (63.7 kHz)
> (II) intel(0): EDID vendor "DEL", prod id 40995
>=20
> Fatal server error:
> Caught signal 4.  Server aborting

#define SIGILL          4       /* illegal instr. (not reset when caught) *=
/

I'm guessing that this is coming from mesa, but a core dump would help a
lot.  A new X and mesa are waiting in the wings until 7.1 is released.
I could probably get you an advance patch if you want to try that.

robert.

> (II) AIGLX: Suspending AIGLX clients for VT switch
> (II) intel(0): xf86UnbindGARTMemory: unbind key 1
> (II) intel(0): xf86UnbindGARTMemory: unbind key 2
> (II) intel(0): xf86UnbindGARTMemory: unbind key 3
> (II) intel(0): xf86UnbindGARTMemory: unbind key 4
> (II) intel(0): xf86UnbindGARTMemory: unbind key 5
>=20
>=20
> --
> Cordialement,
> Pierre BARDOU
>=20
> -----Message d'origine-----
> De : Robert Noland [mailto:rnoland@FreeBSD.org]=20
> Envoy=C3=A9 : vendredi 17 octobre 2008 14:41
> =C3=80 : BARDOU Pierre
> Cc : freebsd-x11@freebsd.org
> Objet : RE: 3D windows effect makes Xorg crash
>=20
> On Fri, 2008-10-17 at 14:18 +0200, BARDOU Pierre wrote:
> > Hello,
> >=20
> > I did a make buildworld this morning. Previous was on Monday...
> >=20
> > The problem is still the same : 3D windows makes X crash and my PC=20
> > returns to GDM. If I login again, the WM doesn't even launch.
>=20
> I have 3d windows enabled on my 965gm, though I do have the "only on mous=
e
> rotate" option set.  I did notice that you are running amd64, so it could=
 be
> related to that.  A crash dump from X might point us in the right directi=
on.
>=20
> robert.
>=20
> >=20
> > I tried water and fire effect, no problems.
> >=20
> >=20
> > For the performance issue, I thought there was a problem because I=20
> > have another PC with compiz fusion (built in ubuntu 8.04), which=20
> > performs better (wobbling windows, cube and fire are much more fluid)=20
> > despite of better colors (ubuntu uses 24 bith depth, my freeBSD 16)=20
> > and worse hardware (Pentium D, 1Go DDRII, 945G chipset).
> > =20
> >=20
> > Thank you for your help !
> >=20
> > --
> > Cordialement,
> > Pierre BARDOU
> >=20
> > -----Message d'origine-----
> > De : Robert Noland [mailto:rnoland@FreeBSD.org] Envoy=C3=A9 : jeudi 16=20
> > octobre 2008 17:20 =C3=80 : BARDOU Pierre Cc : freebsd-x11@freebsd.org=20
> > Objet : Re: 3D windows effect makes Xorg crash
> >=20
> > On Thu, 2008-10-16 at 16:14 +0200, BARDOU Pierre wrote:
> > > Hello,
> > >=20
> > >=20
> > >=20
> > >    I am =3D trying to set  up compiz fusion on a Dell OptiPlex 330 (I=
ntel
> > >    Pentium E2180, 2Go =3D DDRII,  G33 Chipset).
> > >=20
> > >=20
> > >=20
> > >    I have =3D performance  problems and as soon as I activate the 3d
> > >    windows effects X server  crashes.
> > >=20
> > >=20
> > >=20
> > >    Details,  configuration files and logs :
> > >=20
> > >    [1]http://f=3D orum.compiz-fusion.org/showthread.php?t=3D10009
> > >=20
> > >    Adamk =3D on this forum  advised me to post here.
> > >=20
> > >=20
> > >=20
> > >    This =3D problem is not  a big concern to me, I am trying to setup
> > >    this just to fill up my idle =3D time at  work.
> > >=20
> > >    So if =3D you want to  improve G33 support I can help you by doing
> > >    some =3D tests.
> >=20
> > First, please make sure that you have very recent -CURRENT, I made=20
> > some updates to the agp handling of g33 chipsets recently.  ~600 fps=20
> > in gears is not that unreasonable (glxgears is not a benchmark),  I=20
> > get about 720
> > - 800 on my 965gm.  The only obvious issue that I see from your logs=20
> > is that write combining failed, which would have an impact on performan=
ce.
> > Once we are sure that you are on the latest code, if there are still=20
> > issues, we can look into those.  It is also plausible that this is an=20
> > issue with mesa handling the g33, but that would likely show up on linu=
x
> as well.
> >=20
> > Our ports will get xorg-7.4 once 7.1 is released, which will update=20
> > mesa to
> > 7.2 as well.  FWIW, even the water plugin is finally working correctly=20
> > for me with the update.
> >=20
> > robert.
> >=20
> > >=20
> > >=20
> > >    If you =3D don't have  time, no worries, I'll survive without 3D
> > >    windows :)
> > >=20
> > >=20
> > >=20
> > >    --
> > >=20
> > >    Cordialement,
> > >=20
> > >=20
> > >=20
> > >    Pierre BARDOU
> > >=20
> > >    CSIM - Bureau =3D 012
> > >=20
> > >=20
> > >=20
> > >    Midi Pyr=C3=A9n=C3=A9es =3D Informatique  Hospitali=C3=A8re
> > >=20
> > >    12 rue Michel =3D Labrousse
> > >=20
> > >    BP93668
> > >=20
> > >    F-31036 Toulouse CEDEX =3D 1
> > >=20
> > >=20
> > >=20
> > >    T=C3=A9l : 05 67 31 90 =3D 84
> > >=20
> > >    Fax : 05 34 61 51 =3D 00
> > >=20
> > >    Mail : [2]bardou.p@mipih.fr
> > >=20
> > > References
> > >=20
> > >    1. 3D"http://forum.compiz-fusion.org/showthread.php?t=3D10009"
> > >    2. 3D"mailto:bardou.p@mipih.fr"

--=-ee8cZwr8Yfm2hQyCMwEe
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEABECAAYFAkj4lwYACgkQM4TrQ4qfROPFGACffK7+QWVw/DDhiokbUoWfEd7G
+X4AmwQ4/TGNPNeb+WnnJkzfTTVhWKgB
=geIg
-----END PGP SIGNATURE-----

--=-ee8cZwr8Yfm2hQyCMwEe--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1224251143.1688.16.camel>