Battery conservation mode on Lenovo thinkbook g6+ with trisuql 12

5 replies [Last post]
Simple_user
Offline
Joined: 07/15/2025

Hello.
I currently have Linux Mint installed on my Lenovo Thinkbook g6+ AHP laptop, as Trisuel 11 didn't support the Ryzen 7 8845H. As far as I can see, Trisuel 12 now supports my processor, and I plan to switch back to Trisuel, but I have one concern:

Currently, battery management is handled by the ideapad_acpi driver, which, among other things, can put the battery into conservation mode when the battery charge is limited to 80%.

Does Trisuel 12 have a mechanism that allows me to set an upper battery charge limit? Or does it have a preset level that I can simply enable or disable as needed?

Simple_user
Offline
Joined: 07/15/2025

Oh, this English translator...

eric23
Offline
Joined: 06/30/2017

I had to verify what is conservation mode. Apparently it is a feature that prevents charging when the battery is at a certain charge. Instead, I thought it would mean that your screen would dim or something at that charge, which is wrong.

I do not see conservation mode on my Ideapad, but I do see kernel modules for Linux-Libre for ideapad_laptop, but not ideapad_acpi. I see THINKPAD_ACPI is set though in the config. I used the command "modprobe thinkpad_acpi" as far as I can tell it didn't give me any other options on Triskel 12.

I tried using a command to set a file conservation_mode to 1 with the command: sudo echo 1 > /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode and I get permission denied.

eric23
Offline
Joined: 06/30/2017

So using this other command had an effect:

echo 1 | sudo tee /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode

I can now set my charging to stop at a certain point or start charging to.

Here is a picture of Triskel Advanced Power Settings now.

Screenshot_20260415_190753-4.png
Simple_user
Offline
Joined: 07/15/2025

Cool screenshot...
How did you open the window shown in the screenshot? I installed Tresquel 12 on a virtual machine to test it, but it clearly doesn't have the window I see in your screenshot... Is that some kind of separately installed program?
The screenshot shows all the power settings available on the test virtual machine...

screen1.png screen2.png
eric23
Offline
Joined: 06/30/2017

I use the KDE version of Trisquel called Triskel. I do not have currently a version of Trisquel 12 with Mate desktop.

I am sure someone will help guide you.