Difference between revisions of "Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61"

From ThinkWiki
Jump to: navigation, search
(Fonts on High-Res Screens)
(Got rid of the "Bugs" section -- integrated bugs into appropriate topics.)
Line 9: Line 9:
 
Also look at [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560 Ubuntu Launchpad bug# 122560] for the relevant patches to apply over Alsa driver 1.0.14 if you do not want to use the CVS version.
 
Also look at [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560 Ubuntu Launchpad bug# 122560] for the relevant patches to apply over Alsa driver 1.0.14 if you do not want to use the CVS version.
  
 +
You can follow the [https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560 Launchpad bug report] to see when this is fixed.
  
 
== Modem ==
 
== Modem ==
Line 34: Line 35:
 
== Suspend/Hibernate ==
 
== Suspend/Hibernate ==
  
'''Hibernate''' appears to work fine, but when resuming from a '''suspend''' the backlight doesn't come back on, making it nearly impossible to see anything on the screen. Unless you can read a non-backlit screen, don't suspend... (See "Bugs" section below for possible fixes.)
+
'''Hibernate''' appears to work fine, but when resuming from a '''suspend''' the backlight doesn't come back on, making it nearly impossible to see anything on the screen. Unless you can read a non-backlit screen, don't suspend... See [http://ubuntuforums.org/showthread.php?t=495819 this Ubuntu forum thread] for possible fixes and the [https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report].
  
 
== Fonts on High-Res Screens ==
 
== Fonts on High-Res Screens ==
Line 47: Line 48:
 
# Close the Details window and adjust the Application, Document, Desktop, etc fonts as desired.
 
# Close the Details window and adjust the Application, Document, Desktop, etc fonts as desired.
  
== Bugs ==
 
  
==== Brightness ====  
+
== Brightness ==
  
 
The brightness controls (Fn-Home, Fn-End) don't seem to work reliably (if at all), and the brightness dialog box occasionally will pop up at random or "stick" on the screen, occasionally causing the screen to flicker. Messing around with the brightness controls (Fn-Home, Fn-End) or moving the cursor around the screen will usually make the dialog to go away and the flickering stop.  [https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/123854 Launchpad bug report].
 
The brightness controls (Fn-Home, Fn-End) don't seem to work reliably (if at all), and the brightness dialog box occasionally will pop up at random or "stick" on the screen, occasionally causing the screen to flicker. Messing around with the brightness controls (Fn-Home, Fn-End) or moving the cursor around the screen will usually make the dialog to go away and the flickering stop.  [https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/123854 Launchpad bug report].
Line 55: Line 55:
 
With the Nvidia card to increase/decrease brightness hit Ctrl+Alt+F1 to drop to a virtual console, change the brightness and hit Ctrl-Alt-F7 to return to Gnome.  This can be done without affecting running applications.
 
With the Nvidia card to increase/decrease brightness hit Ctrl+Alt+F1 to drop to a virtual console, change the brightness and hit Ctrl-Alt-F7 to return to Gnome.  This can be done without affecting running applications.
  
==== Audio ====
 
 
Audio does not work out of the box.
 
[https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/122560 Launchpad bug report].
 
 
==== Suspend ====
 
 
The backlight does not come back on after resuming from suspend. See [http://ubuntuforums.org/showthread.php?t=495819 this Ubuntu forum thread] for possible fixes and
 
the [https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report].
 
  
 
{{T61}}
 
{{T61}}

Revision as of 06:10, 24 August 2007

Video

Nvidia accelerated 3D support is not installed by default. To install 3D support click System->Administration->Restricted Drivers Manager

Audio

Audio does not work out of the box. You need to download and compile ALSA from CVS

Also look at Ubuntu Launchpad bug# 122560 for the relevant patches to apply over Alsa driver 1.0.14 if you do not want to use the CVS version.

You can follow the Launchpad bug report to see when this is fixed.

Modem

The modem works with the Linuxant drivers available at http://www.linuxant.com


Fingerprint Reader

The reader works with ThinkFinger. Instructions.


Trackpad scrolling

Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.

To enable using the middle mouse button to scroll add the following in your Trackpoint InputDevice section in /etc/X11/xorg.conf /etc/X11/xorg.conf:

   Option    "EmulateWheel"          "true"
   Option    "EmulateWheelTimeOut"   "200"
   Option    "EmulateWheelButton"    "2"


Suspend/Hibernate

Hibernate appears to work fine, but when resuming from a suspend the backlight doesn't come back on, making it nearly impossible to see anything on the screen. Unless you can read a non-backlit screen, don't suspend... See this Ubuntu forum thread for possible fixes and the Launchpad bug report.

Fonts on High-Res Screens

On high-res screens (e.g. 15" 1680x1050), the default fonts are too big. You can fix this by following these steps:

  1. Open System->Preferences->Appearance
  2. Select the "Fonts" tab
  3. Click the "Details" button (lower right)
  4. Adjust the Resolution down until fonts look how you like them
  5. Make sure you have Subpixel (LCD) Smoothing enabled
  6. Close the Details window and adjust the Application, Document, Desktop, etc fonts as desired.


Brightness

The brightness controls (Fn-Home, Fn-End) don't seem to work reliably (if at all), and the brightness dialog box occasionally will pop up at random or "stick" on the screen, occasionally causing the screen to flicker. Messing around with the brightness controls (Fn-Home, Fn-End) or moving the cursor around the screen will usually make the dialog to go away and the flickering stop. Launchpad bug report.

With the Nvidia card to increase/decrease brightness hit Ctrl+Alt+F1 to drop to a virtual console, change the brightness and hit Ctrl-Alt-F7 to return to Gnome. This can be done without affecting running applications.


T61