Aller au contenu

Photo

OpenGL fix for fps issues - massive FPS increase!!


  • Veuillez vous connecter pour répondre
5 réponses à ce sujet

#1
FunkySwerve

FunkySwerve
  • Members
  • 1 308 messages
Details in this thread, which also links to a thread on the nvidia boards:

http://highergroundp...ay&thread=20084

Funky

#2
Olano

Olano
  • Members
  • 32 messages
I tried this and, unless it is something I am doing, it did not work. Still retained 14-18 fps.

To show what I did, the bottom section of the .ini looks like this after adjustment:

PluginData
{
  BaseDir = "C:\\Program Files (x86)\\GLIntercept0_5\\Plugins";
  Plugins
  {
    //
    // Name of plugin   |  Plugin load location
    // {  Plugin specific options. (See the plugins' config.ini file for options) }
    ExtensionOverride = ("GLExtOverride/GLExtOverride.dll")
    {
      //VendorString        = "Custom vendor string";
      //RendererString      = "Custom renderer string";
      //VersionString       = "1.1.0 - Custom version string";
      //ShaderVersionString = "1.0.0 - Custom shader version string";

      // ExtensionsString = (GL_EXT_A, GL_EXT_B, GL_EXT_C, GL_EXT_D);
      // AddExtensions = (GL_ARB_shading_language_100,
      //                  GL_ARB_shader_objects,
      //                  GL_ARB_fragment_shader, GL_ARB_vertex_shader);
      // RemoveExtensions = (GL_NV_vertex_array_range2, GL_NV_vertex_program);
      // WGLExtensionsString = (GL_EXT_A, GL_EXT_B, GL_EXT_C, GL_EXT_D);
      // WGLAddExtensions = (GL_EXT_A,GL_EXT_B);
      // WGLRemoveExtensions = (WGL_ARB_buffer_region,WGL_ARB_extensions_string,WGL_NV_render_texture_rectangle);
    }
  }
}


Modifié par Olano, 14 juin 2011 - 10:44 .


#3
Calvinthesneak

Calvinthesneak
  • Members
  • 656 messages
Try removing the //, it means the line is commented out and will be ignored in the processing

#4
Olano

Olano
  • Members
  • 32 messages
I thought that myself originally, tried it, and it did not change anything.

#5
Nirklars

Nirklars
  • Members
  • 2 messages
I made a simplified installation script for the OpenGL workaround.
This is NOT a solution, simply a workaround until NVidia gets their minds to actually fix this bug. This workaround gives me 30-60 fps on my GTX470. I hope it works for you as well. NVidia driver version 275.33

http://nwvault.ign.c...208426&id=1500

Best Regards
Nick

Modifié par Nirklars, 15 juin 2011 - 09:53 .


#6
Olano

Olano
  • Members
  • 32 messages
nirklars, worked like a charm. Thank you!

Modifié par Olano, 16 juin 2011 - 04:41 .