# git clone git://anongit.freedesktop.org/git/mesa/drm # cd ./drm # ./autogen.sh http://paste.pocoo.org/show/385919/ Here is my kernel .config http://paste.pocoo.org/show/385920/ or # grep DRM .config CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_TTM=y CONFIG_DRM_NOUVEAU=y Here is # head /var/log/messages http://paste.pocoo.org/show/385922/
Hi Volodymyr It seems like missing dependencies to me. I had similar messages on my Ubuntu and Arch. * Ubuntu "apt-get build-dep xf86-video-nouveau" * Arch "makepkg -s /path/to/build/script/PKGBUILD" Take a look for an appropriate solution for your distro, or simply use this list NOTE: Archlinux example - may be incomplete * 'xorg-server' * 'xorg-server-devel' * 'xproto' * 'fontsproto' * 'libdrm' * 'xf86driproto' * 'randrproto' * 'renderproto' * 'glproto' * 'videoproto' * 'xextproto' * 'xorg-util-macros' * 'mesa' Cheers Emil
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.