summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-video-nouveau/pkg-message
blob: 34c29a20bf38a71c7ba2357c0d1ca0bb31facd60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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