Difference between revisions of "Installing Ubuntu on a ThinkPad R60e"

From ThinkWiki
Jump to: navigation, search
m
Line 12: Line 12:
 
boot Ubuntu Live CD and install
 
boot Ubuntu Live CD and install
  
 +
== Xorg.config for two screens
  
 +
ntel 945GM
 +
    The config options are described in the driver man page [$ man i810]. The following sections are for a configuration with the laptop screen as the primary display and an second display on the D-SUB15 analog VGA port. The second display is expected to be a flat panel or a data projector ('beamer').
 +
 +
    Section "Device"
 +
    Identifier "Intel 945GM Internal LCD"
 +
    Driver "i810"
 +
    BusID "PCI:0:2:0"
 +
 +
    Screen 0
 +
    Option "MonitorLayout" "CRT,LFP"
 +
 +
    EndSection
 +
 +
    Section "Device"
 +
    Identifier "Intel 945GM External D-SUB15"
 +
    Driver "i810"
 +
    BusID "PCI:0:2:0"
 +
 +
    Screen 1
 +
 +
    # some additional possibilities
 +
    # Option "CheckLid" "no"
 +
    # Option "Clone" "no"
 +
    # Option "CloneRefresh" "60"
 +
    # Option "FlipPrimary" "no"
 +
    # Option  "DisplayInfo" "yes"
 +
    # Option "Rotate" "CCW"
 +
    EndSection
 +
 +
 +
 +
 +
== Sound ==
 +
There is an option in the BIOS setup to disable the modem which seems a good idea if the modem is not needed. Do not do this, if the modem is disabled then sound will not work with Ubuntu (6.06 and Edgy knot2). (Sound does however work in WinXP with the modem disabled)
  
 
== Mouse and TrackPoint ==
 
== Mouse and TrackPoint ==

Revision as of 01:28, 5 September 2006

Overview

There are no particular problems installing Ubuntu Dapper (6.06.1) or Edgy Knot2 (6.10 alpha) on a R60e.

If the Windows and Service Partitions are to be retained then the Gnome Partition Editor can be used from the live cd to shrink the Windows partition (sda1). The IBM recovery partition is placed at the end of the HD disk. Note that the Recovery partion is not located on a cylinder boundary and is placed between 'unused' disk areas, 3MB in front and 7MB behind. These appear to contain the diagnostics programs and should not be moved or resized if the diagnostics and R&R programs are required.

To repartion: boot to Windows and immediately create a Rescue and Recover disk set. If you have a USB HD you can also create a Recue and Recovery copy on that. boot with Ubuntu live CD, use Gnome Partition editor to shrink the IBM_PRELOAD (sda1) partition. reboot to Windows and let it run chkdsk boot Ubuntu Live CD and install

== Xorg.config for two screens

ntel 945GM

   The config options are described in the driver man page [$ man i810]. The following sections are for a configuration with the laptop screen as the primary display and an second display on the D-SUB15 analog VGA port. The second display is expected to be a flat panel or a data projector ('beamer').
   Section "Device"
   	Identifier	"Intel 945GM Internal LCD"
   	Driver		"i810"
   	BusID		"PCI:0:2:0"
   	Screen 0
   	Option 	"MonitorLayout" 	"CRT,LFP"
   EndSection
   Section "Device"
   	Identifier	"Intel 945GM External D-SUB15"
   	Driver		"i810"
   	BusID		"PCI:0:2:0"
   	Screen 1
   # some additional possibilities
   #	Option	"CheckLid" 	"no"
   # 	Option 	"Clone" 	"no"
   #	Option 	"CloneRefresh"	"60"
   # 	Option 	"FlipPrimary" 	"no"
   # 	Option  "DisplayInfo" 	"yes"
   #	Option 	"Rotate" 	"CCW"	
   EndSection



Sound

There is an option in the BIOS setup to disable the modem which seems a good idea if the modem is not needed. Do not do this, if the modem is disabled then sound will not work with Ubuntu (6.06 and Edgy knot2). (Sound does however work in WinXP with the modem disabled)

Mouse and TrackPoint

see How_to_configure_the_TrackPoint Note however that to modify sensitivity and scroll rate on R60e with Ubuntu 6.06 the commands are:

    # echo -n 96 > /sys/devices/platform/i8042/serio0/speed
    # echo -n 200 > /sys/devices/platform/i8042/serio0/sensitivity

This needs to be typed in a root window; using sudo gives a permission denied.