<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Blue+iced56</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Blue+iced56"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Blue_iced56"/>
	<updated>2026-05-03T06:35:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35352</id>
		<title>Talk:Installing Fedora 8 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35352"/>
		<updated>2007-12-25T17:50:22Z</updated>

		<summary type="html">&lt;p&gt;Blue iced56: alsa&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can the same trick of Fedora 7 be applied to Fedora 8 regarding the alsa drivers and the sound buttons?&lt;/div&gt;</summary>
		<author><name>Blue iced56</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35351</id>
		<title>Installing Fedora 8 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_8_on_a_ThinkPad_T61p&amp;diff=35351"/>
		<updated>2007-12-25T17:40:23Z</updated>

		<summary type="html">&lt;p&gt;Blue iced56: Update regarding the latest nVidia drivers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Feel free to update this Wiki with your information however please ask questions on the Talk page.&lt;br /&gt;
&lt;br /&gt;
Please look here for further informations as well:&lt;br /&gt;
* [[Installing_Fedora_8_Generic_Notes | Installing Fedora 8 Generic Notes]]&lt;br /&gt;
&lt;br /&gt;
== Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
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&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
You have following alternatives for your graphics in X:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;vesa mode, no 3D support&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers, download from the vendor&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;nVidia drivers by livna (prefered)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The last options is provided by following packages: kmod-nvidia, xorg-x11-drv-nvidia.&lt;br /&gt;
&lt;br /&gt;
== Mouse ==&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
        Identifier &amp;quot;Logitech&amp;quot;&lt;br /&gt;
        Driver &amp;quot;mouse&amp;quot;&lt;br /&gt;
        Option &amp;quot;Device&amp;quot; &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
        Option &amp;quot;ZAxisMapping&amp;quot; &amp;quot;4 5 6 7&amp;quot;&lt;br /&gt;
        Option &amp;quot;Protocol&amp;quot; &amp;quot;auto&amp;quot;&lt;br /&gt;
    EndSection&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Brightness ==&lt;br /&gt;
source: [[ Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61  ]]&lt;br /&gt;
====Nvidia Quadro N140 and 570M:====&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
When using the '''vesa''' driver the brightness controls do work.  So this problem seems to be related to the '''nvidia''' driver.&lt;br /&gt;
&lt;br /&gt;
When using the new nVidia drivers of the vendor the brightness controls work as well. The driver can be found at [http://www.nvidia.com/object/linux_display_ia32_169.07.html http://www.nvidia.com/object/linux_display_ia32_169.07.html].&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
Working, but volume keys do not work with the nVidia card at least. If you want to use KDE, make sure you install the kde-desktop group: yum groupinstall kde-desktop. This will install among others kde-settings-pulseaudio.&lt;br /&gt;
&lt;br /&gt;
=== Todo === &lt;br /&gt;
*Volume keys. &lt;br /&gt;
*The sound is a bit delayed for signals like warnings, console bells, is this is a KDE problem?&lt;br /&gt;
&lt;br /&gt;
== Network ==&lt;br /&gt;
Ethernet and Wlan is fully supported. Wlan will be detected as wlan0.&lt;br /&gt;
&lt;br /&gt;
== Suspend to RAM ==&lt;br /&gt;
Working.&lt;br /&gt;
&lt;br /&gt;
== Suspend to Disk / Hibernate ==&lt;br /&gt;
Has display problems (black after resume until hard reset), perhaps tuxonice should give a try.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
Is supported by the thinkfinger package. Gnome and KDM (kde login manager) seem to be working quite well, KDE is not fully supported yet.&lt;br /&gt;
&lt;br /&gt;
Install thinkfiner package and edit ''/etc/pam.d/system-auth'' and add the ''pam_thinkfinger.so'' module right before ''pam_unix.so''. So your ''system-auth'' should start like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
   #%PAM-1.0&lt;br /&gt;
   # This file is auto-generated.&lt;br /&gt;
   # User changes will be destroyed the next time authconfig is run.&lt;br /&gt;
   auth        required      pam_env.so&lt;br /&gt;
   auth        sufficient    pam_thinkfinger.so&lt;br /&gt;
   auth        sufficient    pam_unix.so nullok try_first_pass&lt;br /&gt;
   auth        requisite     pam_succeed_if.so uid &amp;gt;= 500 quiet&lt;br /&gt;
   auth        required      pam_deny.so&lt;br /&gt;
   ...&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then save a fingerprint for each user that is allowed to log in via fingerprint. For example, for the account ''auser'' this is done with&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    tf-tool --add-user auser&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
Now whenever you are asked to enter the password for ''auser'', you can also swipe your finger:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
    [anotheruser@thinkpad ~]$ su auser&lt;br /&gt;
    Password or swipe finger: &lt;br /&gt;
    [auser@thinkpad ~]$&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
You probably want to enroll the ''root'' account so you can just ''su'' to the superuser without entering the root password.&lt;br /&gt;
&lt;br /&gt;
== Memory ==&lt;br /&gt;
&lt;br /&gt;
I had to use the PAE kernel to be able to use all 4GB, otherwise a maximum of 3GB is only seen.&lt;br /&gt;
&lt;br /&gt;
[[Category:T61p]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Blue iced56</name></author>
		
	</entry>
</feed>