From owner-freebsd-stable@FreeBSD.ORG Mon Jan 30 19:42:04 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B7916A420 for ; Mon, 30 Jan 2006 19:42:04 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 57DF743D53 for ; Mon, 30 Jan 2006 19:42:01 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 30 Jan 2006 19:41:59 -0000 Received: from p54A7CB71.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.203.113] by mail.gmx.net (mp019) with SMTP; 30 Jan 2006 20:41:59 +0100 X-Authenticated: #5465401 Message-ID: <43DE6E75.8000708@gmx.de> Date: Mon, 30 Jan 2006 20:52:21 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060128) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <040DF00BF960A24897B5B3EFBE63FE8A01CE91B0@ES20SNLNT.srn.sandia.gov> <20060130184933.GK20911@crom.vickiandstacey.com> In-Reply-To: <20060130184933.GK20911@crom.vickiandstacey.com> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC0FEE69DA8D6D1819A33707A" X-Y-GMX-Trusted: 0 Subject: Re: X.org 6.9 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 19:42:04 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC0FEE69DA8D6D1819A33707A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable My X also didn't start after the update. I got it fixed though. The trouble seems to be related to improved monitor detection that conflicts with manual settings. To get my X work again I removed all entries in the section Monitor except for Identifier: Section "Monitor" Identifier "LCD" EndSection I also removed the MonitorLayout from my Device section, this was actually causing the problem I think, even though the entry was correct it seemed to cause problems with the auto detection of xorg. It now looks like this: Section "Device" Identifier "ATI Radeon 7500 Mobile" Driver "radeon" Option "BusType" "AGP" Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "GartSize" "64" Option "EnablePageFlip" "true" Option "DDCMode" "true" EndSection I also cleaned up my Screen section, because X is now well capable of detecting the supported resolutions without me interfering: Section "Screen" Identifier "Screen 1" Device "ATI Radeon 7500 Mobile" Monitor "LCD" DefaultDepth 24 EndSection BTW, DRI is not broken for me and after the update glxgears performs with 37% more fps. I also noticed a performance boost in Quake 3 Arena. Stacey Roberts wrote: > Hello, >=20 > On Mon, 30 Jan 2006, Wilde, Donald wrote: >=20 >> Friday, I updated to latest 6-stable and did portupgrade --all >> successfully, however, I did not restart the system and X until this >> morning. The system boots to login properly, but will not startx to KD= E. >> It locks up completely, cannot even ssh in from outside. Seeing the no= te >> in /usr/ports/UPDATING about Display Postscript, I cvsupped again and >> rebuilt world, ran portupgrade again, and cleaned x11/kde3 and did mak= e >> && make install on it. No tasty enchiladas yet. I just tried running >> startx without startkde in .xinitrc, but still no luck. The X log file= >> (/var/log/Xorg.0.log) never gets written. I am about to make clean for= >> all X.org libraries and reinstall. >> >> What else should I be doing? >=20 > For me on my IBM T43, updating to Xorg-6.9 broke X as well. After some = time spent hunting around for answers, I > found a thread that suggested that Xorg-6.9 broke DRI (certainly for th= e graphics card on the T43). >=20 > Disabling DRI in xorg.conf then enabled me to use startx successfully t= hereafter., Might be worth a shot for you > too. >=20 > Regards, >=20 > Stacey >=20 >> -- >> Don Wilde Org 01737 505-844-1126 >> Man does not live by words alone, despite the fact that sometimes he h= as >> to eat them. - Adlai E. Stevenson Jr.=20 >> >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.o= rg" >> > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g" >=20 >=20 --------------enigC0FEE69DA8D6D1819A33707A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD3m55fMDIb41/+S0RAuWCAJ97cpyE0ggpRcL0DPaYjok0m+HcZACeO3UX bc4Hj8nIHHppYvQM9c3BISw= =Kbe0 -----END PGP SIGNATURE----- --------------enigC0FEE69DA8D6D1819A33707A--