Linux-Pollrate-Patch
A highly experimental patch for the Linux kernel that lets you override the USB polling rate. (by KarsMulder)
LenovoLegionLinux
Driver and tools for controlling Lenovo Legion laptops in Linux including fan control and power mode. (by johnfanv2)
Linux-Pollrate-Patch | LenovoLegionLinux | |
---|---|---|
3 | 22 | |
15 | 1,920 | |
- | 5.8% | |
10.0 | 8.5 | |
about 2 years ago | about 1 month ago | |
C | ||
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Linux-Pollrate-Patch
Posts with mentions or reviews of Linux-Pollrate-Patch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
- Until RedHat Stops Violating the GPL, Fedora Should Stop Being Recommended on Here
-
Compiling the Linux kernel with custom changes
mkdir ~/SourceCode; cd ~/SourceCode; sudo apt install git; git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ; git clone https://github.com/KarsMulder/Linux-Pollrate-Patch ; cd linuxuname -rgit checkout v5.11git apply ../Linux-Pollrate-Patch/pollrate.patchmkdir -p ../builds/amd64sudo apt install libssl-dev kernel-package patch dwarves bison flex libelf-devcp /boot/config-$(uname -r) ../builds/amd64/.configmake O=../builds/amd64 olddefconfigpushd ../builds; wget https://iam.tj/projects/ubuntu/linux-deb-no-debug.patch ; popdpatch -p1 <../builds/linux-deb-no-debug.patchgit diffexport PKG_DEBUG=1scripts/config --file ../builds/amd64/.config --disable SYSTEM_TRUSTED_KEYSscripts/config --file ../builds/amd64/.config --disable CONFIG_DEBUG_INFO_BTFmake -j4 O=../builds/amd64 bindeb-pkg |& tee /tmp/kernel-build.logsudo dpkg -i ../builds/linux*5.16.0-rc1+*.deb
-
I need udev or something
If degrading your entire system to USB2 speeds is unacceptable: I wrote a kernel patch that can override the polling rate under the xHCI driver, but never upstreamed it because of reasons. I haven't tested it since last year (because even I find it too much hassle to compile my own kernel to solve this problem) so I don't know if it still works, but I suppose you can try it if you're really desperate.
LenovoLegionLinux
Posts with mentions or reviews of LenovoLegionLinux.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
-
For everyone interested, I've recently discovered LenovoLegionLinux.
The program allows to: - configure fan curve - overclock cpu/gpu - limit battery charge level - enable/disable rapid charging - enable/disable win key - enable/disable touchpad - enable/disable FnLock - other
- Lenovo Legion Linux Support
- Until RedHat Stops Violating the GPL, Fedora Should Stop Being Recommended on Here
-
Looking for a New Laptop
If you want fan control other and other stuff on Linux, you can use my tool https://github.com/johnfanv2/LenovoLegionLinux . I think the embedded controller (firmware) has changed from the 2022 models (=Gen 7) to the 2023 models (=Gen 8).
-
Need an advice, which Linux is best for laptop?
You do not need Windows and Vantage anymore. I developed a Vantage alternative for Linux to change for fan speeds, power mode, power limits etc. https://github.com/johnfanv2/LenovoLegionLinux. It comes with a GUI tool and a driver for the laptop.
-
Is this CPU temp normal when idle? (Lenovo Legion 5 Pro 5800H 3070)
LenovoLegionLinux (tweaking the fan curve)
-
Legion fan control doesn't seem to work. Anyone could help me?
If you have concerns that anything might influence your fan control in Windows, get a clean system by booting to Linux from a USB live system (https://ubuntu.com/tutorials/try-ubuntu-before-you-install#1-getting-started ) - no installation required. Then add my Linux tool for fan control, power mode etc. https://github.com/johnfanv2/LenovoLegionLinux and try to change the fan curve. If this works, you definitely know that it works and there is some problem with either your background tasks or that your model is not (properly) supported by LegionFanControl.
-
A few questions prior to a switch
Cooling is controlled by the embedded controller in the hardware. So it just works. In Windows you have tools like LegionToolkit or LegionFanControl, to change settings of it, i.e. setting the fan curves or changing power mode. I Linux you could use my tool Lenovo Legion Linux support (https://github.com/johnfanv2/LenovoLegionLinux ) to do the same.
-
Lenovo Legion Toolkit question
There's a linux alternative you can try out. https://github.com/johnfanv2/LenovoLegionLinux
-
Laptop for software development, computer vision, and photo editing
You can also check if the BIOS version (only the leading letters are important) is already in the list of compatible models of my tool and kernel driver for fan control, temperatures, power mode etc.: https://github.com/johnfanv2/LenovoLegionLinux
What are some alternatives?
When comparing Linux-Pollrate-Patch and LenovoLegionLinux you can also consider the following projects:
Linux-Pollrate-Patch - A highly experimental patch for the Linux kernel that lets you override the USB polling rate.
LenovoLegionToolkit - Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.
linux-tkg - linux-tkg custom kernels
kernel-ark
fan_control - Small application to control fan speeds on ThinkPad laptops in Linux