Difference between revisions of "Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad T61p"

From ThinkWiki
Jump to: navigation, search
(Hardware Tweaks)
(Out-of-the-box Stats)
Line 6: Line 6:
 
! Status
 
! Status
 
|-
 
|-
| 2D video || Working
+
| 3D video || needs tweaks, see below
 +
|-
 +
| ultranav scrolling || needs tweaks, see below
 +
|-
 +
| Fingerprint Reader || needs tweaks, see below
 
|-
 
|-
| 3D video || needs tweaks, see below
+
| ACPI - Suspend to Disk || Untested
 
|-
 
|-
| Wireless (Intel 3945ABG or 4965AGN) || 4965AGN working (improved from 9.10)
+
| VGA out || Untested
 
|-
 
|-
| Touchpoint || Working
+
| Front wireless killswitch || Untested
 
|-
 
|-
| Trackpad || Working
+
| Firewire || Untested
 
|-
 
|-
| Trackpad scrolling (side or two-finger) || Working
+
| Modem || Untested
 
|-
 
|-
| Sound card || Working
+
| Harddrive Active Protection || Untested
 
|-
 
|-
| Volume up/down/mute buttons || Working
+
| Wireless - Intel 3945ABG || untested
 
|-
 
|-
 
| Audio in || Untested
 
| Audio in || Untested
Line 27: Line 31:
 
|-
 
|-
 
| Wired LAN || Untested
 
| Wired LAN || Untested
|-
 
| ultranav scrolling || needs tweaks, see below
 
|-
 
| Optical drive || Working
 
|-
 
| SD/MMC Memory card reader || Working for some, broken for me
 
|-
 
| FN-F2 (Lock) || Working
 
|-
 
| FN-F3 (Battery) || Working
 
|-
 
| FN-Home/End (Brightness) || Working
 
|-
 
| FN-PgUp (Thinklight) || Working
 
 
|-
 
|-
 
| FN-F4 (Sleep) || Untested
 
| FN-F4 (Sleep) || Untested
Line 58: Line 48:
 
| FN-Arrows (Media Controls) || Untested
 
| FN-Arrows (Media Controls) || Untested
 
|-
 
|-
| ACPI - Lid Open/Close || Working
+
| 2D video || Works out-of-box
 +
|-
 +
| Wireless - 4965AGN || Works out-of-box
 +
|-
 +
| Touchpoint || Works out-of-box
 
|-
 
|-
| ACPI - Suspend to RAM || Working
+
| Trackpad || Works out-of-box
 
|-
 
|-
| ACPI - Suspend to Disk || Untested
+
| Trackpad scrolling (side or two-finger) || Works out-of-box
 
|-
 
|-
| VGA out || Untested
+
| Sound card || Works out-of-box
 
|-
 
|-
| Front wireless killswitch || Untested
+
| Volume up/down/mute buttons || Works out-of-box
 
|-
 
|-
| Firewire || Untested
+
| Optical drive || Working
 
|-
 
|-
 
| USB || Working
 
| USB || Working
 
|-
 
|-
| Modem || Untested
+
| SD/MMC Memory card reader || Working for some, broken for me
 +
|-
 +
| FN-F2 (Lock) || Working
 +
|-
 +
| FN-F3 (Battery) || Working
 +
|-
 +
| FN-Home/End (Brightness) || Working
 +
|-
 +
| FN-PgUp (Thinklight) || Working
 
|-
 
|-
| Fingerprint Reader || Working (not out of the box)
+
| ACPI - Lid Open/Close || Working
 
|-
 
|-
| Harddrive Active Protection || Untested
+
| ACPI - Suspend to RAM || Working
 
|}
 
|}
  

Revision as of 07:08, 6 May 2010

Out-of-the-box Stats

Component Status
3D video needs tweaks, see below
ultranav scrolling needs tweaks, see below
Fingerprint Reader needs tweaks, see below
ACPI - Suspend to Disk Untested
VGA out Untested
Front wireless killswitch Untested
Firewire Untested
Modem Untested
Harddrive Active Protection Untested
Wireless - Intel 3945ABG untested
Audio in Untested
Audio out Untested
Wired LAN Untested
FN-F4 (Sleep) Untested
FN-F5 (Wifi/Bluetooth) Untested
FN-F7 (VGA) Untested
FN-F8 (Ultranav/Trackpad) Untested
FN-F9 (Eject) Untested
FN-F12 (Hibernate) Untested
Thinkvantage Button Untested
FN-Arrows (Media Controls) Untested
2D video Works out-of-box
Wireless - 4965AGN Works out-of-box
Touchpoint Works out-of-box
Trackpad Works out-of-box
Trackpad scrolling (side or two-finger) Works out-of-box
Sound card Works out-of-box
Volume up/down/mute buttons Works out-of-box
Optical drive Working
USB Working
SD/MMC Memory card reader Working for some, broken for me
FN-F2 (Lock) Working
FN-F3 (Battery) Working
FN-Home/End (Brightness) Working
FN-PgUp (Thinklight) Working
ACPI - Lid Open/Close Working
ACPI - Suspend to RAM Working

Hardware Tweaks

Video Driver

2D video works out of the box. To enable 3D (and compiz),

  1. go to system -> admin -> hardware drivers. Install "version current" driver (not 173, which seems to break suspend). Reboot
  2. go to system -> preferences -> appearance and change the setting under the "Visual Effects" tab. A "driver search" window may popup - cancel it.

Ultranav (Middle Mouse Button) Scrolling

  • run the command (press alt+f2) "gksudo gedit /usr/lib/X11/xorg.conf.d/20-thinkpad.conf"
  • paste this into the file
Section "InputClass"
	Identifier	"Trackpoint Wheel Emulation"
	MatchProduct	"TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint"
	MatchDevicePath	"/dev/input/event*"
	Option		"EmulateWheel"		"true"
	Option		"EmulateWheelButton"	"2"
	Option		"Emulate3Buttons"	"false"
	Option		"XAxisMapping"		"6 7"
	Option		"YAxisMapping"		"4 5"
EndSection
  • Restart X (logout and back in)
  • If you want to disable horizontal scrolling, remove the line
	Option		"XAxisMapping"		"6 7"

Harddrive Active Protection

Fingerprint Reader

SD/MMC Card Reader

Other Issues