<?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=Heffer</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=Heffer"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Heffer"/>
	<updated>2026-05-09T16:36:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_on_a_ThinkPad_T61p&amp;diff=39521</id>
		<title>Installing Fedora 10 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_on_a_ThinkPad_T61p&amp;diff=39521"/>
		<updated>2008-11-05T23:31:05Z</updated>

		<summary type="html">&lt;p&gt;Heffer: Added section on UltraBay and Suspend&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Fedora 10 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. Everything not mentioned on this wikipage is assumed to be working out of the box.  Due to the modular nature of the T61 Series there are many different configurations, 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_10_Generic_Notes | Installing Fedora 10 Generic Notes]]&lt;br /&gt;
&lt;br /&gt;
== Installation Notes ==&lt;br /&gt;
The Graphical installer works just fine with the NVIDIA Cards. However, on WUXGA Models the Font within the installer can be tiny because of the wrong calculation of the screen's DPI value.&lt;br /&gt;
You can use either the i386 or the x86_64 version on your ThinkPad. If you don't have more than 3GB of RAM you'll probably be better off installing the i386 version unless you have a good reason to use 64-bit software. But even if you do have more than 3GB of RAM you might want to install the i386 version for better software compatibility. The installer will then automatically choose the PAE kernel which enables the system to use the full amount of RAM installed.&lt;br /&gt;
&lt;br /&gt;
Please note, that the SATA Mode must be set to '''AHCI'''. By default it is set to '''Compatibility''' within the BIOS.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
Currently you have three options what graphics drivers are concerned:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the 2D nv driver shipped with Fedora&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the (currently only) 2D nouveau driver also shipped with Fedora&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the proprietary 2D/3D nVidia drivers (preferably installed from [http://rpmfusion.org/ RPMFusion])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One big pro of the open-source drivers (nv/nouveau) is the support for XRandR 1.2. That allows you to hotplug screens (e.g. a Projector) and configure them without restarting the X Server. Using those drivers will also automatically enable the Fn-F7 button's function of switching between screens.&lt;br /&gt;
The official NVIDIA drivers do '''not''' have this feature at the moment (so the Fn-F7 button is currently without function if you use them). So if you do presentations a lot you might want to use the open-source drivers.&lt;br /&gt;
&lt;br /&gt;
=== Installing the official NVIDIA drivers from RPMFusion ===&lt;br /&gt;
Now that's easy:&lt;br /&gt;
&lt;br /&gt;
 yum install xorg-x11-drv-nvidia akmod-nvidia&lt;br /&gt;
&lt;br /&gt;
This will install the X11 driver as well as the kernel module. Note that this is a special kind of kernel module; a so called akmod. It automatically tries to rebuild the kernel module if it isn't found. You will never have to wait for the RPMFusion maintainers to recompile the module when a new kernel is released again.&lt;br /&gt;
&lt;br /&gt;
== UltraBay Hotswap ==&lt;br /&gt;
{{Todo|Maybe create a little RPM Package for easy install}}&lt;br /&gt;
If you want to hotswap UltraBay devices there are some changes you need to make for it to work.&lt;br /&gt;
First of all create &amp;lt;tt&amp;gt;/etc/udev/rules.d/60-ibm-ultrabay.rules&amp;lt;/tt&amp;gt; and add the following:&lt;br /&gt;
&lt;br /&gt;
 ENV{BAY_EVENT}==&amp;quot;3&amp;quot;, KERNEL==&amp;quot;bay.0&amp;quot;, ACTION==&amp;quot;change&amp;quot;, SUBSYSTEM==&amp;quot;platform&amp;quot;, RUN+=&amp;quot;/usr/libexec/ultrabay_eject&amp;quot;&lt;br /&gt;
 ENV{BAY_EVENT}==&amp;quot;1&amp;quot;, KERNEL==&amp;quot;bay.0&amp;quot;, ACTION==&amp;quot;change&amp;quot;, SUBSYSTEM==&amp;quot;platform&amp;quot;, RUN+=&amp;quot;/usr/libexec/ultrabay_insert&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Then grab the hotswap scripts from [[How to hotswap UltraBay devices]] and put them in &amp;lt;tt&amp;gt;/usr/libexec/&amp;lt;/tt&amp;gt;.&lt;br /&gt;
{{NOTE|Change the path to &amp;lt;tt&amp;gt;/sys/class/scsi_host/host1&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;/sys/class/scsi_device/1:0:0:0&amp;lt;/tt&amp;gt; according to your machine.&lt;br /&gt;
For the T61p this usually is &amp;lt;tt&amp;gt;/sys/class/scsi_host/host3&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;/sys/class/scsi_device/3:0:0:0&amp;lt;/tt&amp;gt;}}&lt;br /&gt;
That's it. Now you should be able to hotswap your UltraBay devices without hanging your machine.&lt;br /&gt;
&lt;br /&gt;
== Suspend ==&lt;br /&gt;
At the moment suspend and resume are erroneous on the T61p. This is an issue currently being worked on.&lt;br /&gt;
&lt;br /&gt;
[[Category:T61p]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Heffer</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_on_a_ThinkPad_T61p&amp;diff=39499</id>
		<title>Installing Fedora 10 on a ThinkPad T61p</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_on_a_ThinkPad_T61p&amp;diff=39499"/>
		<updated>2008-11-03T23:30:54Z</updated>

		<summary type="html">&lt;p&gt;Heffer: I will be working on this to get this in shape by Nov. 25th&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Fedora 10 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. Everything not mentioned on this wikipage is assumed to be working out of the box.  Due to the modular nature of the T61 Series there are many different configurations, 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_10_Generic_Notes | Installing Fedora 10 Generic Notes]]&lt;br /&gt;
&lt;br /&gt;
== Installation Notes ==&lt;br /&gt;
The Graphical installer works just fine with the NVIDIA Cards. However, on WUXGA Models the Font within the installer can be tiny because of the wrong calculation of the screen's DPI value.&lt;br /&gt;
You can use either the i386 or the x86_64 version on your ThinkPad. If you don't have more than 3GB of RAM you'll probably be better off installing the i386 version unless you have a good reason to use 64-bit software. But even if you do have more than 3GB of RAM you might want to install the i386 version for better software compatibility. The installer will then automatically choose the PAE kernel which enables the system to use the full amount of RAM installed.&lt;br /&gt;
&lt;br /&gt;
Please note, that the SATA Mode must be set to '''AHCI'''. By default it is set to '''Compatibility''' within the BIOS.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
Currently you have three options what graphics drivers are concerned:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the 2D nv driver shipped with Fedora&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the (currently only) 2D nouveau driver also shipped with Fedora&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;the proprietary 2D/3D nVidia drivers (preferably installed from [http://rpmfusion.org/ RPMFusion])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
One big pro of the open-source drivers (nv/nouveau) is the support for XRandR 1.2. That allows you to hotplug screens (e.g. a Projector) and configure them without restarting the X Server. Using those drivers will also automatically enable the Fn-F7 button's function of switching between screens.&lt;br /&gt;
The official NVIDIA drivers do '''not''' have this feature at the moment (so the Fn-F7 button is currently without function if you use them). So if you do presentations a lot you might want to use the open-source drivers.&lt;br /&gt;
&lt;br /&gt;
=== Installing the official NVIDIA drivers from RPMFusion ===&lt;br /&gt;
Now that's easy:&lt;br /&gt;
&lt;br /&gt;
 yum install xorg-x11-drv-nvidia akmod-nvidia&lt;br /&gt;
&lt;br /&gt;
This will install the X11 driver as well as the kernel module. Note that this is a special kind of kernel module; a so called akmod. It automatically tries to rebuild the kernel module if it isn't found. You will never have to wait for the RPMFusion maintainers to recompile the module when a new kernel is released again.&lt;/div&gt;</summary>
		<author><name>Heffer</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_Generic_Notes&amp;diff=39495</id>
		<title>Installing Fedora 10 Generic Notes</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_10_Generic_Notes&amp;diff=39495"/>
		<updated>2008-11-03T23:09:53Z</updated>

		<summary type="html">&lt;p&gt;Heffer: New Page for upcoming Fedora 10 release. I will compete this as time allows.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installing Fedora 10 Generic Notes ==&lt;br /&gt;
&lt;br /&gt;
This is a guide for generic installation notes of Fedora. This guide is worked on to be complete as of November 25th (Fedora 10 Release).&lt;br /&gt;
&lt;br /&gt;
== Better Fonts ==&lt;br /&gt;
I recommend to set the system font to use the &amp;quot;Liberation Fonts&amp;quot; (Liberation Sans, Liberation Serif and Liberation Mono).&lt;br /&gt;
To further improve the appereance of the fonts on TFT displays you might as well want to install the package &amp;quot;freetype-freeworld&amp;quot; from the [http://rpmfusion.org/ RPMFusion] Repository. Basically that is the freetype library with the patent encumbered bytecode interpreter turned on.&lt;/div&gt;</summary>
		<author><name>Heffer</name></author>
		
	</entry>
</feed>