[Openchrome-users] Max Texture Size

Benno Schulenberg bensberg
Sun Sep 17 05:45:07 PDT 2006


Jon Nettleton wrote:
> On Sat, 2006-09-16 at 23:43 +0200, Benno Schulenberg wrote:
> > However, it still doesn't work.  Enabling in DRIconf the extra
> > mipmap level isn't picked up by the application.
>
> Found it.  Change the following line in via_context.c
>
> driParseConfigFiles (&vmesa->optionCache,
> &viaScreen->optionCache, sPriv->myNum, "via");
>
> to
>
> driParseConfigFiles (&vmesa->optionCache,
> &viaScreen->optionCache, sPriv->myNum, "unichrome");

Ah, yes.  Boris had already noted this -- I hadn't read his post 
carefully enough.  But where from does driconf fetch this name 
"unichrome"?  And is "via" really the correct name, as Boris 
suggests?  It's confusing: the subdir in Mesa is called unichrome, 
all the files in it are named via_*, and the resulting driver is 
unichrome_dri.so -- but the Xorg 2D-driver is called via...

Changing "unichrome" to "via" in .drirc doesn't really help, because 
the next run of driconf will create a new "unichrome" entry.  So the 
solution is the above change -- until unichrome_dri.so becomes 
via_dri.so.

When running Slune, by the way, changing Graphics Quality (from Low 
to Medium or High) locks up my box every time.  So, don't try that.

Benno




More information about the Openchrome-users mailing list