Skip to content

Instantly share code, notes, and snippets.

@SanariSan
Created December 20, 2023 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SanariSan/9bb2400892ef08283a635594e872d428 to your computer and use it in GitHub Desktop.
Save SanariSan/9bb2400892ef08283a635594e872d428 to your computer and use it in GitHub Desktop.
Ubuntu Lenovo conservation mode on/off
#Check if Ideapad_laptop kernel module is loaded
lsmod | grep ideapad_laptop

# 1 on, 0 off
cat /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode

echo 1 | sudo tee /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode
echo 0 | sudo tee /sys/bus/platform/drivers/ideapad_acpi/VPC2004:00/conservation_mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment