2008/1/12, Xavier Bachelot <[EMAIL PROTECTED]>: > Benno Schulenberg wrote: > > Rafał Miłecki wrote: > >> 2008/1/10, Xavier Bachelot <[EMAIL PROTECTED]>: > >>> In xorg.conf, add : > >>> Load "dri" > >>> to the module section. > >> I added this line and rebooted whole machine (not X server only). > >> > >> Unfortunately, still no 3D accel: > >> [EMAIL PROTECTED]:~> glxinfo | grep direct > >> direct rendering: No > >> OpenGL renderer string: Mesa GLX Indirect > >> > >> http://files.zajec.net/openchrome.dri.Xorg.0.log > > > > But your Xorg log shows "(II) CHROME(0): direct rendering enabled". > > > > It may be your Suse distribution who somewhere in the configuration > > disables direct rendering for Unichromes, becaue of the certain > > lockups on some types of chips. > > > Ha, good catch Benno. Here's what I found from my mail archives. > Look at /etc/profile.d/via.sh or /etc/profile.d/via.sh and look for > something like LIBGL_ALWAYS_INDIRECT.
I found there a bash script that was setting LIBGL_ALWAYS_INDIRECT to 1 after finding "via" in /var/log/Xorg.0.log. I changed it so now this variable contains 0 value. Rebooted my PC but no progress about enabling direct rendering. [EMAIL PROTECTED]:~> echo $LIBGL_ALWAYS_INDIRECT 0 [EMAIL PROTECTED]:~> glxinfo | grep "direct" direct rendering: No OpenGL render string: Mesa GLX Indirect -- Rafał Miłecki _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
