- Joined
- Mar 29, 2023
- Messages
- 1,045 (1.65/day)
Processor | Ryzen 7800x3d |
---|---|
Motherboard | Asus B650e-F Strix |
Cooling | Corsair H150i Pro |
Memory | Gskill 32gb 6000 mhz cl30 |
Video Card(s) | RTX 4090 Gaming OC |
Storage | Samsung 980 pro 2tb, Samsung 860 evo 500gb, Samsung 850 evo 1tb, Samsung 860 evo 4tb |
Display(s) | Acer XB321HK |
Case | Coolermaster Cosmos 2 |
Audio Device(s) | Creative SB X-Fi 5.1 Pro + Logitech Z560 |
Power Supply | Corsair AX1200i |
Mouse | Logitech G700s |
Keyboard | Logitech G710+ |
Software | Win10 pro |
Well - formally - according to what that "driver" targets - it has few other sets of settings targeting zen4 desktops, for example one of those is:
This one provisions MinPerformance and PerfEnergyPreference and in theory should install on anything matching family/model (including but not limited to: 7900/7950 - 3d and not 3d variants, 7800x3d and 7700x).XML:<Target Id="ProcessorTypeAmdNonMobileOrSlateRPL"> <TargetState> <Condition Name="ProcessorVendor" Value="pattern:(^AuthenticAMD$)" /> <Condition Name="ProcessorType" Value="pattern:(.*Family 25 Model (96|97).*)" /> <Condition Name="PowerPlatformRole" Value="pattern:[^(2|8)]" /> </TargetState> </Target>
Looking at other stuff I see there is something that also matched my 3900x as well in one of the targets, but I don't remember even being offered to install that package.
As for core parking, the conditions responsible for it are:
This one provisions dreaded core parking (CPMinCores 50%, CPConcurrency 67%) for gamemode/sustained profiles underneath balanced scheme and two of its overlays. It should NOT add those if it's not 7900x3d or 7950x3d (ProcessorName constraint above).XML:<Target Id="ProcessorTypeAmdNonMobileOrSlateRPLX2CCD"> <TargetState> <Condition Name="ProcessorVendor" Value="pattern:(^AuthenticAMD$)" /> <Condition Name="ProcessorType" Value="pattern:(.*Family 25 Model (96|97).*)" /> <Condition Name="PowerPlatformRole" Value="pattern:[^(2|8)]" /> <Condition Name="ProcessorName" Value="pattern:(^AMD Ryzen 9 .*X3D.*)" /> </TargetState> </Target>
So in other words, im not really missing out by not having it installed.
Unless i start seeing stability issues, i think i will just leave it uninstalled.