Difference between revisions of "Installing Ubuntu 5.10 on a ThinkPad T43 (1871)"

From ThinkWiki
Jump to: navigation, search
 
Line 4: Line 4:
  
  
Worked out of the Box:
+
'''Worked out of the Box'''
  
- Sound
+
*Sound
- Networking (wired and wireless)
+
*Networking (wired and wireless)
- ThinkPad Buttons
+
*ThinkPad Buttons
- DVD-RW
+
*DVD-RW
- USB
+
*USB
- Trackpoint
+
*Trackpoint
- Touchpad
+
*Touchpad
- PCMCIA
+
*PCMCIA
- ...
+
*...
  
Worked after little tweaking:
 
  
- Display :
+
'''Worked after little tweaking'''
 +
 
 +
*Display :
  
 
issue : not able to use the full resolution (1400x1050) due to a bug in the Intel 915GM bios.
 
issue : not able to use the full resolution (1400x1050) due to a bug in the Intel 915GM bios.
Line 25: Line 26:
 
Modifying the file /etc/default/855resolution :
 
Modifying the file /etc/default/855resolution :
  
MODE=3c
+
MODE=3c
XRESO=1400
+
XRESO=1400
YRESO=1050
+
YRESO=1050
 +
 
 +
Checking the Monitor section in the file /etc/X11/xorg.conf for
  
Checking the file /etc/X11/xorg.conf for
+
Section "Monitor"
 +
Identifier "Your screen here"
 +
Option "DPMS"
 +
HorizSync 30-97
 +
VertRefresh 50-160
 +
EndSection
  
Section "Monitor"
 
Identifier "Écran générique"
 
Option "DPMS"
 
HorizSync 30-97
 
VertRefresh 50-160
 
EndSection
 
  
Not tested
+
'''Not tested'''
  
- Bluetooth (modules loaded)
+
*Bluetooth (modules loaded)
- Infrared (modules loaded)
+
*Infrared (modules loaded)
- TV Out
+
*TV Out
  
  
Important Note
+
'''Important Note'''
  
 
Sometimes, it does not wake up correctly after a suspend. To solve this issue, I am using a newer kernel (2.6.15).
 
Sometimes, it does not wake up correctly after a suspend. To solve this issue, I am using a newer kernel (2.6.15).

Revision as of 19:44, 25 February 2006

I installed Ubuntu 5.04 "Hoary Hedgehog" on a IBM T43 1871-W34.

It was quite straightforward. Most of it "just worked" : thank you Ubuntu !


Worked out of the Box

  • Sound
  • Networking (wired and wireless)
  • ThinkPad Buttons
  • DVD-RW
  • USB
  • Trackpoint
  • Touchpad
  • PCMCIA
  • ...


Worked after little tweaking

  • Display :

issue : not able to use the full resolution (1400x1050) due to a bug in the Intel 915GM bios. solution : Installing 855resolution (apt-get install 855resolution) Modifying the file /etc/default/855resolution :

MODE=3c
XRESO=1400
YRESO=1050

Checking the Monitor section in the file /etc/X11/xorg.conf for

Section "Monitor"
	Identifier	"Your screen here"
	Option		"DPMS"
	HorizSync	30-97
	VertRefresh	50-160
EndSection


Not tested

  • Bluetooth (modules loaded)
  • Infrared (modules loaded)
  • TV Out


Important Note

Sometimes, it does not wake up correctly after a suspend. To solve this issue, I am using a newer kernel (2.6.15).