2011/9/27 Romain Failliot <romain.faill...@foolstep.com>: > I'll get my hand in the code now. > Be right back as soon as I can run my own mesa code :)
Sorry for the delay, I lost my internet connection for a week... So I started compiling mesa thanks to the site Benjamin Bellec gave to me http://forums.fedora-fr.org/viewtopic.php?id=51681 And with this simple command line: $ ./autogen.sh --with-gallium-drivers=nouveau --with-dri-drivers= Everything went well. (I'm not sure about the empty parameter for the dri drivers though) But my first problem occured: although I changed my LD_LIBRARY_PATH, graphic drivers are still those from nvidia. Here is the result of the glxinfo: $ glxinfo | grep "OpenGL version string" OpenGL version string: 2.1.2 NVIDIA 280.13 Any idea? _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev