From owner-freebsd-stable@FreeBSD.ORG Sun Oct 8 17:55:03 2006 Return-Path: X-Original-To: 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 4C11E16A6B2 for ; Sun, 8 Oct 2006 17:55:03 +0000 (UTC) (envelope-from pcasidy@casidy.com) Received: from spock.galacsys.net (spock.galacsys.net [217.24.82.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 594E543D5A for ; Sun, 8 Oct 2006 17:55:02 +0000 (GMT) (envelope-from pcasidy@casidy.com) Received: from smtp.casidy.net (unknown [81.56.135.122]) by spock.galacsys.net (Postfix) with ESMTP id 2B01E1095C; Sun, 8 Oct 2006 19:55:01 +0200 (CEST) Received: from [192.168.1.16] (unknown [192.168.1.16]) by smtp.casidy.net (Postfix) with ESMTP id A5708B891; Sun, 8 Oct 2006 20:04:13 +0200 (CEST) Message-ID: <45293B7C.7060804@casidy.com> Date: Sun, 08 Oct 2006 19:55:08 +0200 From: phc User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Petr Holub References: <000b01c6eacb$b9a9c710$5317fb93@KLOBOUCEK> In-Reply-To: <000b01c6eacb$b9a9c710$5317fb93@KLOBOUCEK> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: 6.1-RELEASE with Xorg crashes when using Radeon driver on ThinkPad T41p 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: Sun, 08 Oct 2006 17:55:03 -0000 Petr Holub wrote: > Hi all, > > since 6.1-RELEASE, I'm facing the following problem on my ThinkPad > T41p with ATI FireGL Mobility T2: when using the radeon driver with the > > (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.so > ... > (II) RADEON(0): Acceleration enabled > Hello Petr, If you are facing the problem I am thinking about, you have to set in your xorg.conf file something like : option "noaccel" "true" (sorry I do not have it at hand to confirm) This problem is not related to FreeBSD as I can reproduce it under Linux too. The problem is with the radeon driver, I submitted a report to xorg about 3 years ago. I hope that helps you anyway. Phil.