a FYI: 3d Vision Discover Registry actual location Not the same as previous topics
In previous topics, it was listed that the 3d vision settings were located in:

HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D

However, on my system using the latest drivers it is actually

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D

I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.

I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.

Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:

Amber/Blue:

[code]Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000000
"LeftAnaglyphFilter"=dword:ffffff00
"RightAnaglyphFilter"=dword:ff0000ff[/code]

3d Vision discover default:

[code]Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000001
"LeftAnaglyphFilter"=dword:ffff0000
"RightAnaglyphFilter"=dword:ff00ffff[/code]


Green Magenta (doesn't work, tried reversing eyes and still doesn't work):

[code]Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000000
"LeftAnaglyphFilter"=dword:ff00ff00
"RightAnaglyphFilter"=dword:ffff00ff[/code]

Also, I think this is pretty funny:

[code]AnaglythEnabled REG_DWORD 0xdeadbeef[/code]
In previous topics, it was listed that the 3d vision settings were located in:



HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D



However, on my system using the latest drivers it is actually



HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D



I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.



I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.



Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:



Amber/Blue:



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]

"StereoAnaglyphType"=dword:00000000

"LeftAnaglyphFilter"=dword:ffffff00

"RightAnaglyphFilter"=dword:ff0000ff




3d Vision discover default:



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]

"StereoAnaglyphType"=dword:00000001

"LeftAnaglyphFilter"=dword:ffff0000

"RightAnaglyphFilter"=dword:ff00ffff






Green Magenta (doesn't work, tried reversing eyes and still doesn't work):



Windows Registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]

"StereoAnaglyphType"=dword:00000000

"LeftAnaglyphFilter"=dword:ff00ff00

"RightAnaglyphFilter"=dword:ffff00ff




Also, I think this is pretty funny:



AnaglythEnabled  REG_DWORD  0xdeadbeef

#1
Posted 06/26/2010 08:12 PM   
Scroll To Top