An open API service indexing awesome lists of open source software.

https://github.com/m4tx/thinkpad-p14s-g4-linux

Various configs for Lenovo ThinkPad P14s G4 running under GNU/Linux distributions
https://github.com/m4tx/thinkpad-p14s-g4-linux

Last synced: about 1 year ago
JSON representation

Various configs for Lenovo ThinkPad P14s G4 running under GNU/Linux distributions

Awesome Lists containing this project

README

          



# ThinkPad P14s Gen 4 — Linux

Various configs for Lenovo ThinkPad P14s Gen 4 running under GNU/Linux distributions.

## General

Reading the [Arch Wiki article](https://wiki.archlinux.org/title/Lenovo_ThinkPad_P14s_(AMD)_Gen_4) about the laptop is highly recommended, even if you are using another distribution.

## Sound

The default speaker sound is terrible, so the repository includes [EasyEffects](https://github.com/wwmm/easyeffects) presets to make it better. This includes:
* Dynamic, Game, Movie, Music, and Voice presets using convolver effect config taken from P14s G4 Windows installation ("ThinkPad P14s G4 - Dynamic", "ThinkPad P14s G4 - Game", "ThinkPad P14s G4 - Movie", "ThinkPad P14s G4 - Music", "ThinkPad P14s G4 - Voice")
* A mix of a modified LoudnessEqualizer preset from [Digitalone1/EasyEffects-Presets](https://github.com/Digitalone1/EasyEffects-Presets) and a Music/Movies convolver effect config taken from T14s G3 Windows installation ("ThinkPad P14s G4 - Legacy" preset)

To install the presets, just run the following command:

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/m4tx/thinkpad-p14s-g4-linux/master/install_easyeffects.sh)"
```

Then, to use it, open EasyEffects, and select one of the "ThinkPad P14s G4" presets in the "Presets" menu in the upper-left corner of the application window.

## Fan control

To make the fans run quieter, [thinkfan](https://github.com/vmatare/thinkfan) can be used. See [this article](https://blog.monosoul.dev/2021/10/17/how-to-control-thinkpad-p14s-fan-speed-in-linux/) to learn how to configure it - but use this repository's [thinkfan.conf](https://raw.githubusercontent.com/m4tx/thinkpad-p14s-g4-linux/master/thinkfan.conf) file instead. Note that the config assumes you have the AMD version of the laptop (but should be easy enough to modify for the Intel edition, too). Note that increasing the system temperatures might result in shortening the lifespan of the laptop, so use with caution.

## Attribution

The EasyEffects convolver configs are taken from [kurz.pw](https://stuff.kurz.pw/arch/P14s_G4/Speakers/).