Difference between revisions of "User:Ilakast"
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Linux and ThinkPad enthusiast :-) | + | Linux and ThinkPad enthusiast :-) For a few months now, I have settled with my setup. It comprises a docked [[:Category:X41_Tablet|X41T]], a docked [[:Category:A30p|A30p]] and a headless, docked [[:Category:T30|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 {{path|/etc/rc.local}} | |
+ | echo "disable" > /proc/acpi/ibm/bluetooth | ||
+ | echo "disable" > /proc/acpi/ibm/wan | ||
+ | |||
+ | To disable the touchpad: | ||
+ | synclient TouchpadOff=1 | ||
==Reference== | ==Reference== |
Latest revision as of 17:14, 29 June 2014
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