Author Topic: OpenGL fix for fps issues - massive FPS increase!!  (Read 520 times)

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« on: June 13, 2011, 06:25:56 pm »


               Details in this thread, which also links to a thread on the nvidia boards:

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

Funky
               
               

               
            

Legacy_Olano

  • Newbie
  • *
  • Posts: 39
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« Reply #1 on: June 14, 2011, 11:37:43 am »


               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 .
                     
                  


            

Legacy_Calvinthesneak

  • Hero Member
  • *****
  • Posts: 1159
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« Reply #2 on: June 14, 2011, 05:28:25 pm »


               Try removing the //, it means the line is commented out and will be ignored in the processing
               
               

               
            

Legacy_Olano

  • Newbie
  • *
  • Posts: 39
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« Reply #3 on: June 15, 2011, 04:37:23 am »


               I thought that myself originally, tried it, and it did not change anything.
               
               

               
            

Legacy_Nirklars

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« Reply #4 on: June 15, 2011, 10:52:27 pm »


               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 .
                     
                  


            

Legacy_Olano

  • Newbie
  • *
  • Posts: 39
  • Karma: +0/-0
OpenGL fix for fps issues - massive FPS increase!!
« Reply #5 on: June 16, 2011, 05:37:23 am »


               nirklars, worked like a charm. Thank you!
               
               

               


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