-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tested hardware #34
Conversation
I have the same model. I don't see any performance profile other than "default" and I don't seem to be able to add or configure any new one from the UI. edit: I was missing a reboot :D |
What distro are you running ? Do you also have this issue ? |
NixOS, and no, it seems to be working fine, and the fan speed reacts to the fan profile I set, at least it looks like it. |
I think it would be interesting to add a small binary crate for checking hardware capabilities, for example "tailor-hwcaps". This crate could run some basic checks and print the information in a simple format, so we can address future issues easier. This should also help with resolving #36, because so far this matter has been rather confusing... |
FYI I have silently been doing tests on this is issue on my side and will have interesting info to share in the coming days. |
I've added a small binary for checking your devices capabilities as I suggested earlier: #37 If you want you both could install it and share the output here so we can compare: cargo install tailor_hwcaps --git https://github.com/AaronErhardt/tuxedo-rs.git --branch hwcaps |
So since #36 is closed I'd say this can be merged, can't it ? |
here is my result :
|
Yes, let's merge this. Thanks! |
I tested the project on my Infinity Book S 14 gen 6 (from 2019) and can confirm it works.