From owner-freebsd-current@FreeBSD.ORG Wed Apr 15 09:44:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15C231065670 for ; Wed, 15 Apr 2009 09:44:23 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 961F28FC12 for ; Wed, 15 Apr 2009 09:44:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1Lu1fJ-0003cu-Ss>; Wed, 15 Apr 2009 11:44:21 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1Lu1fJ-0004jg-Ra>; Wed, 15 Apr 2009 11:44:21 +0200 Message-ID: <49E5AC1F.1040808@zedat.fu-berlin.de> Date: Wed, 15 Apr 2009 09:42:55 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: gary.jennejohn@freenet.de References: <49E4B516.2080901@mail.zedat.fu-berlin.de> <20090414231839.46d634f2@zelda.local> <49E584F0.5030702@zedat.fu-berlin.de> <20090415113828.46075cdc@ernst.jennejohn.org> In-Reply-To: <20090415113828.46075cdc@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-current@freebsd.org, Martin Subject: Re: Xorg/X11 driver Radeon: radeon vs. radeonhd, a mess! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2009 09:44:23 -0000 Gary Jennejohn wrote: > On Wed, 15 Apr 2009 06:55:44 +0000 > "O. Hartmann" wrote: > >> Martin wrote: >>> Am Tue, 14 Apr 2009 18:08:54 +0200 >>> schrieb "O. Hartmann" : >>> >>>> [...] >>> Hi, >>> >>> if you have problems with the radeonhd driver, you should tell the guys >>> who work at it. They are really nice and try to help everywhere. >>> >>> Subscribe there: >>> http://lists.opensuse.org/radeonhd/ >>> >>> I am only using radeonhd, because it works for me on all cards I have. >>> >>> I noticed that window movement may get choppy, when you compile a new >>> kernel (DRM) and don't recompile a fresh radeonhd driver. This happens >>> especially when DRI is enabled for your xorg server. >>> >>> -- >>> Martin >> As far as I know, radeonhd from ports doesn't work with DRI enabled on >> FreeBSD - so it doesn't work on my box either. I guess you're following >> the recommendations using the development brnach directly from GIT. >> > > Works for me on amd64 8-current. > > garyj:ernst:~:-bash:4> grep DRI /var/log/Xorg.0.log > (II) Loading extension XFree86-DRI > (II) Loading extension DRI2 > (**) RADEONHD(0): Option "DRI" > (II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x024B4000 (size = 0x00B13000) > (II) RADEONHD(0): FB: Allocated DRI Depth Buffer at offset 0x02FC7000 (size = 0x00B13000) > (II) RADEONHD(0): FB: Allocated DRI Textures at offset 0x03ADA000 (size = 0x0C400000) > (II) RADEONHD(0): [DRI] installation complete > (II) GLX: Initialized DRISWRAST GL provider for screen 0 > garyj:ernst:~:-bash:5> ls -d /var/db/pkg/*radeon* > drwxr-xr-x 2 root wheel 512 Apr 14 11:32 /var/db/pkg/xf86-video-radeonhd-devel-1.2.5.20090412 > > --- > Gary Jennejohn As I mentioned (but not very clear), I do not use the development radeonhd driver. So I will test this. Thanks. Oliver