Thinkpad T400S: Difference between revisions

 
Line 1: Line 1:
== Review ==


var myli = "div.thumbs ul l";
Form factor is a lot nicer than the Macbook Pro - a pound lighter and the screen tilts back for tall people. It's basic black and seems robust. The keyboard is exquisite. Power adaptor is compatible with previous Thinkpads. Built in Webcam seems ok. Volume rocker is a bit creaky. Keyboard changes are interesting, though large "delete" and "esc" keys are for negative people. Fast and doesn't get warm.
if ($(myli).html()) {
alert("hi");


$(myli).hover(function() {
=== Critiques ===
$(this).css({'z-index' : '10'}); /*Add a higher z-index value so this image stays on top*/
$(this).find('img').addClass("hover").stop() /* Add class of "hover", then stop animation queue buildup*/
.animate({
marginTop: '-110px', /* The next 4 lines will vertically align this image */
marginLeft: '-110px',
top: '50%',
left: '50%',
width: '174px', /* Set new width */
height: '174px', /* Set new height */
padding: '20px'
}, 200); /* this value of "200" is the speed of how fast/slow this hover animates */


} , function() {
Default fan setting makes annoying in a quiet environment - tweaking with http://www.gambitchess.org/mediawiki/index.php/ThinkPad_Fan_Control.  It does barely get warm, but right in the center, the worst spot for a laptop. Skipping the mic input is strange since there's so much space around the edge, but at least they moved the wireless switch from the front. The coloured power button is pointless, the machine has a glowing belly button? But not having an indicator for AC status, as on the previous versions, is criminal. DVD drive is pointless these days, should have come with a weight saver. Battery should be larger capacity versions. Samsung SSD, while for the most part fast, has performance issues - concerned about random writes for typical sqllite using modern apps.
$(this).css({'z-index' : '0'}); /* Set z-index back to 0 */
 
$(this).find('img').removeClass("hover").stop() /* Remove the "hover" class , then stop animation queue buildup*/
Having an LED on the Caps Lock is cute, but who uses Caps Lock anymore? I've remapped it to the compose key, where the LED is useless. Blinking wifi and HDD lights are unneccesary and distracting.
.animate({
 
marginTop: '0', /* Set alignment back to default */
=== Nice to have ===
marginLeft: '0',
 
top: '0',
DisplayPort should be form compatible with Macbooks (mini DisplayPort) and pass audio. It would be nice if there were less bezel.
left: '0',
 
width: '100px', /* Set width back to default */
== Linux support ==
height: '100px', /* Set height back to default */
 
padding: '5px'
Ubuntu 9.10 (alpha - 20090904) - Everything works out of the box except the fingerprint reader (who cares) and scrolling using Trackpoint/Touchpad (do care). External monitor on VGA seems to basically work though a bit fussy when toggling. Some intermittent suspend/resume problems, but this is an alpha OS. Wireless 5300 seems to take longer to connect, but hopefully doesn't have IRQ problems Atheros did.
}, 400);
 
});
=== Specifications ===
 
{{NotebookComputer
|Brand=Thinkpad
|Weight=3.9lbs
|Dimensions= 13.27 x 9.49 x 0.83"
|ModelName=2801CTO
|Manufactured=2009
|CPU= Intel Core 2 Duo SP9600 (2.53GHz, 1066MHz FSB, 6MB Cache)
|Bus speed=1066MHz
|RAM=4096 MB
|RAMType=DDR3
|HDDCapacity=128 GB SSD (Samsung MMCRE28G8MXP)
|Optical Drive=Removable Super-Multi DVD Burner, Dual Layer
|Expansion bay=Ultraslim
|Chipset=Intel GS45, GMA 4500MHD
|VideoMemory=128 MB
|Ethernet=1000-TX
|USBPorts=3, 1 USB/eSATA
|VGAOut=1
|DisplayPortOut=1
|CardReader=SD,  
|WirelessLAN=a,b,g,n
|OS=WindowsXP Professional, Windows 7, Linux
|Display=LED LCD
|DisplaySize=14.1
|DisplayResolution=1440 x 900
}}