Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
touchscreendelaythinkpad [2023/01/07 15:39] – angelegt homer | touchscreendelaythinkpad [2023/01/07 17:11] (aktuell) – homer | ||
---|---|---|---|
Zeile 11: | Zeile 11: | ||
[ 480.301632] i2c_hid_acpi: | [ 480.301632] i2c_hid_acpi: | ||
``` | ``` | ||
- | That delay can be avoided by blacklisting the i2c_hid_acpi module in '/ | + | That delay can be avoided by blacklisting the i2c_hid_acpi module in / |
``` | ``` | ||
blacklist i2c_hid_acpi | blacklist i2c_hid_acpi | ||
Zeile 24: | Zeile 24: | ||
sudo modprobe i2c_hdi_acpi | sudo modprobe i2c_hdi_acpi | ||
``` | ``` | ||
- | in Terminal again (and perhaps be automated). | + | in Terminal again or just __automate that__ by giving root's crontab |
+ | ``` | ||
+ | @reboot / | ||
+ | |||
+ | ``` | ||
</ | </ |