Difference between revisions of "Installing Ubuntu 9.10 (Karmic Koala) on a ThinkPad X200"

From ThinkWiki
Jump to: navigation, search
(Trackpoint)
Line 21: Line 21:
  
 
===Trackpoint===
 
===Trackpoint===
The middle Scrollbutton won't work out-of-the-box, you can solve it with the help of the following Link: http://samiux.wordpress.com/2008/11/02/howto-lenovo-thinkpad-scroll-button-on-ubuntu-810/
+
The middle Scrollbutton won't work out-of-the-box, you can solve it with the help of the following Link: http://samiux.wordpress.com/2008/11/02/howto-lenovo-thinkpad-scroll-button-on-ubuntu-810/ <br>
 +
I find the middle scrollbutton doesn't works very well for me by following these steps.<br>
 +
The solution I currently use is to automatically execute the following commands:<br>
 +
Quote:
 +
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
 +
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
 +
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Y Axis" 8 4 5
 +
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation X Axis" 8 6 7
  
 
===WiFi===
 
===WiFi===

Revision as of 02:41, 24 November 2009

Just brief info for now as I didn't have time to test all features yet. Please update if you have info on features marked as untested.

Installation

  • Installing from desktop cd:
    not tested
  • Installing from alternate cd:
    works fine with optical drive in X200 UltraBase, just follow the steps
  • Installing via wubi:
    not tested
  • Updating from Jaunty:
    not tested

Features support

Display

  • internal LCD: works fine
  • external VGA: works fine
  • external VGA via ultraBase: works fine
  • DisplayPort via ultraBase: works fine

Trackpoint

The middle Scrollbutton won't work out-of-the-box, you can solve it with the help of the following Link: http://samiux.wordpress.com/2008/11/02/howto-lenovo-thinkpad-scroll-button-on-ubuntu-810/
I find the middle scrollbutton doesn't works very well for me by following these steps.
The solution I currently use is to automatically execute the following commands:
Quote:

xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Y Axis" 8 4 5
xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation X Axis" 8 6 7

WiFi

  • Intel 5100: works fine
  • Intel 5300: works fine
  • Intel 5350: works fine, kernel sees it as 5300

Bluetooth

generally works, but see https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/381913

3G

not tested

webcam

works

Sound

  • internal speakers: works fine, good volume
  • headphones: works
  • headphones via ultrabase: works fine
  • internal mic: works fine, good sensitivity
  • mic via ultrabase: not tested

Sensors

mostly work, for HDD hddtemp is needed

HDAPS

I couldn't make hdaps module to use Tp smapi. It seems module-assistant does not build patched version of hdaps module from tp-smapi-source package.
Nevertheless hdaps seems to work fine with thinkpad_ec. After installing hdapsd edit /etc/default/hdapsd make sure START is set to "yes", DISK to "sda" and adjust SENSITIVITY (50 works ok for most people).

edit: use tp-smapi as in [1]

Suspending

Works fine as long as you don't suspend when docked.

edit: Suspend with dock works for me.

Hibernating

Works fine when hibernating when undocked. Not tested when docked.

Docking and Undocking

  • Docking works ok. System even tries to switch automatically to saved external monitor display configuration and sometimes it even does the smart thing
  • Before undocking you must always press "pre-undock" button on the left side of docking station and wait until green arrow allows you to proceed. Otherwise system will start to beep at you and it will probably get confused.
  • Undocking and/or pressing "pre-undock" button switches automatically display to internal LCD only so you don't have to worry about it.
  • Undocking doesn't umount automatically devices connected to docking station (usb pendrives, optical drive) so you must remember to do this manually. See https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/433682
  • Suspending or hibernating when docked is not a good idea as system will probably get confused when resumed not docked also.