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 [2022/03/16 11:40] – niziak | hw:lenovo_thinkpad_x200s [2024/11/26 10:58] (current) – niziak | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| * '' | * '' | ||
| * [[https:// | * [[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 ===== | ===== GPU ===== | ||
| Line 13: | Line 32: | ||
| i965 in GM45 chipset | i965 in GM45 chipset | ||
| + | <code bash> | ||
| sudo apt install vainfo | sudo apt install vainfo | ||
| vainfo | vainfo | ||
| Line 21: | Line 41: | ||
| VAProfileMPEG2Simple | VAProfileMPEG2Simple | ||
| VAProfileMPEG2Main | VAProfileMPEG2Main | ||
| + | </ | ||
| + | <code bash> | ||
| sudo apt install intel-gpu-tools | sudo apt install intel-gpu-tools | ||
| sudo intel_gpu_top | sudo intel_gpu_top | ||
| + | </ | ||
| + | {{: | ||
| + | |||
| + | |||
| + | <code bash> | ||
| sudo apt-cache show i965-va-driver-shaders | sudo apt-cache show i965-va-driver-shaders | ||
| ... | ... | ||
| - | . | ||
| This package contains also contains the non-free encode shaders for VP8, VP9, | This package contains also contains the non-free encode shaders for VP8, VP9, | ||
| HEVC and AVC for generation 7.5 hardware or newer. | 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 | ||
| + | </ | ||
| Line 39: | Line 79: | ||
| [[https:// | [[https:// | ||
| - | apt-get install libpam-fprintd fprintd | + | <code bash>apt-get install libpam-fprintd fprintd</ |
| [[https:// | [[https:// | ||
| Line 48: | 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 | ||