Difference between revisions of "User:Ilakast"

From ThinkWiki
Jump to: navigation, search
m (X41 Tablet specifics)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Linux and ThinkPad enthusiast :-) For a few months now, I have settled with my setup. It comprises a docked [[:Category:X41_Tablet|X41T]] and a headless, docked [[:Category:T30|T30]] with a PCI DVB-S card.
+
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.
  
I also have a few ThinkPads that mostly collect dust: a [[:Category:560X|560X]] and a [[:Category:A30p|A30p]].
+
==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
  
==X41 Tablet specifics==
+
To disable the touchpad:
By default, in a debian based system, bluetooth is on. To have it switched off every time you boot, add the following line in your {{path|/etc/rc.local}}
+
           synclient TouchpadOff=1
           echo "disable" > /proc/acpi/ibm/bluetooth
 
  
 
==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

Reference