User Tools

Site Tools


linux:laptop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:laptop [2020/09/09 12:20] mslinux:laptop [2024/10/18 16:12] (current) ms
Line 12: Line 12:
         Driver "libinput"         Driver "libinput"
         Option "Tapping" "on"         Option "Tapping" "on"
 +EndSection
 </code> </code>
 ==== Sondertasten Fn ==== ==== Sondertasten Fn ====
Line 95: Line 96:
 level:          auto level:          auto
 </code> </code>
 +Lüfter steuern
 +<code>
 +echo "options thinkpad_acpi fan_control=1" > /etc/modprobe.d/thinkpad_acpi.conf
 +</code>
 +<code>
 +echo level 0 > /proc/acpi/ibm/fan       # fan off
 +echo level <1-7> > /proc/acpi/ibm/fan   # fan speed 1-7
 +echo level auto > /proc/acpi/ibm/fan
 +</code>
 +
 Tastaturbeleuchtung steuern Tastaturbeleuchtung steuern
 <code> <code>
Line 105: Line 116:
 root> echo 0 > /proc/acpi/ibm/kbdlight root> echo 0 > /proc/acpi/ibm/kbdlight
 -> Tastaturbeleuchtung aus -> Tastaturbeleuchtung aus
 +</code>
 +Einschaltknopf LED steuern
 +<code>
 +root> echo "0 blink" > /proc/acpi/ibm/led
 +-> LED blinken lassen
 +
 +root> echo "0 off" > /proc/acpi/ibm/led
 +-> LED ausschalten
 +
 +root> echo "0 on" > /proc/acpi/ibm/led
 +-> LED einschalten
 </code> </code>
linux/laptop.1599646858.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki