3D vision no longer works
Ok, so maybe after 3 months of not using my 3d vision galsses I decided to play something, but now I can't enable it in Nvidia control panel. When I try to enable it, it starts 3d setup wizard and this wizard allways restart after selecting number of other wireless devices in a room. After that I tried downloading an 3rd party app for configuring 3d vision that somebody suggested on this forum. So I used it to make the system think that 3d setup wizard is completed and then enabled the 3d through nvidia control panel, but I get no 3d and galsses ar just flickering randomly. Idk what to do, maybe some windows update messed things up?
Ok, so maybe after 3 months of not using my 3d vision galsses I decided to play something, but now I can't enable it in Nvidia control panel. When I try to enable it, it starts 3d setup wizard and this wizard allways restart after selecting number of other wireless devices in a room. After that I tried downloading an 3rd party app for configuring 3d vision that somebody suggested on this forum. So I used it to make the system think that 3d setup wizard is completed and then enabled the 3d through nvidia control panel, but I get no 3d and galsses ar just flickering randomly. Idk what to do, maybe some windows update messed things up?

#1
Posted 08/28/2018 07:38 AM   
Download and Clean Install(or DDU) the latest Driver, Save the following as QuickEnable3D.vbs and Run it to enable 3D afterwards... [code]If WScript.Arguments.length = 0 Then Set objShell = CreateObject("Shell.Application") objShell.ShellExecute "[color="orange"]WScript[/color].exe", Chr(34) & _ WScript.ScriptFullName & Chr(34) & " UAC", "", "RunAs", 1 Else Set objShell = WScript.CreateObject("WScript.Shell") nKey = "HKLM\SOFTWARE\WOW6432Node\NVIDIA Corporation\Global\Stereo3D\" objShell.RegWrite nKey & "StereoAdvancedHKConfig",1,"REG_DWORD" objShell.RegWrite nKey & "StereoSeparation",100,"REG_DWORD" objShell.RegWrite nKey & "StereoVisionConfirmed",1,"REG_DWORD" objShell.Run ("""C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe"" /enable") End If[/code]
Download and Clean Install(or DDU) the latest Driver, Save the following as QuickEnable3D.vbs and Run it to enable 3D afterwards...

If WScript.Arguments.length = 0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "WScript.exe", Chr(34) & _
WScript.ScriptFullName & Chr(34) & " UAC", "", "RunAs", 1
Else
Set objShell = WScript.CreateObject("WScript.Shell")
nKey = "HKLM\SOFTWARE\WOW6432Node\NVIDIA Corporation\Global\Stereo3D\"
objShell.RegWrite nKey & "StereoAdvancedHKConfig",1,"REG_DWORD"
objShell.RegWrite nKey & "StereoSeparation",100,"REG_DWORD"
objShell.RegWrite nKey & "StereoVisionConfirmed",1,"REG_DWORD"
objShell.Run ("""C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe"" /enable")
End If
#2
Posted 08/28/2018 11:14 PM   
i have a 144 hz monitor... and 3d vision glasses and receptor... i can use 3d vision????
i have a 144 hz monitor... and 3d vision glasses and receptor... i can use 3d vision????

#3
Posted 08/30/2018 01:29 AM   
[quote="GorkaGuitar"]i have a 144 hz monitor... and 3d vision glasses and receptor... i can use 3d vision???? [/quote] Umm that depends on the Display's model# If it has FreeSync, the answer is no
GorkaGuitar said:i have a 144 hz monitor... and 3d vision glasses and receptor... i can use 3d vision????


Umm that depends on the Display's model#

If it has FreeSync, the answer is no

#4
Posted 08/30/2018 02:08 AM   
Scroll To Top