Новый драйвер от Nvidia, который должен быть заметно быстрее! Драйвер поддеживает все видеокарты(в том числе и от ноутов) начиная с 8 пополения видях...
Среди особенностей драйвера стоит отметить OpenGL 3.2(будет GTA4 шевелится на вашем компе лучше) и GLSL 1.50. Также улучшена работа геометрического шейдера.
glXCreateContextAttribsARB()
does not yet support the GLX_CONTEXT_PROFILE_MASK_ARB attribute value.
In order to create a Core profile context, call
glXCreateContextAttribsARB(), request OpenGL 3.2 as the version, and
leave the GLX_CONTEXT_PROFILE_MASK_ARB attribute out. In order to
create an OpenGL 3.2 Compatibility profile context, call the "old"
glXCreateContext() entrypoint. Note: wglCreateContextAttribsARB() does
support WGL_CONTEXT_PROFILE_MASK_ARB.