Skip to content

Instantly share code, notes, and snippets.

@aurelienpierre
Created February 2, 2014 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aurelienpierre/8776294 to your computer and use it in GitHub Desktop.
Save aurelienpierre/8776294 to your computer and use it in GitHub Desktop.
Regedit keys to configure NVIDIA graphics with Wine
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"DirectDrawRenderer"="opengl"
"Nonpower2Mode"="repack"
"OffscreenRenderingMode"="fbo"
"RenderTargetLockMode"="auto"
"UseGLSL"="readtex"
"VertexShaderMode"="hardware"
"VideoDescription"="NVIDIA GeForce 635M GT"
"VideoDriver"="nv4_disp.dll"
"VideoMemorySize"="2048"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment