Difference between revisions of "User:Ilakast"
m (→For my reference) |
|||
(12 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== | ||
* [[Adding a new ThinkPad series or category to ThinkWiki]] | * [[Adding a new ThinkPad series or category to ThinkWiki]] | ||
* [[Help:Editing]] | * [[Help:Editing]] | ||
* [[Installation on ThinkPads without CD-ROM drive]] | * [[Installation on ThinkPads without CD-ROM drive]] | ||
* [[Components and AddOns]] | * [[Components and AddOns]] |
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