diff options
Diffstat (limited to 'graphics/dri-devel/pkg-message')
-rw-r--r-- | graphics/dri-devel/pkg-message | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/dri-devel/pkg-message b/graphics/dri-devel/pkg-message new file mode 100644 index 000000000000..ba2938a24798 --- /dev/null +++ b/graphics/dri-devel/pkg-message @@ -0,0 +1,14 @@ +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. |