meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hw:lenovo_thinkpad_x200s [2021/05/02 11:38] – niziak | hw:lenovo_thinkpad_x200s [2024/11/26 10:58] (current) – niziak | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== WiFi ===== | ===== WiFi ===== | ||
| - | '' | + | * '' |
| + | * [[https:// | ||
| + | |||
| + | ==== Issues: ==== | ||
| + | |||
| + | Sometimes it stops TXing (on 5GHz band). | ||
| + | <file conf / | ||
| + | net.ipv4.tcp_ecn=0 | ||
| + | </ | ||
| + | <code bash> | ||
| + | |||
| + | |||
| + | 2nd workaround (disable power saving): | ||
| + | <file rule / | ||
| + | ACTION==" | ||
| + | </ | ||
| + | |||
| + | <file conf / | ||
| + | option iwlwifi power_save=0 | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== GPU ===== | ||
| + | |||
| + | High CPU usage during movie playback in web browser. | ||
| + | |||
| + | i965 in GM45 chipset | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install vainfo | ||
| + | vainfo | ||
| + | |||
| + | vainfo: VA-API version: 1.10 (libva 2.10.0) | ||
| + | vainfo: Driver version: Intel i965 driver for Intel(R) GM45 Express Chipset - 2.4.1 | ||
| + | vainfo: Supported profile and entrypoints | ||
| + | VAProfileMPEG2Simple | ||
| + | VAProfileMPEG2Main | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install intel-gpu-tools | ||
| + | sudo intel_gpu_top | ||
| + | </ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | sudo apt-cache show i965-va-driver-shaders | ||
| + | ... | ||
| + | This package contains also contains the non-free encode shaders for VP8, VP9, | ||
| + | HEVC and AVC for generation 7.5 hardware or newer. | ||
| + | |||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | sudo apt install libvdpau-va-gl1 | ||
| + | </ | ||
| + | |||
| + | <file conf / | ||
| + | Section " | ||
| + | Identifier "Intel Graphics" | ||
| + | Driver " | ||
| + | Option " | ||
| + | Option " | ||
| + | Option " | ||
| + | EndSection | ||
| + | </ | ||
| + | |||
| ===== Fingerprint reader ===== | ===== Fingerprint reader ===== | ||
| Line 10: | Line 79: | ||
| [[https:// | [[https:// | ||
| - | apt-get install libpam-fprintd fprintd | + | <code bash>apt-get install libpam-fprintd fprintd</ |
| [[https:// | [[https:// | ||
| Line 19: | Line 88: | ||
| To add a signature for a finger, run | To add a signature for a finger, run | ||
| - | $ fprintd-enroll | + | <code bash>$ fprintd-enroll</ |
| or create a new signature for all fingers | or create a new signature for all fingers | ||
| + | <code bash> | ||
| $ fprintd-delete " | $ fprintd-delete " | ||
| $ for finger in {left, | $ for finger in {left, | ||
| sudo pam-auth-update | sudo pam-auth-update | ||
| + | </ | ||
| or | or | ||