Here are some settings specific for any Thinkpads.
The Linux kernel comes up with a specific module that greatly eases things. Just do the following to enable it:
$ cat /etc/modules-load.d/x260.conf
# Load events for Thinkpad x260
thinkpad_acpi
Volume and brightness keys are not enabled by default. This needs to be set using ACPI events that tracks keyboard events to work on the power management of the machine. First install the package acpi (may vary depending on the distribution).
Using acpi_listen is also useful to look at the events generated. Once those events are found out, it is then necessary to register a set of actions in /etc/acpi/, with their mapping events.
Some browers prefer to have some additional fonts installed to work properly, like
Unless otherwise specified, the contents of this website are (C)Copyright Michael Paquier 2010-2025 and are licensed for use under CC BY-NC-ND 4.0.