raiguard / ModernGadgets

Sleek, minimalist, information-dense gadgets for the modern desktop. Inspired by the AddGadgets.com system monitoring gadgets. Built on the Rainmeter platform.
MIT License
300 stars 32 forks source link

Version 2.10.0.0 #211

Closed SilverAzide closed 4 years ago

SilverAzide commented 4 years ago

Updated ActiveNet plugin to add NetSpeed (max negotiated interface speed). Work-around for AMD Ryzen CPUs returning a clock speed of zero.

SilverAzide commented 4 years ago

Hi Raiguard! Just wanted to send you the lastest ActiveNet plugin. I also added a tweak for a glitch in the PowerPlugin plugin; I've had users complaining that certain AMD CPUs are showing 0 Mhz for the clock speed. Brian has confirmed this is a glitch in Windows, so this isn't something that can be fixed in Rainmeter. This code is my work-around approach, which should work on Windows 7-10, with both AMD and Intel CPUs. Windows 7 does not have a "Processor Information" perf counter, so this work-around will return the base clock speed.

Feel free to toss this PR, just wanted you to have it in case you needed it.

Thanks!

raiguard commented 4 years ago

Thanks a lot!