>From the KDE forums at
<http://forum.kde.org/viewtopic.php?f=111&t=91663> (post by octavsly on
Nov 27, 2010), I got the idea of making a .drirc using driconf and
setting "No" for "Enable limited ARB_gfragment_shader support on
915/945."  This configuration change fixed the i915_program_error roblem
for me.  For example, running

  python /usr/share/doc/python-visual/examples/doublependulum.py 

from the visual python package did not give any errors.

My ~/.drirc file is:

<driconf>
    <device screen="0" driver="i915">
        <application name="Default">
            <option name="force_s3tc_enable" value="false" />
            <option name="no_rast" value="false" />
            <option name="always_flush_cache" value="false" />
            <option name="early_z" value="false" />
            <option name="stub_occlusion_query" value="false" />
            <option name="always_flush_batch" value="false" />
            <option name="bo_reuse" value="1" />
            <option name="texture_tiling" value="true" />
            <option name="vblank_mode" value="3" />
            <option name="allow_large_textures" value="2" />
            <option name="fragment_shader" value="false" />
        </application>
    </device>
</driconf>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to