From owner-freebsd-stable@FreeBSD.ORG Mon Sep 13 22:40:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F9531065694 for ; Mon, 13 Sep 2010 22:40:40 +0000 (UTC) (envelope-from luke@foolishgames.com) Received: from qmta14.emeryville.ca.mail.comcast.net (qmta14.emeryville.ca.mail.comcast.net [76.96.27.212]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD898FC12 for ; Mon, 13 Sep 2010 22:40:40 +0000 (UTC) Received: from omta14.emeryville.ca.mail.comcast.net ([76.96.30.60]) by qmta14.emeryville.ca.mail.comcast.net with comcast id 6Kle1f0091HpZEsAENTWh7; Mon, 13 Sep 2010 22:27:30 +0000 Received: from stargazer.midnightbsd.org ([70.91.226.201]) by omta14.emeryville.ca.mail.comcast.net with comcast id 6NTU1f00F4MLobJ8aNTVnr; Mon, 13 Sep 2010 22:27:30 +0000 Received: from lholt-desktop.primemediaanalysis.com (75-151-13-201-Michigan.hfc.comcastbusiness.net [75.151.13.201]) (authenticated bits=0) by stargazer.midnightbsd.org (8.14.4/8.14.4) with ESMTP id o8DMRNs2056450 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Mon, 13 Sep 2010 18:27:27 -0400 (EDT) (envelope-from luke@foolishgames.com) X-Authentication-Warning: stargazer.midnightbsd.org: Host 75-151-13-201-Michigan.hfc.comcastbusiness.net [75.151.13.201] claimed to be lholt-desktop.primemediaanalysis.com Message-ID: <4C8EA54A.6020805@foolishgames.com> Date: Mon, 13 Sep 2010 18:27:22 -0400 From: Lucas Holt User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100902 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20100913191158.M94911@rumrunner.mine.nu> <201009132016.o8DKGmw5053180@lurza.secnetix.de> <20100913211408.GA94156@slackbox.erewhon.net> <20100914000102.D96774@rumrunner.mine.nu> In-Reply-To: <20100914000102.D96774@rumrunner.mine.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Freebsd 8.1 + xorg + radeonhd hang 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, 13 Sep 2010 22:40:40 -0000 On 09/13/10 18:04, Eivind E wrote: > > Tried to substitute the driver with ati and loading radeon.ko (which > automatically loaded drm.ko) and had the same results as the plain > radeon driver. X starts up once in a while, but the screen goes > to about half of normal brightness and the view is moved down and to the > right. > You could try experimenting with the AccelMethod option. I've got a newer gpu, but this is what is working for me with a 4200 + freebsd 8.1 at work. ... Section "Module" Load "extmod" Load "dbe" Load "glx" Load "dri" Load "dri2" EndSection ... (for the card) Driver "radeon" VendorName "ATI Technologies Inc" BoardName "RS880 [Radeon HD 4200]" BusID "PCI:1:5:0" Option "AccelMethod" "exa" Option "DRI" "yes" FreeBSD lholt-desktop.primemediaanalysis.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64