| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
» Number of reviews : 1 - viewing 10 Per Page
|
| Last Review by theeil - posted: 09-22-2008 09:02 PM |
[ Post a Review ] |

Views: 50024
|
Distributions Tested:
OpenSUSE (32/64 bit), Ubuntu (feisty/hardy) 64 bit, Debian Lenny 64 bit.
Hardware Support:
Perfect linux laptop. It's actually certified for RHEL and SLED, but will work out of the box on any modern distro. There is native kernel support for all hardware except for Atheros wireless cards (Intel cards also available) which are supported by madwifi.
Bluetooth works fine. I just run 'hidd --search' to attach my keyboard.
I have yet to test the 4 port ieee1394/Firewire, but I imagine it works since it is detected fine.
Suspend to ram and disk both work fine out of the box on Debian. The soft buttons and lid event all work fine using gnome-power-manager.
Note that the speakers are pretty quiet.
Docking station works as expected. Tested DVI, VGA, audio, serial port, ethernet, ps/2 port, power. A bios update prevents it from crashing when the power state is changed (unplugged, etc) while the laptop is docked by allowing you to disable serial and parallel ports.
SD card reader may remount after laptop resumes.
Performance Notes:
Running with the lenovo 4 cell battery from 1.5-2 hours on Ubuntu/Gnome to 2-2.75 hours on Debian with Xfce4. I later got a 6 cell battery from battdepot.ca which lasts 3-3.5 hours. All times refer to light to normal usage conditions at half brightness. I also found that using Xfce's compositing takes some load off the cpu to the intel gpu and actually saves power.
Features:
To get the trackpoint to behave as intended (hold middle button to scroll) add the following lines to the mouse 'InputDevice' section of xorg.conf
Option 'EmulateWheel' 'on'
Option 'EmulateWheelTimeout' '200'
Option 'EmulateWheelButton' '2'
The soft wireless toggle button cycles between wifi and bluetooth/wifi/bluetooth/both off. To toggle bluetooth only, I use a custom script to control it via acpi:
#!/bin/sh
FILE='/proc/acpi/ibm/bluetooth'
if [ -n `grep status $FILE` ]
then echo 'disable' (GREATER THAN SYMBOL) $FILE
else echo 'enable' (GREATER THAN SYMBOL) $FILE
fi
The soft display toggle button may not work. I recommend LXRandR to quickly change display settings reliably (for a presentation or when attaching to vga/dvi monitor.)
We may soon see HDAPS (hard drive accelerometer to protect drive when you drop laptop) support in the shipped kernels in next generation of distros. Right now I've got the HDAPS accelerometers working as a joystick which can be used in neverball.
See http://www.thinkwiki.org/wiki/Category:T61 for full hardware options and lots of useful information about running linux on a T61.
Rating: 9
|
Product Details: "ThinkPad T61 7658-CTO" by theeil - posted: 06-02-2008 - Rating:         9.00 |
All times are GMT -5. The time now is 06:19 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|