From owner-freebsd-x11@FreeBSD.ORG Thu Nov 29 09:26:22 2007 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 87A5116A47C for ; Thu, 29 Nov 2007 09:26:22 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (a.smtp.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id 72CA213C4EC for ; Thu, 29 Nov 2007 09:26:22 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from sorrow.ashke.com (c-69-248-229-5.hsd1.nj.comcast.net [69.248.229.5]) by b.mx.visualtech.com (Postfix) with ESMTP id CC5C84856C; Thu, 29 Nov 2007 04:10:11 -0500 (EST) Date: Thu, 29 Nov 2007 04:08:15 -0500 From: Adam K Kirchhoff To: "Marat N.Afanasyev" Message-Id: <20071129040815.e8679d52.adamk@voicenet.com> In-Reply-To: <474D30E7.8060403@ksu.ru> References: <27dbfc8c0711240418t5e5ddfc3pe16cf20b1bab6430@mail.gmail.com> <474D30E7.8060403@ksu.ru> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: SOLVED Xorg hangs with radeon driver 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: Thu, 29 Nov 2007 09:26:22 -0000 There is a patch or two floating around the archives of this mailing list (which I think has been merged into the DRM tree at freedesktop.org) which gets AIGLX working properly on ATI hardware. Adam On Wed, 28 Nov 2007 12:12:07 +0300 "Marat N.Afanasyev" wrote: > Valerio Daelli wrote: > > On Nov 24, 2007 10:31 AM, Valerio Daelli > > wrote: > >> Hi > >> > >> I have a laptop, an Acer TravelMate 2500 with a graphic card ATI > >> Radeon RS300. I use 7.0-BETA3. > >> If I generate an xorg.conf with 'Xorg -configure', th generated > >> xorg.conf uses the radeon driver. If I try it with 'Xorg -config > >> xorg.conf' (or with 'startx') the laptop hangs with a black > >> screen, I am unable to get a dump or to switch to DDB. > >> If I use the driver 'ati' I am able to get X working, but: > >> 1-If I use the VideoRam in the card section the laptop hangs > >> 2-If I specify a DefaultDepth of 16 or 24 it hangs > >> I tried to disable the AIGLX option, but it does not work. > >> So I am able to use only an 'ati' driver with DefaultDepth of 8 > >> and no VideoRam. > > > > Hi > > Now thanks to Steve Roome I solved the problem. > > I had to put > > > > Option "MonitorLayout" "LVDS, NONE" > > > > and > > > > Option "DRI" "off" > > > > this makes my laptop completely useless at all, `cause of very slow > video output. I prefer the following solution > > echo 'WITHOUT_AIGLX=yes'>>/etc/make.conf > cd /usr/ports/x11-drivers/xf86-video-ati > make install clean > > and it works just fine on my radeon x700m > > > in the xorg.conf file and I have the desired color depth. > > Sorry for the noise > > > > Valerio Daelli > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to > > "freebsd-x11-unsubscribe@freebsd.org" > > >