1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/graphics/drm-kmod/pkg-message
Maxim Sobolev aef9da2538 Add drm-kmod 0.9.2, a FreeBSD kernel modules for 3d acceleration
with the DRI.

PR:		31081
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2001-10-06 07:08:42 +00:00

22 lines
777 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:
# %%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://gladstone.uoregon.edu/~eanholt/dri/
for more information on how to set up the DRI.
Please report problems to Eric Anholt <eanholt@gladstone.uoregon.edu>.
-------------------------------------------------------------------------------