Graphics.Speedyconfig - lordmundi/wikidoctest GitHub Wiki
Speedyconfig
The configuration for speedtest is typically in configs/speedy.cfg. The configuration options are usually passed in via a command_line block in this file. Look for lines like the following:
-plugin speedy '-nooglsl -noenv'
This sends the "-nooglsl" and "-noenv" options to the speedtest plugin. The "nooglsl" tells the plugin not to use the open-gl shading language support. Using this option can significantly improve rendering frame rates, although some of the eye candy will be lost. The "noenv" tells the plugin not to do environmental reflections (i think), and can also improve framerates.
frankie April 23, 2008, at 02:55 PM: After version 1.2, the arguments to the speedtest plugin will be configurable in the userdata via an environment variable. This issue tracks the feature.