Difference between revisions of "Installing Fedora 8 on a ThinkPad T61p"

From ThinkWiki
Jump to: navigation, search
(←Created page with '== Installing Fedora 8 on a T61p == == Introduction == This document outlines configuring Fedora 8 on your Thinkpad T61p. Most items will work out of the box and a base ...')
 
(Network)
Line 47: Line 47:
  
 
== Network ==
 
== Network ==
Standard eth is fully supported. Wlan not test yet.
+
Ethernet is fully supported. Wlan seems to be too but not tested yet.
  
 
== Suspend to RAM ==
 
== Suspend to RAM ==
 
Working.
 
Working.

Revision as of 13:52, 8 December 2007

Installing Fedora 8 on a T61p

Introduction

This document outlines configuring Fedora 8 on your Thinkpad T61p. Most items will work out of the box and a base install will provide you with an almost completely working system. Due to the modular nature of the T61 there are many different configuration, please read carefully and only make the changes specific to your system.

Feel free to update this Wiki with your information however please ask questions on the Talk page.

Installation Notes

  • Booting from the installation CD/DVD is only working in text mode due to the nVidia cards, you can use later vesa mode or nVidia drivers or livna nVidia drivers for X

Display/Video

You have following alternatives for your graphics in X:

  1. vesa mode, no 3D support
  2. nVidia drivers, download from the vendor
  3. nVidia drivers by livna (prefered)

The last options is provided by following packages: kmod-nvidia, xorg-x11-drv-nvidia.

Mouse

Important note: the synaptics driver, which is detected by default does not give the acceleration setting to a attached mouse or the trackpoint. Please replace the section for the synaptics driver with the following one:

   Section "InputDevice"
       Identifier "Logitech"
       Driver "mouse"
       Option "Device" "/dev/input/mice"
       Option "ZAxisMapping" "4 5 6 7"
       Option "Protocol" "auto"
   EndSection

Brightness

source: Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61

Nvidia Quadro N140 and 570M:

The brightness controls do not work, however you can switch to a virtual terminal (ctrl+alt+F1) increase or decrease the brightness and then switch back to X (ctrl+alt+F7) without disrupting the running applications. In a few rare cases switching back to X (ctrl+alt+7) may freeze your computer with a black screen so save any open documents before switching out.

When using the vesa driver the brightness controls do work. So this problem seems to be related to the nvidia driver.

Audio

Working, volume keys not tested yet.

Network

Ethernet is fully supported. Wlan seems to be too but not tested yet.

Suspend to RAM

Working.