From owner-freebsd-mobile@FreeBSD.ORG Wed May 24 19:53:18 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE9716A636 for ; Wed, 24 May 2006 19:53:18 +0000 (UTC) (envelope-from roth@droopy.unibe.ch) Received: from mailhub03.unibe.ch (mailhub.unibe.ch [130.92.9.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D93E743D5F for ; Wed, 24 May 2006 19:53:13 +0000 (GMT) (envelope-from roth@droopy.unibe.ch) Received: from localhost (scanhub02.unibe.ch [130.92.5.62]) by mailhub03.unibe.ch (Postfix) with ESMTP id DFA534290C; Wed, 24 May 2006 21:53:11 +0200 (CEST) Received: from mailhub03.unibe.ch ([130.92.9.70]) by localhost (scanhub02.unibe.ch [130.92.5.62]) (amavisd-new, port 10024) with LMTP id 08935-14-15; Wed, 24 May 2006 21:53:09 +0200 (CEST) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub03.unibe.ch (Postfix) with ESMTP id 6340642878; Wed, 24 May 2006 21:53:10 +0200 (CEST) Received: from droopy.unibe.ch (droopy [130.92.64.20]) by asterix.unibe.ch (8.12.10+Sun/8.12.10) with ESMTP id k4OJrAJu022481; Wed, 24 May 2006 21:53:10 +0200 (MEST) Received: (from roth@localhost) by droopy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id k4OJrAYA013719; Wed, 24 May 2006 21:53:10 +0200 (MEST) Date: Wed, 24 May 2006 21:53:10 +0200 From: Tobias Roth To: Fabian Keil Message-ID: <20060524195310.GA13682@droopy.unibe.ch> Mail-Followup-To: Fabian Keil , freebsd-mobile@freebsd.org References: <20060510121149.7ba4fc5a@localhost> <20060510052528.GA11015@droopy.unibe.ch> <20060510172547.19d29ac5@localhost> <20060510153801.5102a3a9@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060510153801.5102a3a9@localhost> User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use a different email client. X-Virus-checked: by University of Berne Cc: freebsd-mobile@freebsd.org Subject: Re: DRI on Radeon 9500 Mobile X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 19:53:19 -0000 On Wed, May 10, 2006 at 03:38:01PM +0200, Fabian Keil wrote: > > I think at least one of your problems is that radeon and acpi_video > can't be used together on FreeBSD 6.x, unless you use jhb@'s agp patch. Can you give me a link to this patch? I'd like to try it. > Gregers Petersen wrote about a month ago that "after some re-compile > business" the patch "makes it possible to resume from suspend". > (This list, Thread: Activating acpi on a thinkpad R51) > > However I still have the same resume problem with X loaded, > and Gregers never made it clear if he was talking about his own > experience and what exactly the "re-compile business" was. > > I made my last experiments four weeks ago, but I don't > think there were any relevant changes made since then. My T43p with an M24 1T FireGL works pretty good now: I have glx working, but dri is disabled, since I have acpi_video loaded. With no other patches applied, I can now (since the dri updates from last week to -stable) resume with no problems, and the backlit is turned off during suspend (this has been the case for quite some time now. before that, I needed some acpi_video patches to achieve this). I have no dri/gl specific ports installed, but radeon.ko and drm.ko get loaded when I start X. thanks, Tobias