If you're running an older version of Ubuntu, check How I tweak my Thinkpad t60 after installing Ubuntu Maverick 10.10.
I cannot take credit for any of the tweaks applied here - most solutions have been found either here, Thinkwiki or elsewhere on the web. Many adjustments require a restart or logout to take effect and may not be optimal nor elegant. They work for me. Where possible, I have tried to show a command line solution.
I am picky about getting everything running properly when I upgrade my Ubuntu. I choose a clean install and use a separate partition for /home. When upgrading, I only keep data directories in my home partition - not application preferences. Before upgrading, I first make a complete backup of my /home partition. Once or twice I have been thankful for it. Since I reinstall my applications, there are only a few hidden folders in /home that I preserve. I don't mind setting up program preferences again, but if you want to keep your preferences, you can probably safely leave the hidden directories on your /home partition alone.
Tweaks applied to clean install of Ubuntu Oneiric Ocelot 11.10 on my IBM Thinkpad t60: (Type 2007-72U)
Thinkpad specific modifications
Make the middle mouse button work as a scroll button with the trackpoint:
This seems to work out of the box in 11.10. Hooray!
Enable the volume control buttons:
Code:
sudo gedit /etc/rc.local
and add the line:
Code:
cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask
Enable Thinkpad Active Protection System:
This is supposed to enable hard drive parking when the laptop is moved, as well as some other Thinkpad specific features.
Code:
sudo apt-get install hdapsd tp-smapi-dkms
Map the ThinkVantage button to some useful function:
I use mine to launch a terminal window.
Go to: Dash . . . Keyboard . . . Shortcuts . . . Custom Shortcuts
Click Add (+) . . . and name the button 'Launch Terminal.' In the 'command' box type: gnome-terminal
Now highlight this new entry (click and hold on the label 'disabled'), then push the ThinkVantage button. This should successfully map the button to launch a terminal window. You can adapt this process to launch any application you like.
Set blue bluetooth default to 'off' on startup:
Code:
sudo gedit /etc/rc.local
and add the line:
Code:
rfkill block bluetooth
Save and close.
Make sure to restart in order for all changes to take effect.
Good luck with your tweaks: post what works or doesn't work for your Thinkpad. If you have a better solution to any of the above problems or additional t60 tweaks please share!
I will edit this post as necessary as I get more familiar with Oneiric.
Kolin
[edit] April 12, 2012 - I experience a major sound problem on this system which has a bug report here: https://bugs.launchpad.net/ubuntu/+s...er/+bug/873370. This held me back to 11.04 for a long time, but my final workaround which avoids this sound trouble is selecting the unity2d session at login. I suppose I lose a bit in visual flash but I retain usable sound. We'll see what 12.04 brings.
Bookmarks