Ubuntu Laptop Setting

Windows-Linux 双启动设置中显示时间错误的问题

让 Linux 将硬件时钟作为本地时间

timedatectl set-local-rtc 1

你会看到一个关于 RTC 不使用本地时间的警告。对于桌面设置,它不应该引起任何问题。

Linux 高级电源管理 Laptop

TLP - Linux 高级电源管理 是一个小巧的命令行工具,它通过对 Linux 系统执行一些调整来真正帮助延长电池的使用寿命。

sudo apt install tlp tlp-rdw

配置文件中有很多选项,要启用某个选项的话只需要删除行首的 # 就行了。每个选项能够赋予什么值都有说明。下面是你可能会用到的选项:

ThinkPads only: External Kernel Modules

As of version 5.17, the Linux kernel in combination with TLP 1.5 offers full battery care support (i.e. charge thresholds and recalibration) for ThinkPads from model year 2011 onwards. Therefore no external kernel modules are required with kernel 5.17 or newer and you do not need to proceed any further here.

The output of tlp-stat -b will guide you which package to install:

Install the appropriate package either with your favorite package manager or the command

sudo apt install acpi-call-dkms