Vsync and Anisotropic Filtering Registry Keys?
Does anyone know what the registry keys are for vsync and AF? I would like to make a .bat to switch them on/off on the fly for games that don't have these options. Thanks in advance.
Does anyone know what the registry keys are for vsync and AF? I would like to make a .bat to switch them on/off on the fly for games that don't have these options. Thanks in advance.

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#1
Posted 10/10/2015 12:03 PM   
Pretty sure these aren't Registry Keys and they have to be set in the Profiles, the VSync Setting I had tinkered with and recorded the Settings/Values in this [url=https://forums.geforce.com/default/topic/836462/]Guide[/url] but I haven't messed with the Anisotropic Filtering Settings. I used [url=http://nvidia.custhelp.com/app/answers/detail/a_id/2625]GeForce 3D Profile Manager[/url] to dump the Profiles and kept track of what changed in the Global Profile for each VSync Setting that I changed in the Control Panel, the same could be done for the Anisotropic Filtering to get the Settings/Values.
Pretty sure these aren't Registry Keys and they have to be set in the Profiles, the VSync Setting I had tinkered with and recorded the Settings/Values in this Guide but I haven't messed with the Anisotropic Filtering Settings.

I used GeForce 3D Profile Manager to dump the Profiles and kept track of what changed in the Global Profile for each VSync Setting that I changed in the Control Panel, the same could be done for the Anisotropic Filtering to get the Settings/Values.
#2
Posted 10/10/2015 03:20 PM   
Well, I'm trying to do an on-the-fly thing based on what game is currently in focus and on top. Do you know of any commandline arguments that will turn it on/off via the NCP global settings (similar to how you can do it with the 3D emitter) instead? Nvapi commandlines?
Well, I'm trying to do an on-the-fly thing based on what game is currently in focus and on top. Do you know of any commandline arguments that will turn it on/off via the NCP global settings (similar to how you can do it with the 3D emitter) instead? Nvapi commandlines?

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#3
Posted 10/10/2015 06:21 PM   
These were the all the Settings\Values that changed when I added the Anisotropic Settings, the two that stay the same(ID_0x0084cd70 and ID_0x00e73211) weren't present before I changed the Settings but for some reason or other stay set at 0x0. Profile "Base Profile" ShowOn All ProfileType Global Setting ID_0x0019bb68 = 0x00000000 // Anisotropic Off Setting ID_0x0084cd70 = 0x00000000 Setting ID_0x00e73211 = 0x00000000 Setting ID_0x101e61a9 = 0x00000001 // Anisotropic Off Setting ID_0x10d2bb16 = 0x00000001 // Anisotropic Off EndProfile Profile "Base Profile" ShowOn All ProfileType Global Setting ID_0x0019bb68 = 0x00000000 Setting ID_0x0084cd70 = 0x00000000 Setting ID_0x00e73211 = 0x00000000 Setting ID_0x101e61a9 = 0x00000002 // Anisotropic Application Controlled Setting ID_0x10d2bb16 = 0x00000000 // Anisotropic Application Controlled EndProfile Profile "Base Profile" ShowOn All ProfileType Global Setting ID_0x0019bb68 = 0x00000001 // Anisotropic Nx Setting ID_0x0084cd70 = 0x00000000 Setting ID_0x00e73211 = 0x00000000 Setting ID_0x101e61a9 = 0x00000002 // Anisotropic Value/Hex 2,4,8,10 Setting ID_0x10d2bb16 = 0x00000001 // Anisotropic Nx EndProfile
These were the all the Settings\Values that changed when I added the Anisotropic Settings, the two that stay the same(ID_0x0084cd70 and ID_0x00e73211) weren't present before I changed the Settings but for some reason or other stay set at 0x0.

Profile "Base Profile"
ShowOn All
ProfileType Global
Setting ID_0x0019bb68 = 0x00000000 // Anisotropic Off
Setting ID_0x0084cd70 = 0x00000000
Setting ID_0x00e73211 = 0x00000000
Setting ID_0x101e61a9 = 0x00000001 // Anisotropic Off
Setting ID_0x10d2bb16 = 0x00000001 // Anisotropic Off
EndProfile

Profile "Base Profile"
ShowOn All
ProfileType Global
Setting ID_0x0019bb68 = 0x00000000
Setting ID_0x0084cd70 = 0x00000000
Setting ID_0x00e73211 = 0x00000000
Setting ID_0x101e61a9 = 0x00000002 // Anisotropic Application Controlled
Setting ID_0x10d2bb16 = 0x00000000 // Anisotropic Application Controlled
EndProfile

Profile "Base Profile"
ShowOn All
ProfileType Global
Setting ID_0x0019bb68 = 0x00000001 // Anisotropic Nx
Setting ID_0x0084cd70 = 0x00000000
Setting ID_0x00e73211 = 0x00000000
Setting ID_0x101e61a9 = 0x00000002 // Anisotropic Value/Hex 2,4,8,10
Setting ID_0x10d2bb16 = 0x00000001 // Anisotropic Nx
EndProfile
#4
Posted 10/10/2015 06:50 PM   
Thanks. So can these values be put in the nvapi ini and both the dll and ini can be placed in the root directory of the game folder? If so, that would be even better
Thanks. So can these values be put in the nvapi ini and both the dll and ini can be placed in the root directory of the game folder? If so, that would be even better

Model: Clevo P570WM Laptop
GPU: GeForce GTX 980M ~8GB GDDR5
CPU: Intel Core i7-4960X CPU +4.2GHz (12 CPUs)
Memory: 32GB Corsair Vengeance DDR3L 1600MHz, 4x8gb
OS: Microsoft Windows 7 Ultimate

#5
Posted 10/10/2015 08:33 PM   
Scroll To Top