• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

[Feature request] NIS and rBAR

Ghokury

New Member
Joined
Apr 4, 2024
Messages
1 (0.03/day)
Location
Brest
I have 2 feature ideas for NVCleaninstall.

The first one is enabling old NVIDIA Control Panel Sharpening instead of NIS which can be done using this registry file. Reboot isn't required.
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\FTS]
"EnableGR535"=dword:00000000

Another one is enabling rBAR globally with drop down menu to choose rBAR size. It can be done via Profile Inspector, but I lack knowledge of how to do it using registry editor.
Code:
0x0000000040000000 = 1gb (default value for most whitelisted games)
0x0000000060000000 = 1.5gb
0x0000000080000000 = 2gb
0x0000000100000000 = 4gb
0x0000000200000000 = 8gb
0x000000000C800000 = 200mb (Diablo 4 default value)
0x0000000012C00000 = 300mb (The Riftbreaker default value)
0x0000000280000000 = 10gb
 
Top