Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Suvorov

Pages: [1]
1
<!--
      * 2006-09-17: Quadro NVS up to 285 are GF2 derivates
      * 2006-09-17: GeForce2 GTS is affected
                    (source: http://hydlaa.com/smf/index.php?topic=25552.0)
      -->
    <rule description="GeForce: RECT texture extension support apparently sucks">
      <conditions fulfill="one">
        <regexp string="renderer" pattern="GeForce.*MX" />
        <regexp string="renderer" pattern="GeForce.*Go" />
        <regexp string="renderer" pattern="GeForce FX 5..." /> <!-- insert somewhere here -->
        <regexp string="renderer" pattern="Quadro.*NVS.*\(50\|1..\|2..\).*" />
        <regexp string="renderer" pattern="GeForce2.*GTS" />
      </conditions>
      <applicable>
        <usecfg>disableRECTTextures</usecfg>
      </applicable>
    </rule>

I found that the above fix worked... however I was confused at first because this change needs to be added to data/config/gldrivers.xml and not the r3dopengl.cfg If you follow the conversation it's not very clear that this is the case.

Pages: [1]