User:Ilakast

From ThinkWiki
Revision as of 18:14, 29 June 2014 by Ilakast (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux and ThinkPad enthusiast :-) For a few months now, I have settled with my setup. It comprises a docked X41T, a docked A30p and a headless, docked T30 with a PCI DVB-S card.

Tweaks

By default, in a debian based system, bluetooth and wwan is on. To have them switched off every time you boot, add the following line in your /etc/rc.local

         echo "disable" > /proc/acpi/ibm/bluetooth      
         echo "disable" > /proc/acpi/ibm/wan

To disable the touchpad:

         synclient TouchpadOff=1

Reference