From owner-freebsd-x11@FreeBSD.ORG Sat Aug 9 21:29:35 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3FAE1065674 for ; Sat, 9 Aug 2008 21:29:35 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6E61A8FC1C for ; Sat, 9 Aug 2008 21:29:35 +0000 (UTC) (envelope-from rnoland@2hip.net) Received: from [192.168.2.59] (c-71-56-39-94.hsd1.ga.comcast.net [71.56.39.94]) (authenticated bits=0) by gizmo.2hip.net (8.13.8/8.13.8) with ESMTP id m79KtL0x089445 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 9 Aug 2008 16:55:21 -0400 (EDT) (envelope-from rnoland@2hip.net) From: Robert Noland To: Rene Ladan In-Reply-To: <48989825.3060307@gmail.com> References: <48988A69.1000404@tiscali.co.uk> <48989825.3060307@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-2W3tbksEFoxnwiyDpX04" Organization: 2Hip Networks Date: Sat, 09 Aug 2008 16:55:10 -0400 Message-Id: <1218315310.1914.11.camel@wombat.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on gizmo.2hip.net Cc: freebsd-x11@freebsd.org, vangogh Subject: Re: Complete System Freeze when log out of X session X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2008 21:29:35 -0000 --=-2W3tbksEFoxnwiyDpX04 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-08-05 at 20:12 +0200, Rene Ladan wrote: > vangogh schreef: > > My laptop has xorg 7.3 on Freebsd 7. > > My xorg.conf file has: > > Section "Device" > > Identifier "card0" > > Driver "vesa" > > VendorName "S3 Inc" > > BoardName "VT8375 [ProSavage8 KM266/KL266]" > > BusID "PCI:1:0:0" > > EndSection > >=20 > > Problem is when I log out of gnome my system freezes completely and=20 > > control+alt+backspace does not work. The keyboard becomes totally=20 > > unresponsive and i must unplug the system to turn it off. I have=20 > > searched this problem and seen that posts appear in the archives back i= n=20 > > 2006 about this issue. However, I cannot find any solution. Can someone= =20 > > please point me in the right direction for a solution to this please? > >=20 > This sounds slightly familiar. I sometimes have these freezes too, > but when I'm still in xfce4. Pressing the power knob still works for me, > as well as logging in remotely via ssh. This means that only the screen > (which turns black, no backlight on) and keyboard/mouse are frozen. >=20 > This is with an Asus A6JE, Ati Radeon X1450 running xorg 7.3 with > xf86-video-radeonhd 1.2.1. This sounds more like a gpu crash, or a deadlock in the xserver. So, I don't think that these two cases are the same. Since you can ssh in, have a look at top while it's hung and see what state the xorg process is in. If it is in drmlk2, it's locked. If that looks ok, then it's probably a gpu crash, if you set sysctl hw.dri.0.debug=3D1 you will probably see a lot of radeon_cp_idle and timeout calls. robert. > HTH, > Rene --=-2W3tbksEFoxnwiyDpX04 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) iEYEABECAAYFAkieBC4ACgkQM4TrQ4qfRONcEwCfRZ6m0DYfUybk1xiDjjsi1YtF gFQAnA4BPTbxDkdg+AI46gcMk96K8P1U =IeMk -----END PGP SIGNATURE----- --=-2W3tbksEFoxnwiyDpX04--