Mailinglist Archive: radeonhd (300 mails)
| < Previous | Next > |
Re: [radeonhd] State of DRI on r5xx
- From: "John Stoffel" <john@xxxxxxxxxxx>
- Date: Wed, 21 May 2008 16:49:00 -0400
- Message-id: <18484.35516.312174.120240@xxxxxxxxxxx>
"Alex" == Alex Deucher <alexdeucher@xxxxxxxxx> writes:
Alex> On Wed, May 21, 2008 at 2:46 PM, John Stoffel <john@xxxxxxxxxxx> wrote:
Alex> You'll want the latest r500 stuff. the latest stuff is in mesa
Alex> git on the r500-support branch:
Alex> http://cgit.freedesktop.org/mesa/mesa/log/?h=r500-support
Alex> git clone git://anongit.freedesktop.org/git/mesa/mesa
Alex> git checkout -b r500-support origin/r500-support
Thanks for these updates, I'll update my notes and start building
soon. Also, should I bother with the latest libdrm stuff, or the
latest linux 2.6.26-rc3 kernel as well?
It would be good to know which version of Xorg you guys develop
against, and have it noted in the Wiki. Maybe once I get my notes
working for myself, I'll put up a page on there for reference.
Getting the latest DRM/DRM code: 2008-04-29
cd /var/tmp- VERSION = uname -f
git clone git://cgit.freedesktop.org/~airlied/drm
cd drm
git checkout -b r500-fp origin/r500-fp
./autogen.sh
./configure --prefix=/usr --exec-prefix=/
make
cd linux-core
make
cp *.ko /lib/modules/VERSION/kernel/drivers/char/drm/
Alex> here again, this is old. You want drm master (no branch):
Alex> git clone git://anongit.freedesktop.org/git/mesa/drm
Getting the latest radeonhd driver: 2008-04-29
cd /var/tmp- only needed once, or if you screw up completely
git clone
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
cd xf86-video-radeonhd
mkdir build
cd build
../autogen.sh --prefix=/usr
make
make install
Alex> Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |