|
From: Chris S. <ch...@ap...> - 2008-12-05 17:52:57
|
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Chris Szilagyi schrieb: > >> libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so >> display: :0 screen: 0 >> direct rendering: Yes >> ... >> OpenGL vendor string: Mesa Project >> OpenGL renderer string: Software Rasterizer >> OpenGL version string: 2.1 Mesa 7.3-devel >> OpenGL shading language version string: 1.10 >> >> What concerns me is the renderer string shows "Software Rasterizer"... >> isn't this supposed to show "Mesa DRI..."? > > Well, you get the software rasterizer and from the line "libGL: > OpenDriver: trying /usr/lib/dri/swrast_dri.so" it isn't even trying to > get hardware rasterization when starting an OpenGL application. That > means there probably has been an earlier error, you should look for > lines marked with EE in your /var/log/Xorg.0.log to find out about that. > > Philipp Thank you very much, I did just that and found that DRI was not getting enabled for the tdfx driver in X11. I ended up having to run system-config-display and set the color level to "Thousands of colors", which set DefaultDepth to 16 in /etc/X11/xorg.conf. Now, Xorg.0.log shows that DRI is enabled, and glxinfo shows: OpenGL vendor string: VA Linux Systems, Inc. OpenGL renderer string: Mesa DRI Voodoo4 20061113 x86/MMX/SSE I know this is a little outside of the scope of Mesa itself, but I really appreciate the help! -- Chris |