Created
February 2, 2014 23:00
-
-
Save aurelienpierre/8776294 to your computer and use it in GitHub Desktop.
Regedit keys to configure NVIDIA graphics with Wine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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