wait until you see v2 when it's released.
Up to RTX 5000 working in legacy mode.
Pure uefi support added
16gb dimm support (not fully done, need testers with 16gb sticks, boots to bios but doesn't boot windows with my sticks).
I am still working on above 4g decoding and rtx 4090 support.
Dual PEG reg edit
Win + R
Regedit
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}
There should be a couple of folders such as 0000, 0001, etc. Check each folder which GPU it corresponds to
Create a new DWORD key inside the folder for your high performance GPU , name it EnableMsHybrid and set value to 1. Ex: EnableMsHybrid=1
Create a new DWORD key inside the folder for your power saving GPU , name it EnableMsHybrid and value is 2. Ex: EnableMsHybrid=2
Reboot.
Next Regedit:
HKEY_CURRENT_USER\Software\Microsoft\DirectX\UserGpuPreferences
create a new string value which name is “DirectXUserGlobalSettings”, and set its value to “HighPerfAdapter=xxx” where XXX stands for hardware ID’s VEN&DEV&SUBSYS of your graphics card, which can be found in device manager.
In the case of my 7800 XT "HighPerfAdapter=1002&747E&78011EAE" while device manager displays "PCI\VEN_1002&DEV_747E&SUBSYS_78011EAE&REV_C8"
Reboot
Now right click desktop and choose display settings. Then graphics settings. Add your app and choose high performance GPU for it
Tesla specific addition:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4d36e968-e325-11ce-bfc1-08002be10318},
find where your tesla card is, change “AdapterType” value to “1” and “FeatureScore” value from “cf” to “d1”,
create a new dword key which name is “GridLicensedFeatures”, and set its value to “7”. Disable then enable tesla in the device manager.
This step changs the gefore driver into grid driver,and the tesla is in wddm mode now.