From owner-freebsd-x11@FreeBSD.ORG Fri Jun 8 11:16:45 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07AD216A46B; Fri, 8 Jun 2007 11:16:45 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (smtp.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id CFDEA13C44B; Fri, 8 Jun 2007 11:16:42 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from memory.local (b.fw.visualtech.com [208.16.19.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b.mx.visualtech.com (Postfix) with ESMTP id E098148390; Fri, 8 Jun 2007 07:16:41 -0400 (EDT) From: Adam K Kirchhoff To: Josef Karthauser Date: Fri, 8 Jun 2007 07:16:40 -0400 User-Agent: KMail/1.9.6 References: <20070607215349.GA2011@genius.tao.org.uk> <1181258172.4735.12.camel@sorrow> <20070608105523.GA96664@genius.tao.org.uk> In-Reply-To: <20070608105523.GA96664@genius.tao.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706080716.40614.adamk@voicenet.com> Cc: freebsd-x11@freebsd.org Subject: Re: Problem with Beryl and xorg 7.2 - RELENG_6 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: Fri, 08 Jun 2007 11:16:45 -0000 On Friday 08 June 2007 06:55:23 Josef Karthauser wrote: > On Thu, Jun 07, 2007 at 07:16:12PM -0400, Adam K Kirchhoff wrote: > > You should be able to get beryl to run with the --use-copy option, but > > it will be very slow. > > > > Currently, the texture_from_pixmap render path (the default for beryl), > > won't work with the radeon driver as AIGLX is broken on those drivers. > > Getting it working on intel (also with AIGLX) seems to be hit-or-miss as > > well. > > Ah, thanks - exactly the kind of information I was hoping for. Any word > on when the radeon drivers will be fixed? How will I be able to find > out when this has been done; gotta get me some beryl fix. > > J Just for clarification, AIGLX is broken on the radeon drivers on freebsd. It does work fine on linux at the moment. Last time I asked around on this list about the status of AIGLX, I had the very distinct sense that there is no one actively working on this problem. Just so you know, I took another look at your Xorg log file this morning and see that you have another problem as well: (II) RADEON(0): [drm] drmSetBusid failed (8, pci:0000:01:00.0), Permission denied (EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI. This error shows up in Google a bit, but I'm not seeing one simple solution. Do you have a DRI section in your xorg.conf file? In mine, I have: Section "DRI" Mode 0666 EndSection That will give everyone access to direct rendering. Did you build the DRM modules from outside of the FreeBSD source tree (ie. from the DRM git tree)? Some people mention getting the Permission denied error (on linux) when the DRM modules were compiled with a different version of gcc than the kernel). Adam