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:42] – 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 39: | Line 58: | ||
</ | </ | ||
+ | |||
+ | <code bash> | ||
+ | sudo apt install libvdpau-va-gl1 | ||
+ | </ | ||
+ | |||
+ | <file conf / | ||
+ | Section " | ||
+ | Identifier "Intel Graphics" | ||
+ | Driver " | ||
+ | Option " | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | </ | ||
Line 46: | Line 79: | ||
[[https:// | [[https:// | ||
- | apt-get install libpam-fprintd fprintd | + | <code bash>apt-get install libpam-fprintd fprintd</ |
[[https:// | [[https:// | ||
Line 55: | 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 | ||