8ef8da91d3
This and the updated libdrm bump the API version to 0.0.14 which requires an updated kernel patch. See pkg-message for details. PR: 136806 Submitted by: Anonymous <swell.k@gmail.com>
15 lines
594 B
Text
15 lines
594 B
Text
The DRM part is still not in the kernel tree and will not be there
|
|
until it stabilized. It won't happen anytime soon. So, consider using
|
|
the following patch in the meantime unless you don't want any hardware
|
|
accelerated 2D like EXA and Xvideo.
|
|
|
|
http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch
|
|
|
|
Installing it should be as simple as below procedure provided you have
|
|
base sources in /usr/src.
|
|
|
|
# cd /usr/src/sys
|
|
# fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch
|
|
# patch -sp0 -i drm-nouveau-062309.patch
|
|
# cd modules/drm
|
|
# make depend all install
|