On Fri, 8 Oct 2004 18:09:29 +0200
Dieter Nützel <[EMAIL PROTECTED]> wrote:

[snip]
> >
> > INSTALL/SOURCE> ut2004demo &
> > [1] 31246
> > INSTALL/SOURCE> Disabling HW TCL support
> 
> Argh, Felix,
> 
> what is here wrong?
> 
> It is due to disabled TCL for doom3!
> 
> When I delete doom3 settings from drirc
> 
> <driconf>
>     <device screen="0" driver="r200">
>         <application name="all">
>             <option name="force_s3tc_enable" value="true" />
>         </application>
>     </device>
> </driconf>
> 
> TCL is back.

The problem is that the name-attribute is just a descriptive string of
your application. Use the executable-attribute to set the name of the
executable. Without that attribute your "doom3-demo" section applies to
all applications. Example (assuming the executable is really called
"doom3-demo"):

        <application name="doom3-demo" executable="doom3-demo">
            <option name="tcl_mode" value="0" />
        </application>

Or if you're using driconf, don't forget to fill in the "Executable"
field. (Happened to me too, a couple of times ;-)

> 
> UT2k3 & 2k4 tested.
> 
> -Dieter
> 


| Felix Kühling <[EMAIL PROTECTED]>                     http://fxk.de.vu |
| PGP Fingerprint: 6A3C 9566 5B30 DDED 73C3  B152 151C 5CC1 D888 E595 |


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to