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

From ThinkWiki
Jump to: navigation, search
Line 1: Line 1:
'''DO NOT REFER TO THIS DOCUMENT YET.''' I've copied the Tribe 4 documentation, and will be installing Tribe 5 as soon as it is released to see what has changed. I'll remove this note as soon as I'm finished (should be within 24 hours). The Tribe 4 page should be redirected here when this document is complete.
 
  
 
== Initial Install ==
 
== Initial Install ==
  
'''Issue #1:''' The initial install from the live CD graphical installer does not work if the laptop is in SATA AHCI mode. You have to go into the BIOS (Press the ThinkVantage button almost as soon as you turn on your computer) and set the SATA controller to "Compatibility" mode or else you get a "can't access tty" error. After Ubuntu is installed and you've done an "apt-get update" you can -- and should -- set the controller back to AHCI mode.
+
The initial install from the live CD may hang with a blank tan screen after gdm loads. It is clear that gdm is running, but the desktop never actually loads. The solution is to hit (Ctrl-Alt-Backspace) which will kill gdm, and bring you back to the login screen. (This may need to be done more than once.)
 
 
'''Issue #2:''' The initial install from the live CD graphical installer hangs with a blank tan screen after gdm loads. It is clear that gdm is running, but the desktop never actually loads. The solution is to hit (Ctrl-Alt-Backspace) which will kill gdm, and bring you back to the login screen.
 
  
  
 
== Video ==
 
== Video ==
You can access a good tool for changing video (and for that matter, keyboard and many other devices) options by running the following in the terminal (Applications -> Accessories -> Terminal):
 
<pre>sudo dpkg-reconfigure xserver-xorg</pre>
 
'''Intel:'''
 
  
At higher resolutions, the gnome toolbars function in a smaller area than the rest of the desktop. This is because the TV output is turned on. If you see the login screen show up in the top-left corner of the screen, taking up only 2/3 of the screen, then you have this issue and you'll need to disable the TV output.
+
'''Intel video:''' Intel video works out of the box.
  
To turn the TV output off and fix the small desktop issue, add the following section in /etc/X11/xorg.conf.
+
'''Nvidia:'''
  
  Section "Monitor"
+
''These are the old instructions from Tribe 4. Can someone with Nvidia hardware find out if this is still necessary?''
    Identifier "TVOutput"
 
    Option "Disable" "true"
 
  EndSection
 
 
 
and then in the Device Section, add the option:
 
 
 
  Option "monitor-TV" "TVOutput"
 
 
 
Reference: [http://ubuntuforums.org/showthread.php?p=2944730]
 
 
 
'''Nvidia:'''
 
  
 
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here: http://www.nvidia.com/object/unix.html
 
If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here: http://www.nvidia.com/object/unix.html
Line 79: Line 62:
  
 
== Suspend/Hibernate ==
 
== Suspend/Hibernate ==
Hibernate via 's2disk' appears to work fine. Suspend via 's2ram' has been removed entirely from Gutsy.
 
  
 +
'''Hibernate''' appears to work fine.
 +
 +
'''Suspend''' works, but when it resumes the backlight is off making it nearly impossible to see anything on the screen. (You might even think it never came back up.) Anyone have a fix?
  
 
== Bugs ==
 
== Bugs ==
  
 
==== Font Issues on High-Res Screens ====  
 
==== Font Issues on High-Res Screens ====  
On high-res screens (15" 1680x1050), the default fonts are too bold above 8 or 9px (the exact number depends on the font). I have not heard people with normal-resolution screens complaining about this. You can easily see this by running gnome-specimen and gradually stepping up the font size. At some point (usually around 8-9px) the font will turn bold.
+
On high-res screens (15" 1680x1050), the default fonts are too big, and they all go bold above 8 or 9px (the exact number depends on the font). I have not heard people with normal-resolution screens complaining about this. You can easily see this by running gnome-specimen and gradually stepping up the font size. At some point (usually around 8-9px) the font will turn bold.
  
 
==== Brightness ====  
 
==== Brightness ====  
After installing the proprietary Nvidia drivers you will be unable to modify the brightness setting.  A workaround is to drop into a text console by hitting ctrl-alt-F1, modify the brightness and then return to X windows with ctrl-alt-F7.  Your X session will not be lost and you can do this with applications running.
+
 
 +
The brightness controls (Fn-Home, Fn-End) don't seem to work reliably, and the brightness dialog box occasionally will pop up at random and cause the screen to start flickering. Messing around with the brightness controls (Fn-Home, Fn-End) will cause it to stop.
  
 
==== Launchpad bugs related to the T61 ====
 
==== Launchpad bugs related to the T61 ====

Revision as of 01:03, 24 August 2007

Initial Install

The initial install from the live CD may hang with a blank tan screen after gdm loads. It is clear that gdm is running, but the desktop never actually loads. The solution is to hit (Ctrl-Alt-Backspace) which will kill gdm, and bring you back to the login screen. (This may need to be done more than once.)


Video

Intel video: Intel video works out of the box.

Nvidia:

These are the old instructions from Tribe 4. Can someone with Nvidia hardware find out if this is still necessary?

If you would like 3D acceleration then you must download and install the proprietary drivers from Nvidia here: http://www.nvidia.com/object/unix.html

To install these drivers:

  1. install build-essentials from Synaptic
  2. Download the drivers from the link above to your home directory
  3. When the download completes hit Ctrl-ALT-F1 to drop to a console.
  4. Login and type:
    1. sudo /etc/init.d/gdm stop
    2. sudo sh NVIDIA-Linux-x86-100.14.11-pkg1.run

If the file you download is newer that 100.14.11 make sure you modify the command appropriately

When asked, permit the installer to modify xorg.conf

Reboot: # sudo shutdown -r now

NOTE!
With each new Kernel release this process must be repeated except you should tell the installer to not update xorg.conf

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.


Wireless

All of standard T61 wireless options -- Aereos, Intel 3945, and Intel 4965 -- should work out of the box now.


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.

Suspend works, but when it resumes the backlight is off making it nearly impossible to see anything on the screen. (You might even think it never came back up.) Anyone have a fix?

Bugs

Font Issues on High-Res Screens

On high-res screens (15" 1680x1050), the default fonts are too big, and they all go bold above 8 or 9px (the exact number depends on the font). I have not heard people with normal-resolution screens complaining about this. You can easily see this by running gnome-specimen and gradually stepping up the font size. At some point (usually around 8-9px) the font will turn bold.

Brightness

The brightness controls (Fn-Home, Fn-End) don't seem to work reliably, and the brightness dialog box occasionally will pop up at random and cause the screen to start flickering. Messing around with the brightness controls (Fn-Home, Fn-End) will cause it to stop.

Launchpad bugs related to the T61

Update Nvidia GLX: [1]

Update ALSA to support the sound card in the T61: [2]

Brightness dialog doesn't always disappear: [3]

T61