On Thu, 2014-03-13 at 10:38 +0100, Christian Zigotzky wrote: > Hi Michel, > > Thank you very much for your effort. I've patched the latest git version > with your patches. Mesa works with the right colors but it doesn't have > 3D acceleration. Mesa 10.1.0 and 10.0.3 works with 3D acceleration.
This is nothing to do with the patches. You are running softpipe not the the r600 driver. libGL error: failed to load driver: r600 OpenGL vendor string: VMware, Inc. OpenGL renderer string: Gallium 0.4 on softpipe You can try running this to get more information on why the driver is not loading: $ LIBGL_DEBUG=verbose glxinfo | grep direct > > My system: Nemo board with a 1.8GHz dual core PA6T processer and an AMD > Radeon HD 6870 graphics card. > > Mesa/standard (mesa-git-20140313): > > glxinfo | grep OpenGL > > libGL error: failed to load driver: r600 > OpenGL vendor string: VMware, Inc. > OpenGL renderer string: Gallium 0.4 on softpipe > OpenGL version string: 2.1 Mesa 10.2.0-devel (git-551d459) > OpenGL shading language version string: 1.30 > OpenGL extensions: > > Glxgears works with the right colors without 3D acceleration. > > Mesa/llvmpipe (mesa-git-20140313): > > OpenGL vendor string: VMware, Inc. > OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits) > OpenGL version string: 2.1 Mesa 10.2.0-devel (git-551d459) > OpenGL shading language version string: 1.30 > OpenGL extensions: > > Glxgears doesn't work with the following error messages: > > LLVM ERROR: Do not know how to split the result of this operator! > > Mesa/standard 10.1.0 with my changes > > glxinfo | grep OpenGL > > OpenGL vendor string: X.Org > OpenGL renderer string: Gallium 0.4 on AMD BARTS > OpenGL version string: 2.1 Mesa 10.1.0 > OpenGL shading language version string: 1.30 > OpenGL extensions: > > Glxgears, Neverball, and SuperTuxKart work with the right colors and 3D > acceleration. > > > Michel, do you have any tips for me, please? Thanks a lot for your help. > > All the best, > > Christian > > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev