Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=9435          
     

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|General                     |Drivers/DRI/r200
            Product|DRI                         |Mesa
            Version|DRI CVS                     |CVS




------- Additional Comments From [EMAIL PROTECTED]  2006-12-23 17:53 -------
I suspect you're just really low on texture memory (32MB graphics ram?). The
warning you're seeing can happen if an application tries to bind several large
textures at the same time which don't fit into the texture heap. Your xorg log
file will tell you how much memory is available for textures (note the r200 dri
driver won't use the gart texture area). You can adjust the default value of
what sizes of textures are advertized by the driver (use driconf or
"allow_large_textures=0", which will force the driver to advertize only sizes
which it can always fit into ram, even under worst-case conditions). However, if
the app does not correctly adjust the texture sizes it's going to use and uses
more than the driver announces it will fail to render correctly. If the app can
use precompressed textures, you can force that via driconf too, or install the
s3tc library (this is useful even if the app can use online compression), which
might help. If the app has some texture detail option, turn it down. Otherwise,
turning down your xorg resolution will help too, though I'd suspect even if you
manage to free up enough ram to just squeeze in all textures required at once,
performance will probably not be good enough due to frequent texture thrashing.
There's also a (quite new) xorg config option to increase the percentage
reserved for textures, though if you're really low on memory you can't increase
it any more.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to