Mailinglist Archive: radeonhd (300 mails)

< Previous Next >
Re: [radeonhd] State of DRI on r5xx
On Fri, 2008-05-23 at 15:44 +0200, Matthias Hopf wrote:

Instruction for FreeBSD will be helpful also, I am not sure what FreeBSD
packages to be replaced by drm and mesa ?

In addition to what Alex wrote:

On May 21, 08 14:46:55 -0400, John Stoffel wrote:
Getting the latest DRM/DRM code: 2008-04-29

> cd /var/tmp
> 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/
- VERSION = uname -f

make install should work. It does for me.
Don't forget a 'depmod -a' afterwards, at least once. The installed drm
modules are in extra/, not kernel/drivers/char/drm/.

Getting the latest radeonhd driver: 2008-04-29

> cd /var/tmp
> git clone
> git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
- only needed once, or if you screw up completely

For DRM you DO want to use my personal repro ATM:

git clone git://people.freedesktop.org/~mhopf/radeonhd

However, it will soon be merged into master. After that I'll be
hopefully able to document the process on the wiki.


Matthias

--
Matthias Hopf <mhopf@xxxxxxx> __ __ __
Maxfeldstr. 5 / 90409 Nuernberg (_ | | (_ |__ mat@xxxxxxxxx
Phone +49-911-74053-715 __) |_| __) |__ R & D www.mshopf.de
--
Vladimir B. Grebenschikov
vova@xxxxxxx
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups