ThinkpadX61T

Differences between revisions 3 and 16 (spanning 13 versions)
Revision 3 as of 2007-10-24 17:31:39
Size: 5077
Editor: 216
Comment:
Revision 16 as of 2010-02-26 20:24:14
Size: 9646
Editor: 94
Comment: Moving pages instead of copying them - New Laptop Testing project
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * Contact: BobSchulz ## page was renamed from LaptopTestingTeam/ThinkpadX61T
 * Contact: BobSchulz (JohnleesMiller for 8.04)
Line 8: Line 9:
=== Hardy Heron (8.04 LTS) ===
 * The stylus does not work out of the box. To get it working:
  * Use Track Point knob to open Applications > Accessories > Terminal and type
{{{sudo gedit /etc/X11/xorg.conf}}}
  * Add the following text somewhere at the start: {{{
Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4"
 Option "Button2" "3" # Right click
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/input/wacom"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4"
 Option "Button3" "2" # Eraser
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/input/wacom"
 Option "Type" "cursor"
 Option "ForceDevice" "ISDV4"
EndSection
}}}
  * Add these three devices to the "ServerLayout" section as follows: {{{
Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
 InputDevice "stylus" "SendCoreEvents"
 InputDevice "cursor" "SendCoreEvents"
 InputDevice "eraser" "SendCoreEvents"
 InputDevice "Synaptics Touchpad"
EndSection
}}}
  * Save the file and log out to restart X. Thanks to http://www.krizka.net/2007/12/27/thinkpad-x61-tablet-and-ubuntu-hardy-heron for the changes above.

=== Gutsy Gibbon ===
Line 9: Line 54:
 * OPEN ISSUE: screen rotation works but pen tracking does not follow
 * OPEN ISSUE: screen almost black on resume from suspend
 * EASY FIX: screen rotation works but pen tracking does not follow
  * Use the rotscreen.new script from https://bugs.launchpad.net/ubuntu/+bug/133430
 * EASY FIX: screen almost black on resume from suspend
  * Switch to a console (Ctrl-Alt-6) and then back again (Ctrl-Alt-7) to re-enable backlight
Line 18: Line 65:

Line 26: Line 71:
 * 7761A16  * 7761A16 (7764CTO for the machine on which Hardy Heron was installed)
Line 32: Line 77:
||<|2> '''Device''' ||<-2> '''Works?''' ||<|2> '''Bug #''' ||
|| in Ubuntu 6.06 LTS || in Edgy (current development) ||
|| Screen || Untested || Untested || ||
|| Correct resolution? || Untested || Untested || ||
|| Correct refresh rate? || Untested || Untested || ||
|| 3D Acceleration || Untested || Untested || ||
|| External monitor works? || Untested || Untested || ||
|| External monitor - mirrors || Untested || Untested || ||
|| External monitor - extend desktop || Untested || Untested || ||
||<-4> '''Power Management''' ||
|| Battery detected? || Untested || Untested || ||
|| Hibernates? || Untested || Untested || ||
|| Suspend || Untested || Untested || ||
|| Dim monitor on battery || Untested || Untested || ||
||<|2> '''Device''' ||<-3> '''Works?''' ||<|2> '''Bug #''' ||
|| in Gutsy Gibbon || in 8.04 LTS || in whatever's next ||
|| Screen || PASSED || Yes || Untested || ||
|| Correct resolution? || PASSED || Yes || Untested || ||
|| Correct refresh rate? || PASSED || Yes || Untested || ||
|| 3D Acceleration || Untested || Yes || Untested || ||
|| External monitor works? || Untested || Yes || Untested || ||
|| External monitor - mirrors || Untested || Yes || Untested || ||
|| External monitor - extend desktop || Untested || No || Untested || ||
||<-5> '''Power Management''' ||
|| Battery detected? || PASSED || Yes || Untested || ||
|| Hibernates? || PASSED || No (wubi) || Untested || ||
|| Suspend || PARTIAL (Screen nearly black on resume)|| Yes || Untested || ||
|| Dim monitor on battery || PARTIAL (Dims but does not restore on activity) || Yes || Untested || ||
Line 47: Line 92:
|| Lid Close || Untested || Untested || ||
|| Cpu frequency scaling || Untested || Untested || ||
||<-4> '''Sound''' ||
|| Sound works? || Untested || Untested || ||
|| Correct volume? || Untested || Untested || ||
|| Hardware volume switch || Untested || Untested || ||
|| Headphone jack || Untested || Untested || ||
|| Mic jack || Untested || Untested || ||
||<-4> '''Networking''' ||
|| Wired NIC || Untested || Untested || ||
|| Wireless NIC || Untested || Untested || ||
|| PCMCIA NIC || Untested || Untested || ||
|| Firewire || Untested || Untested || ||
|| Bluetooth || Untested || Untested || ||
|| Modem || Untested || Untested || ||
|| Infrared || Untested || Untested || ||
||<-4> '''Touchpad & Mice''' ||
|| Touchpad || Untested || Untested || ||
|| Touchpad - Doubletap = double click || Untested || Untested || ||
|| Touchpad - Scroll down side || Untested || Untested || ||
|| External mouse - USB || Untested || Untested || ||
|| External mouse - Serial || Untested || Untested || ||
||<-4> '''Docking Station/Port Replicator''' ||
|| AC through replicator || Untested || Untested || ||
|| USB || Untested || Untested || ||
|| Serial
|| Untested || Untested || ||
|| Parallel || Untested || Untested || ||
|| External Monitor - VGA || Untested || Untested || ||
|| External Monitor - DVI || Untested || Untested || ||
|| Modem || Untested || Untested || ||
|| NIC || Untested || Untested || ||
|| PS/2 || Untested || Untested || ||
||<-4> '''Additional Hardware''' ||
|| Fingerprint reader || Untested || Untested || ||
|| CD/DVD drive || Untested || Untested || ||
|| PCMCIA cards || Untested || Untested || ||
|| Parallel Ports || Untested || Untested || ||
|| Card reader(s) || Untested || Untested || ||
|| Lid Close || Untested || No (does not suspend) || Untested || ||
|| Cpu frequency scaling || PASSED || Yes || Untested || ||
||<-5> '''Sound''' ||
|| Sound works? || PASSED || Yes || Untested || ||
|| Correct volume? || PASSED || Yes || Untested || ||
|| Hardware volume switch || PARTIAL (screen mute button unrecognized) || Yes || Untested || ||
|| Headphone jack || Untested || Yes || Untested || ||
|| Mic jack || Untested || Yes || Untested || ||
||<-5> '''Networking''' ||
|| Wired NIC || PASSED || Yes || Untested || ||
|| Wireless NIC || PASSED || Yes || Untested || ||
|| PCMCIA NIC || Untested || Untested || Untested || ||
|| Firewire || Untested || Untested || Untested || ||
|| Bluetooth || Untested || Untested || Untested || ||
|| Modem || Untested || Untested || Untested || ||
|| Infrared || Untested || Untested || Untested || ||
||<-5> '''Touchpad & Mice''' ||
|| Touchpad || PASSED (With EASY FIXes above) || Untested (N/A) || Untested || ||
|| Touchpad - Doubletap = double click || PASSED || Untested (N/A) || Untested || ||
|| Touchpad - Scroll down side || PASSED || Untested (N/A) || Untested || ||
|| Trackpoint || PASSED || Yes
|| Untested || ||
|| External mouse - USB || Untested || Yes || Untested || ||
|| External mouse - Serial || Untested || Untested || Untested || ||
||<-5> '''Docking Station/Port Replicator''' ||
|| AC through replicator || PASSED || Untested || ||
|| USB || Untested || Untested || Untested || ||
|| Serial || Untested
|| Untested || Untested || ||
|| Parallel || Untested || Untested || Untested || ||
|| External Monitor - VGA || Untested || Untested || Untested || ||
|| External Monitor - DVI || Untested || Untested || Untested || ||
|| Modem || Untested || Untested || Untested || ||
|| NIC || Untested || Untested || Untested || ||
|| PS/2 || Untested || Untested || Untested || ||
||<-5> '''Additional Hardware''' ||
|| Fingerprint reader || Untested || Untested || Untested || ||
|| CD/DVD drive || PASSED || Yes || Untested || ||
|| PCMCIA cards || Untested || Untested || Untested || ||
|| Parallel Ports || Untested || Untested || Untested || ||
|| Card reader(s) || Untested || Untested || Untested || ||
Line 87: Line 133:
||<-6 tablewidth="75%"> '''Function and other keys''' ||
||<|2> '''Fn key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> Bug # ||
|| in Ubuntu 6.06 LTS? || in Edgy (current development)? ||
|| + Space || || || Untested || Untested || ||
|| + Esc || || || Untested || Untested || ||
|| + F1 || || || Untested || Untested || ||
|| + F2 || || || Untested || Untested || ||
|| + F3 || || || Untested || Untested || ||
|| + F4 || || || Untested || Untested || ||
|| + F5 || || || Untested || Untested || ||
|| + F6 || || || Untested || Untested || ||
|| + F7 || || || Untested || Untested || ||
|| + F8 || || || Untested || Untested || ||
|| + F9 || || || Untested || Untested || ||
|| + F10 || || || Untested || Untested || ||
|| + F11 || || || Untested || Untested || ||
|| + F12 || || || Untested || Untested || ||
||<-6> '''Other special keys''' ||
||<|2> '''Key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> Bug # ||
|| in Ubuntu 6.06 LTS || Edgy (current development) ||
|| ''KEY'' || || || Untested || Untested || ||
||<-7 tablewidth="75%"> '''Function and other keys''' ||
||<|2> '''Fn key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-3> '''Works?''' ||<|2> Bug # ||
|| in Gutsy Gibbon? || in 8.04 LTS || in whatever's next? ||
|| + Space || Zoom || || Untested || No || Untested || ||
|| + Esc ||  || || Untested || No effect || Untested || ||
|| + F1 ||  || || Untested || No effect || Untested || ||
|| + F2 || Lock Screen || || Untested || Yes || Untested || ||
|| + F3 || Battery Info || || Untested || Yes || Untested || ||
|| + F4 || Suspend || || Untested || Yes || Untested || ||
|| + F5 || On/Off Wireless || || PARTIAL(bluetooth and wireless are both affected) || No effect || Untested || ||
|| + F6 ||  || || Untested || No effect || Untested || ||
|| + F7 || || || Untested || No effect || Untested || ||
|| + F8 || Switch TrackPoint/TouchPad || || Untested || No effect || Untested || ||
|| + F9 ||  || || Untested || No effect || Untested || ||
|| + F10 ||  || || Untested || No effect || Untested || ||
|| + F11 || || || Untested || No effect || Untested || ||
|| + F12 || Hibernate || || Untested || Untested || Untested || ||
|| + ScrLk || NumLock || || PASSED || Yes || Untested || ||
|| + Home || Brightness Up || || PASSED || Yes || Untested || ||
|| + End || Brightness Dn || || PASSED || Yes || Untested || ||
|| + PrtSc || SysRq || || Untested || Prints screen || Untested || ||
|| + Pause || Break || || Untested || No effect
|| Untested || ||
||<-7> '''Other special keys''' ||
||<|2> '''Key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-3> '''Works?''' ||<|2> Bug # ||
|| Gutsy Gibbon || 8.04 LTS || whatever's next ||
|| ''KEY'' || || || Untested || ? || Untested || ||
|| Vol Up/Down || || || PARTIAL(is set to mic by default) || Yes || Untested || ||
|| Mute || || || PARTIAL (is set to mic by default) || Yes || Untested || ||
|| Nav Dial || || || Untested || Yes || Untested || ||
|| Esc || || || Untested || Yes || Untested || ||
|| Tablet Shortcut Menu || || || Untested || Locks screen || Untested || ||
|| Screen Rotate || || || Untested || No || Untested || ||
|| "Secure Attention Sequence" (ctrl-alt-del) || || || Untested || No || Untested || ||
Line 110: Line 168:
For 8.04 LTS:
 * Installed using "wubi" from Windows Vista.
 * Install paused for several minutes on "Scanning the mirror..." but was otherwise smooth.
 * External monitor detected but could not uncheck the "clone displays" box.
 * Hibernation did not shut machine off. I think the wubi installer mentioned that this doesn't work w/ wubi.
 * A bit tricky to get sound recording to work: open sound recorder, choose File > Open Volume Control, choose Edit > Preferences, check the Capture box, toggle audio recording on on Recording tab, and then use Options tab to choose source (internal / external mic). Then tell the recorder to record from input Capture.
 * Can rotate screen from System > Preferences > Screen Resolution if hardware acceleration turned off (add {{{Option "DRI" "false"}}} to the Device in the xorg.conf file), but so far no luck rotating the input (ie. cursor moves left/right instead of up/down).
 * Helpful links:
  * http://bayleshanks.com/tips-computer-lenovoX61t-gnuLinuxSetup
  * http://ubuntuforums.org/showthread.php?t=604896
  * http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.04_(Feisty_Fawn)_on_an_X61_Tablet

Current Issues

Hardy Heron (8.04 LTS)

  • The stylus does not work out of the box. To get it working:
    • Use Track Point knob to open Applications > Accessories > Terminal and type

sudo gedit /etc/X11/xorg.conf

  • Add the following text somewhere at the start:

    Section "InputDevice"
            Driver          "wacom"
            Identifier      "stylus"
            Option          "Device"        "/dev/input/wacom"
            Option          "Type"          "stylus"
            Option          "ForceDevice"   "ISDV4"
            Option          "Button2"       "3"             # Right click
    EndSection
    
    Section "InputDevice"
            Driver          "wacom"
            Identifier      "eraser"
            Option          "Device"        "/dev/input/wacom"
            Option          "Type"          "eraser"
            Option          "ForceDevice"   "ISDV4"
            Option          "Button3"       "2"             # Eraser
    EndSection
    
    Section "InputDevice"
            Driver          "wacom"
            Identifier      "cursor"
            Option          "Device"        "/dev/input/wacom"
            Option          "Type"          "cursor"
            Option          "ForceDevice"   "ISDV4"
    EndSection
  • Add these three devices to the "ServerLayout" section as follows:

    Section "ServerLayout"
            Identifier      "Default Layout"
            Screen          "Default Screen"
            InputDevice     "stylus"        "SendCoreEvents"
            InputDevice     "cursor"        "SendCoreEvents"
            InputDevice     "eraser"        "SendCoreEvents"
            InputDevice     "Synaptics Touchpad"
    EndSection
  • Save the file and log out to restart X. Thanks to http://www.krizka.net/2007/12/27/thinkpad-x61-tablet-and-ubuntu-hardy-heron for the changes above.

Gutsy Gibbon

  • EASY FIX: screen rotation works but pen tracking does not follow
  • EASY FIX: screen almost black on resume from suspend
    • Switch to a console (Ctrl-Alt-6) and then back again (Ctrl-Alt-7) to re-enable backlight
  • EASY FIX: Enable tablet functions - uncomment tablet lines as indicated in /etc/X11/xorg.conf
  • EASY FIX: enable pen button - modify /etc/X11/xorg.conf as follows:
    • add the following line to to Section InputDevice - Driver wacam - Identifier stylus as follows:

      • Option "Button2" "3"
    • add the following line to Section InputDevice - Driver wacam - Identifier eraser

      • Option "Button3" "2"

System Info

  • LENOVO
  • 7761A16 (7764CTO for the machine on which Hardy Heron was installed)
  • ThinkPad X61 Tablet

Hardware details

Screen & Monitors

Device

Works?

Bug #

in Gutsy Gibbon

in 8.04 LTS

in whatever's next

Screen

PASSED

Yes

Untested

Correct resolution?

PASSED

Yes

Untested

Correct refresh rate?

PASSED

Yes

Untested

3D Acceleration

Untested

Yes

Untested

External monitor works?

Untested

Yes

Untested

External monitor - mirrors

Untested

Yes

Untested

External monitor - extend desktop

Untested

No

Untested

Power Management

Battery detected?

PASSED

Yes

Untested

Hibernates?

PASSED

No (wubi)

Untested

Suspend

PARTIAL (Screen nearly black on resume)

Yes

Untested

Dim monitor on battery

PARTIAL (Dims but does not restore on activity)

Yes

Untested

Blank monitor on inactivity

Untested

Untested

Lid Close

Untested

No (does not suspend)

Untested

Cpu frequency scaling

PASSED

Yes

Untested

Sound

Sound works?

PASSED

Yes

Untested

Correct volume?

PASSED

Yes

Untested

Hardware volume switch

PARTIAL (screen mute button unrecognized)

Yes

Untested

Headphone jack

Untested

Yes

Untested

Mic jack

Untested

Yes

Untested

Networking

Wired NIC

PASSED

Yes

Untested

Wireless NIC

PASSED

Yes

Untested

PCMCIA NIC

Untested

Untested

Untested

Firewire

Untested

Untested

Untested

Bluetooth

Untested

Untested

Untested

Modem

Untested

Untested

Untested

Infrared

Untested

Untested

Untested

Touchpad & Mice

Touchpad

PASSED (With EASY FIXes above)

Untested (N/A)

Untested

Touchpad - Doubletap = double click

PASSED

Untested (N/A)

Untested

Touchpad - Scroll down side

PASSED

Untested (N/A)

Untested

Trackpoint

PASSED

Yes

Untested

External mouse - USB

Untested

Yes

Untested

External mouse - Serial

Untested

Untested

Untested

Docking Station/Port Replicator

AC through replicator

PASSED

Untested

USB

Untested

Untested

Untested

Serial

Untested

Untested

Untested

Parallel

Untested

Untested

Untested

External Monitor - VGA

Untested

Untested

Untested

External Monitor - DVI

Untested

Untested

Untested

Modem

Untested

Untested

Untested

NIC

Untested

Untested

Untested

PS/2

Untested

Untested

Untested

Additional Hardware

Fingerprint reader

Untested

Untested

Untested

CD/DVD drive

PASSED

Yes

Untested

PCMCIA cards

Untested

Untested

Untested

Parallel Ports

Untested

Untested

Untested

Card reader(s)

Untested

Untested

Untested

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Gutsy Gibbon?

in 8.04 LTS

in whatever's next?

+ Space

Zoom

Untested

No

Untested

+ Esc

Untested

No effect

Untested

+ F1

Untested

No effect

Untested

+ F2

Lock Screen

Untested

Yes

Untested

+ F3

Battery Info

Untested

Yes

Untested

+ F4

Suspend

Untested

Yes

Untested

+ F5

On/Off Wireless

PARTIAL(bluetooth and wireless are both affected)

No effect

Untested

+ F6

Untested

No effect

Untested

+ F7

Untested

No effect

Untested

+ F8

Switch TrackPoint/TouchPad

Untested

No effect

Untested

+ F9

Untested

No effect

Untested

+ F10

Untested

No effect

Untested

+ F11

Untested

No effect

Untested

+ F12

Hibernate

Untested

Untested

Untested

+ ScrLk

NumLock

PASSED

Yes

Untested

+ Home

Brightness Up

PASSED

Yes

Untested

+ End

Brightness Dn

PASSED

Yes

Untested

+ PrtSc

SysRq

Untested

Prints screen

Untested

+ Pause

Break

Untested

No effect

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

Gutsy Gibbon

8.04 LTS

whatever's next

KEY

Untested

?

Untested

Vol Up/Down

PARTIAL(is set to mic by default)

Yes

Untested

Mute

PARTIAL (is set to mic by default)

Yes

Untested

Nav Dial

Untested

Yes

Untested

Esc

Untested

Yes

Untested

Tablet Shortcut Menu

Untested

Locks screen

Untested

Screen Rotate

Untested

No

Untested

"Secure Attention Sequence" (ctrl-alt-del)

Untested

No

Untested

Notes

For 8.04 LTS:

  • Installed using "wubi" from Windows Vista.
  • Install paused for several minutes on "Scanning the mirror..." but was otherwise smooth.
  • External monitor detected but could not uncheck the "clone displays" box.
  • Hibernation did not shut machine off. I think the wubi installer mentioned that this doesn't work w/ wubi.
  • A bit tricky to get sound recording to work: open sound recorder, choose File > Open Volume Control, choose Edit > Preferences, check the Capture box, toggle audio recording on on Recording tab, and then use Options tab to choose source (internal / external mic). Then tell the recorder to record from input Capture.

  • Can rotate screen from System > Preferences > Screen Resolution if hardware acceleration turned off (add Option "DRI" "false" to the Device in the xorg.conf file), but so far no luck rotating the input (ie. cursor moves left/right instead of up/down).

  • Helpful links:

LaptopTestingTeam/Old/ThinkpadX61T (last edited 2010-02-26 20:24:14 by 94)