freebsd-ports/graphics/drm-kmod/pkg-message
Eric Anholt a195d38572 Update to drm-kmod including the patches from this port and adding makefile
toggles to disable linux compat.  Fix the website address.

PR:		41854,43149
2002-10-17 00:59:51 +00:00

22 lines
801 B
Plaintext

-------------------------------------------------------------------------------
To use the drivers, make a copy of %%PREFIX%%/etc/rc.d/drm.sh.sample under
%%PREFIX%%/etc/rc.d/drm.sh.
To load the drivers run (as root):
# %%PREFIX%%/etc/rc.d/drm.sh start
To unload it (currently made a no-op due to panics):
# %%PREFIX%%/etc/rc.d/drm.sh stop
It'll also load the drivers automatically when the system is started.
Alternatively, you could add %%PREFIX%%/lib/drm to your kern.module_path sysctl
and let XFree86 load the drivers for you.
Once the modules are loaded, check http://people.freebsd.org/~anholt/dri/
for more information on how to set up the DRI.
Please report problems to Eric Anholt <anholt@FreeBSD.org>.
-------------------------------------------------------------------------------