From owner-freebsd-current@FreeBSD.ORG Wed Mar 18 17:44:16 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D64106567C for ; Wed, 18 Mar 2009 17:44:16 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id AA05D8FC17 for ; Wed, 18 Mar 2009 17:44:15 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from [192.168.1.156] (adsl-19-214-182.bna.bellsouth.net [68.19.214.182]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n2IHgoHe073005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Mar 2009 13:42:51 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Gavin Atkinson In-Reply-To: <1237379121.90667.20.camel@buffy.york.ac.uk> References: <20090318092250.C13401@ury.york.ac.uk> <1237379121.90667.20.camel@buffy.york.ac.uk> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-zpUPgx3gtktAMbI8Dw8S" Organization: FreeBSD Date: Wed, 18 Mar 2009 12:43:56 -0500 Message-Id: <1237398236.1738.9.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: freebsd-current@FreeBSD.org, Nenhum_de_Nos Subject: Re: intel vga and today current+xorg X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 17:44:16 -0000 --=-zpUPgx3gtktAMbI8Dw8S Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2009-03-18 at 12:25 +0000, Gavin Atkinson wrote: > On Wed, 2009-03-18 at 09:35 +0000, Gavin Atkinson wrote: > > On Tue, 17 Mar 2009, Nenhum_de_Nos wrote: > > > I just installed current in this intel motherboard with vga and using= this > > > desktop is hell annoying. I do things in both keyboard and mouse and = when > > > I move the mouse it gets done, as it was in " lag". never saw this ! > > > > > > I'm using hald and dbus, if it is needed to knwo. no proccess is eati= ng my > > > cpu and I have no idea how to solve this. > > > > > > > > > FreeBSD herry.tre-pb.gov.br 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue M= ar 17 > > > 05:56:10 BRT 2009 > > > root@herry.tre-pb.gov.br:/usr/obj/usr/src/sys/Core2Duo8 amd64 > > > > > > xorg is using "intel" as driver. > >=20 > > Ah-ha! I thought I was the only one. I see the same thing on my lapto= p. > >=20 > > X.Org X Server 1.5.3 > > Release Date: 5 November 2008 > > X Protocol Version 11, Revision 0 > > Build Operating System: FreeBSD 8.0-CURRENT i386 > > Current Operating System: FreeBSD rho.xxx 8.0-CURRENT FreeBSD > > 8.0-CURRENT #43: Mon Mar 9 19:21:32 GMT 2009=20 > > root@rho.xxx:/usr/obj/usr/src/sys/RHO i386 i386 > > Build Date: 01 March 2009 11:50:00AM > >=20 > > vgapci0@pci0:0:2:0: class=3D0x030000 card=3D0x00041179 chip=3D0x27a= 28086=20 > > rev=3D0x03 hdr=3D0x00 > > vendor =3D 'Intel Corporation' > > device =3D 'Mobile 945GM/GU Express Integrated Graphics Contro= ller' > > class =3D display > > subclass =3D VGA > > vgapci1@pci0:0:2:1: class=3D0x038000 card=3D0x00041179 chip=3D0x27a= 68086=20 > > rev=3D0x03 hdr=3D0x00 > > vendor =3D 'Intel Corporation' > > device =3D 'Mobile 945GM/GU Express Integrated Graphics Contro= ller' > > class =3D display > >=20 > > I haven't yet established what exactly hangs, it may be the video=20 > > output as the clock in the top corner also stops moving. For me,=20 > > disabling hald fixes things. >=20 > OK, I've done a little more testing. While X/Gnome is "hung", the clock > doesn't advance at all, and any input on the keyboard is buffered > somewhere. Moving the mouse (either USB or the built-in PS2 trackpad) > will release all the queued input. If I type into an SSH session > (within an xterm) while X is in this hung state, the input does not get > passed through until the mouse is moved, so it is not just the display > failing to update. While hung, I can happily SSH into the machine from > elsewhere, and the machine itself is fine. >=20 > Again, none of this happens at all if hald isn't running when X is > started. Killing hald while X is in it's hung state makes no difference > - it doesn't unhang X nor does it prevent the hang from happening again. > Passing time also doesn't seem to unhang the machine - I've had my > laptop hung for 10 minutes so far. Is moused enabled or not? I just committed a patch to HEAD to enable O_ASYNC on psm. I started to fix up usb as well, but couldn't quite figure out usb2 to find where to send the signal... So, if you are not using moused, this may help. Are you using the synaptics driver? or generic mouse driver? robert. > I've put the output of "ps -aux -o wchan,command" while the machine is > in this hung state at http://people.freebsd.org/~gavin/rho/pswchan >=20 > Gavin --=20 Robert Noland FreeBSD --=-zpUPgx3gtktAMbI8Dw8S Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEABECAAYFAknBMtwACgkQM4TrQ4qfRON2rACfWE14iDuZsRp6FoRHPQXV75Om 3uUAnRTG5adYyrYlO3VRVH2fsM0hY09H =o2UI -----END PGP SIGNATURE----- --=-zpUPgx3gtktAMbI8Dw8S--