Lenovo ThinkPad T25

This article covers the installation and configuration of Arch Linux on a Lenovo T25 Anniversary Edition laptop. It is based on the Lenovo T470 laptop so most of the hardware is identical and therefore should work like the T470.

HardwarePCI/USB IDWorking?
GPU (Intel)Yes
GPU (Nvidia)Yes
WirelessYes
BluetoothYes
Mobile broadbandYes
WebcamYes
IR CameraYes
TrackPointYes
TouchpadYes
TouchscreenYes
Fingerprint ReaderNo

For a general overview of laptop-related articles and recommendations, see Laptop.

Firmware (e.g. bios and peripherals)

As of writing, the current BIOS version is 1.54. By visiting the downloads section (T25) an ISO can be downloaded and burned to disk which will perform the update from Lenovo. Or extracted and copied on a USB Stick.

Kernel and hardware support

Hardware video acceleration with Kaby Lake seems to work fine via va-api.

As noted in Intel graphics, the xf86-video-intel driver seems to cause more issue than the builtin modesetting Xorg driver. Works fine without the intel driver (on a Skylake configuration).

138a:0097 will hopefully be supported as part of Validity90. Since the hardware is the same as in the T470 model, the fingerprint reader guide probably will work.

Screen backlight

With the intel driver (xf86-video-intel the xbacklight brightness control is not working. It is possible that, with the good acpi_* kernel parameters, the backlight related keys do their job.

Other workaround exists, such as described on this post or in the wiki acpid#Enabling backlight control. Using the acpilight package as a xbacklight replacement works well. You can also check this repository as a base to add the ACPI rules to call xbacklight when backlight keys are pressed.

Note: The acpilight package is known to allow controlling the ThinkPad keyboard backlight. Similar ACPI rules should allow to toggle it when the keyboard backlight key is pressed.

UEFI boot

After configuring the BIOS setup to allow UEFI boot (either UEFI only or both), it works flawlessly.

Special buttons

Some special buttons are not supported by X server due to keycode number limit.

Key combinationScancodeKeycode
0x49
Fn+F12
Fn+Space

You can remap unsupported keys using udev hwdb:

Update hwdb after editing the rule.

# udevadm hwdb --update

Touchpad and trackpoint

Touchpad and trackpoint share bandwidth, so using them at the same time makes trackpoint slow, jumpy, and abrupt. Disabling the touchpad either in BIOS or via xinput does not fix the problem, so the trackpoint becomes unusable each time the touchpad is occasionally touched.

The touchpad is also accessible over secondary bus (SMBUS/RMI), allowing to leave the full bandwidth for the trackpoint. The kernel source code contains the whitelist of supported devices, which does not include LEN008e (T25 touchpad). You can enforce this feature setting parameter of module to . For instance, using the kernel command line: psmouse.synaptics_intertouch=1.

gollark: But whatever.
gollark: Well, I guess it's more general than that.
gollark: It's a room where they put tools for students to use.
gollark: I see.
gollark: Why is there a live camera thing? Why is it *MJPEG*?

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.