Skip to content

Enable battery conservation mode and limit charging to 80% on the Lenovo Legion Go handheld pc from linux.

Notifications You must be signed in to change notification settings

Recognizer83/LegionGoConservationModeLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

LegionGoConservationModeLinux

Enable battery conservation mode and limit charging to 80% on the Lenovo Legion Go handheld pc from linux.

Prerequisites

  • acpi_call must be installed

Enable Conservation Mode

  • run this command
    echo '\_SB.GZFD.WMAE 0 0x12 {0x01, 0x00, 0x01, 0x03, 0x01, 0x00, 0x00, 0x00}' | sudo tee /proc/acpi/call; sudo cat /proc/acpi/call

Disable Conservation Mode

  • run this command
    echo '\_SB.GZFD.WMAE 0 0x12 {0x01, 0x00, 0x01, 0x03, 0x00, 0x00, 0x00, 0x00}' | sudo tee /proc/acpi/call

About

Enable battery conservation mode and limit charging to 80% on the Lenovo Legion Go handheld pc from linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published