1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/dri-devel/pkg-message
2002-08-21 21:53:59 +00:00

15 lines
564 B
Plaintext

For R200 (8500) support you will require an updated DRM. Radeon 1
users will need an updated DRM if they want TCL (Transform & Lighting)
support.
To do this, remove drm-kmod if you have it, and remove the DRM from
your kernel if you have it. You need /sys to point to the source
for your kernel. Then from this port's directory:
$ make configure
$ cd work/xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/kernel
$ make -f Makefile.bsd depend all install
This installs to your kernel's module directory, so you will have
to redo this after each kernel install.