<?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=Aboutblank</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=Aboutblank"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Aboutblank"/>
	<updated>2026-05-13T23:07:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=30863</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) Tribe 3 on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_3_on_a_ThinkPad_T61&amp;diff=30863"/>
		<updated>2007-06-30T14:52:00Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: /* Intel: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Opening Notes:===&lt;br /&gt;
&lt;br /&gt;
1) This is written for Tribe 2, as development moves forward many of the items listed here will (hopefully) no longer be necessary or no longer apply.&lt;br /&gt;
&lt;br /&gt;
2) Use the Alternative Installer, the Desktop installer installs but fails to boot&lt;br /&gt;
&lt;br /&gt;
3) The system is not incredibly stable, things crash at least once per session so if you are look for stability stay with Feisty. &lt;br /&gt;
&lt;br /&gt;
===Hard Disk Controller===&lt;br /&gt;
When the system boots hit F1 to enter the Bios, select Config-&amp;gt;Serial ATA (SATA) and set the SATA Controller mode option to &amp;quot;Compatibility&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Video:===&lt;br /&gt;
&lt;br /&gt;
====Intel:====&lt;br /&gt;
Must install using the alternate CD or the regular CD and hit F4 to change VGA settings to 1024x768x32 and use regular install.&lt;br /&gt;
&lt;br /&gt;
Status of intel driver unknown.&lt;br /&gt;
&lt;br /&gt;
====Nvidia:====&lt;br /&gt;
&lt;br /&gt;
X will fail to start for users running Nvidia cards.   Boot into recovery mode and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|dkpg-reconfigure xserver-xorg}}  &lt;br /&gt;
&lt;br /&gt;
Accept all the defaults except change the driver from NV to VESA&lt;br /&gt;
&lt;br /&gt;
Type {{cmdroot|telinit 3}} to boot into a GUI and use Synaptic to install Build-Essentials&lt;br /&gt;
&lt;br /&gt;
Go to Nvidia.com and download the latest Nvidia Drivers to your desktop&lt;br /&gt;
&lt;br /&gt;
When the download completes hit Ctrl-F1 to drop to a console.  Login and type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
Then type:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cd Desktop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo sh NVIDIA-Linux-x86-100.14.11-pkg1.run}} &lt;br /&gt;
&lt;br /&gt;
If the file you download is newer that 100.14.11 make sure you modify the command appropriately&lt;br /&gt;
&lt;br /&gt;
Reboot: &lt;br /&gt;
{{cmdroot|sudo shutdown -r now}}&lt;br /&gt;
&lt;br /&gt;
After Rebooting Gnome should start normally&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{WARN|After a couple of reboots X won't start until I reinstall the drivers, I am investgating}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated}}&lt;br /&gt;
&lt;br /&gt;
===Wireless:===&lt;br /&gt;
&lt;br /&gt;
The Atheros card should be supported by the drivers built into Gutsy.&lt;br /&gt;
&lt;br /&gt;
{{HELP|Can someone with an Atheros card confirm this?}}&lt;br /&gt;
&lt;br /&gt;
The Intel a/b/g/n (IPW4965) card requires the iwlwifi drivers from Intel:&lt;br /&gt;
&lt;br /&gt;
{{NOTE|As the release process moves forward the Kernel will be updated so make sure to update the paths below?}}&lt;br /&gt;
&lt;br /&gt;
{{NOTE|With each new Kernel release this process must be repeated}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|mkdir wireless}}&lt;br /&gt;
{{cmdroot|cd wireless}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/mac80211/downloads/mac80211-8.0.1.tgz}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|tar xzf mac80211-8.0.1.tgz}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|cd mac80211-8.0.1.tgz}}&lt;br /&gt;
{{cmdroot|sudo ln -s /usr/src/linux-headers-2.6.22-7 /lib/modules/2.6.22-7-generic/source}}&lt;br /&gt;
{{cmdroot|sudo make patch_kernel}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-0.0.34.tgz}}&lt;br /&gt;
{{cmdroot|tar xzf iwlwifi-0.0.34.tgz}}&lt;br /&gt;
{{cmdroot|cd ../iwlwifi-0.0.34/}}&lt;br /&gt;
{{cmdroot|make}}&lt;br /&gt;
{{cmdroot|sudo make install}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-4.44.15.tgz}}&lt;br /&gt;
{{cmdroot|tar xzf iwlwifi-4965-ucode-4.44.15.tgz}}&lt;br /&gt;
{{cmdroot|sudo cp ../iwlwifi-4965-ucode-4.44.15/iwlwifi-4965.ucode}}&lt;br /&gt;
{{cmdroot|/lib/firmware/iwlwifi-4965.ucode}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe iwl4965}}&lt;br /&gt;
&lt;br /&gt;
===Audio:===&lt;br /&gt;
&lt;br /&gt;
Audio does not work out of the box, download and install the latest version of Alsa from CVS using the instructions here:&lt;br /&gt;
https://bugtrack.alsa-project.org/wiki/wikka.php?wakka=SourceCodeRepository&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{T61}}&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30862</id>
		<title>Talk:Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30862"/>
		<updated>2007-06-30T14:13:25Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: /* X3100 Intel Graphics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Questions should probably go in here (the discussion section).  I will update this article a bit later today.&lt;br /&gt;
&lt;br /&gt;
=='''QUESTIONS!!!'''==&lt;br /&gt;
'''I think these should be in the discussion section. ~ shadowarts'''&lt;br /&gt;
&lt;br /&gt;
(Sorry if this is not the right way to do this.  This page is incredibly helpful, and I just had a few short questions/clarifications.)&lt;br /&gt;
&lt;br /&gt;
First, did you boot into &amp;quot;Safe Graphics Mode&amp;quot; from LILO or Grub, or from a graphical login screen?  My installation hangs right before the login screen, and all of the virtual screens are blank.  I can log into a recover mode from Grub to get a shell.&lt;br /&gt;
  -- This was prior to installation, in the boot options of the Ubuntu Live CD&lt;br /&gt;
&lt;br /&gt;
Second, if you could add a little bit of detail as to how you installed a new kernel, why agpgart is necessary, and even what part GM965 is, that would be awesome :)&lt;br /&gt;
&lt;br /&gt;
== Suspending ==&lt;br /&gt;
&lt;br /&gt;
Did anybody had the same issue with suspending ? (System slow)&lt;br /&gt;
&lt;br /&gt;
== X3100 Intel Graphics ==&lt;br /&gt;
&lt;br /&gt;
I booted the regular CD and hit F4 to change the VGA settings to 1024 x 768 x 32 and the installer ran in graphical mode. After rebooting, the GUI loads and I can see that I am using the &amp;quot;vesa&amp;quot; driver.&lt;br /&gt;
&lt;br /&gt;
I have attempted to use an updated intel driver, but I can't seem to get 24-bit color depth.&lt;br /&gt;
&lt;br /&gt;
[[User:Aboutblank|Aboutblank]] 14:13, 30 June 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30861</id>
		<title>Talk:Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30861"/>
		<updated>2007-06-30T14:13:11Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: X3100 Intel Graphics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Questions should probably go in here (the discussion section).  I will update this article a bit later today.&lt;br /&gt;
&lt;br /&gt;
=='''QUESTIONS!!!'''==&lt;br /&gt;
'''I think these should be in the discussion section. ~ shadowarts'''&lt;br /&gt;
&lt;br /&gt;
(Sorry if this is not the right way to do this.  This page is incredibly helpful, and I just had a few short questions/clarifications.)&lt;br /&gt;
&lt;br /&gt;
First, did you boot into &amp;quot;Safe Graphics Mode&amp;quot; from LILO or Grub, or from a graphical login screen?  My installation hangs right before the login screen, and all of the virtual screens are blank.  I can log into a recover mode from Grub to get a shell.&lt;br /&gt;
  -- This was prior to installation, in the boot options of the Ubuntu Live CD&lt;br /&gt;
&lt;br /&gt;
Second, if you could add a little bit of detail as to how you installed a new kernel, why agpgart is necessary, and even what part GM965 is, that would be awesome :)&lt;br /&gt;
&lt;br /&gt;
== Suspending ==&lt;br /&gt;
&lt;br /&gt;
Did anybody had the same issue with suspending ? (System slow)&lt;br /&gt;
&lt;br /&gt;
== X3100 Intel Graphics ==&lt;br /&gt;
&lt;br /&gt;
I booted the regular CD and hit F4 to change the VGA settings to 1024 x 768 x 32 and the installer ran in graphical mode. After rebooting, the GUI loads and I can see that I am using the &amp;quot;vesa&amp;quot; driver.&lt;br /&gt;
&lt;br /&gt;
I have attempted to use an updated intel driver, but I can't seem to get 24-bit color depth.&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30817</id>
		<title>Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30817"/>
		<updated>2007-06-28T22:54:38Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: /* HDAPS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We'll I got it basically working, so far (will update as i get more thing working).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SATA Issues===&lt;br /&gt;
At first, the Ubuntu Live CD would not start at all, this seems to be a problem with the SATA AHCI driver.  I had to go into the BIOS and change the SATA driver from ACHI to compatibility (What is the difference? Am I loosing performance?).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NVIDIA Quadro NVS 140M (Solved)===&lt;br /&gt;
After initial issues like those explained above in the SATA Issues, I received the xorg error 'fatal error: no screens found'.  I was able to boot into Safe Graphics Mode and run the installer, though I had to move both window manager bars to see enough of the install window to use it.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the drivers via wget in a console. Take care to follow the instructions in &lt;br /&gt;
[http://www.nvnews.net/vbulletin/showthread.php?t=72490 the NVidia Forum] and uninstall all the packages wit apt-get remove, as descirbed.&lt;br /&gt;
Then run the nvidia installer.&lt;br /&gt;
&lt;br /&gt;
Remember that, after you upgrade the kernel, you also have to re-install the drivers.&lt;br /&gt;
&lt;br /&gt;
=== Intel Graphics Media Accelerator X3100 (Chipset GM965) (Solved)===&lt;br /&gt;
After that the CD seemed to boot but the screen was just garbage [http://shadowarts.nonlogic.org/projects/thinkpad/screen_garbage.jpg Picture].  In order to get around that issue I had to go back and download the Alternate CD, which allows you to install in text only mode.  From here, the text-only install went okay. Changing the VGA settings on the regular CD worked for me. &lt;br /&gt;
&lt;br /&gt;
When I booted up after the installation, I was still getting the same garbage on the screen.  To resolve this I edited my [http://shadowarts.nonlogic.org/projects/thinkpad/xorg.conf xorg.conf] file as shown.  I also had to install the latest kernel for Feisty, as the one off of the install disk did have have /dev/agpgart.  And I could then use X11.  There were still some issues however.  The screen seemed somewhat fuzzy.  This was a little more challenging of a fix...  I found [http://www.spinics.net/lists/xorg/msg25099.html this] mailing list posting, according to it, there was a small glitch in the driver.  To fix it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get source xserver-xorg-video-intel&lt;br /&gt;
cd xserver-xorg-video-intel-1.9.94/&lt;br /&gt;
vim src/i830_lvds.c&lt;br /&gt;
Goto line 230 and delete (PFIT_ENABLE | VERT_AUTSCALE ....);, replacing it with 0;  then quit vim&lt;br /&gt;
dpkg-buildpackage -rfakeroot -uc -b&lt;br /&gt;
cd ..&lt;br /&gt;
dpkg -i xserver-xorg-video-intel_1.9.94-lubuntu3_amd64.deb (wont be amd64 with a 32-bit install)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now reboot your computer, and it should work.  **NOTE: For some reason just restarting X didn't fix it, seems like you must reboot.**  At this point you should have a nice, crisp display.&lt;br /&gt;
&lt;br /&gt;
I am still working on aiglx and compiz (switching desktops on a cube doesnt seem to work, though I have some ideas...).  There are some issues with OpenGL apps freezing Xorg as well, but the standard 2D desktop works flawlessly.&lt;br /&gt;
&lt;br /&gt;
===ThinkFinger===&lt;br /&gt;
Ubuntu does not come with a package for thinkfinger.  Downloading the most recent source and building it was simple enough: Download most recent version (0.3 at time of writing)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar xvzf thinkfinger-0.3.tar.gz&lt;br /&gt;
cd thinkfinger-0.3/&lt;br /&gt;
./configure --with-securedir=/lib/security --with-birdir=/etc/pam_thinkfinger&lt;br /&gt;
make -j5             (hey its dual core!)&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configuring it is easy as well, open /etc/pam.d/common-auth:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth sufficient pam_thinkfiger.so&lt;br /&gt;
auth required pam_unix.so try_first_pass nullok_secure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now just run sudo tf-tool --add-user &amp;lt;username&amp;gt; and it will all be setup.  (I found this somewhere on the web, I wish I could give a source but I'm afraid I cant find it, thank you Anonymous!).&lt;br /&gt;
&lt;br /&gt;
===HDAPS===&lt;br /&gt;
This seems to be working fine now, I just follow the step on [[How_to_protect_the_harddisk_through_APS]].  Using hdaps-gl does the inverse of the accelerometer, though it's not really a big deal, the harddrive protection should still work.&lt;br /&gt;
&lt;br /&gt;
===Can you hear me now?.... What? (Solved!)===&lt;br /&gt;
After upgrading to 1.0.14 I still had no sound, and this took about a week to solved (though it was so sadly obvious though).  Just upgrading to alsa 1.0.14 will not be enough, there were a few patches released right after the release that fix the Thinkpad's.  The reason I missed this was because it was the same day so the release of 1.0.14!&lt;br /&gt;
&lt;br /&gt;
Anyway download the source code to the alsa-driver and apply these patches: (links to the revisions)&lt;br /&gt;
&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/958b39f3e8dd Fix Oops with AD1984 thinkpad model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/47ca87407c84 Fix AD1984 basic model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/ca37aeeeb0ea Fix Thinkpad X61/T61 outputs]&lt;br /&gt;
&lt;br /&gt;
After doing a make and make install reboot your computer (or rrmmod snd-hda-intel &amp;amp;&amp;amp; modprobe snd-hda-intel).  And run alsamixer (for me it only works as root atm).  You will have to play with the settings a bit.  Make sure the speaker option is not muted and leave the Internal Mic Boost at 0, other wise you will have a really loud microphone feedback sort of sound constantly.&lt;br /&gt;
&lt;br /&gt;
I had to chmod -R 777 /dev/snd/ to get everything work for now. (THIS IS NOT THE CORRECT WAY TO DO IT, IT WILL NOT STAY BETWEEN REBOOTS!).&lt;br /&gt;
&lt;br /&gt;
Audio playback should then work, audio capture (microphone) doesn't seem to work, but I am probably not going to try and fix it, I don't use the capture so I am not concerned with that at the moment.&lt;br /&gt;
&lt;br /&gt;
==Overall==&lt;br /&gt;
I initially had some big problems getting this working, but now its working quite well.  The wifi card worked at startup (uses madwifi) and I am happy because I don't seem to need any proprietary software to run this system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''QUESTIONS!!!'''==&lt;br /&gt;
'''I think these should be in the discussion section. ~ shadowarts'''&lt;br /&gt;
&lt;br /&gt;
(Sorry if this is not the right way to do this.  This page is incredibly helpful, and I just had a few short questions/clarifications.)&lt;br /&gt;
&lt;br /&gt;
First, did you boot into &amp;quot;Safe Graphics Mode&amp;quot; from LILO or Grub, or from a graphical login screen?  My installation hangs right before the login screen, and all of the virtual screens are blank.  I can log into a recover mode from Grub to get a shell.&lt;br /&gt;
&lt;br /&gt;
Second, if you could add a little bit of detail as to how you installed a new kernel, why agpgart is necessary, and even what part GM965 is, that would be awesome :)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation guides survey (IBM/Lenovo)].&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30811</id>
		<title>Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30811"/>
		<updated>2007-06-27T22:25:49Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: apt-get install source -&amp;gt; apt-get source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We'll I got it basically working, so far (will update as i get more thing working).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SATA Issues===&lt;br /&gt;
At first, the Ubuntu Live CD would not start at all, this seems to be a problem with the SATA AHCI driver.  I had to go into the BIOS and change the SATA driver from ACHI to compatibility (What is the difference? Am I loosing performance?).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NVIDIA Quadro NVS 140M (Solved)===&lt;br /&gt;
After initial issues like those explained above in the SATA Issues, I received the xorg error 'fatal error: no screens found'.  I was able to boot into Safe Graphics Mode and run the installer, though I had to move both window manager bars to see enough of the install window to use it.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the drivers via wget in a console. Take care to follow the instructions in &lt;br /&gt;
[http://www.nvnews.net/vbulletin/showthread.php?t=72490 the NVidia Forum] and uninstall all the packages wit apt-get remove, as descirbed.&lt;br /&gt;
Then run the nvidia installer.&lt;br /&gt;
&lt;br /&gt;
Remember that, after you upgrade the kernel, you also have to re-install the drivers.&lt;br /&gt;
&lt;br /&gt;
=== Intel Graphics Media Accelerator X3100 (Chipset GM965) (Solved)===&lt;br /&gt;
After that the CD seemed to boot but the screen was just garbage [http://shadowarts.nonlogic.org/projects/thinkpad/screen_garbage.jpg Picture].  In order to get around that issue I had to go back and download the Alternate CD, which allows you to install in text only mode.  From here, the text-only install went okay. Changing the VGA settings on the regular CD worked for me. &lt;br /&gt;
&lt;br /&gt;
When I booted up after the installation, I was still getting the same garbage on the screen.  To resolve this I edited my [http://shadowarts.nonlogic.org/projects/thinkpad/xorg.conf xorg.conf] file as shown.  I also had to install the latest kernel for Feisty, as the one off of the install disk did have have /dev/agpgart.  And I could then use X11.  There were still some issues however.  The screen seemed somewhat fuzzy.  This was a little more challenging of a fix...  I found [http://www.spinics.net/lists/xorg/msg25099.html this] mailing list posting, according to it, there was a small glitch in the driver.  To fix it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get source xserver-xorg-video-intel&lt;br /&gt;
cd xserver-xorg-video-intel-1.9.94/&lt;br /&gt;
vim src/i830_lvds.c&lt;br /&gt;
Goto line 230 and delete (PFIT_ENABLE | VERT_AUTSCALE ....);, replacing it with 0;  then quit vim&lt;br /&gt;
dpkg-buildpackage -rfakeroot -uc -b&lt;br /&gt;
cd ..&lt;br /&gt;
dpkg -i xserver-xorg-video-intel_1.9.94-lubuntu3_amd64.deb (wont be amd64 with a 32-bit install)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now reboot your computer, and it should work.  **NOTE: For some reason just restarting X didn't fix it, seems like you must reboot.**  At this point you should have a nice, crisp display.&lt;br /&gt;
&lt;br /&gt;
I am still working on aiglx and compiz (switching desktops on a cube doesnt seem to work, though I have some ideas...).  There are some issues with OpenGL apps freezing Xorg as well, but the standard 2D desktop works flawlessly.&lt;br /&gt;
&lt;br /&gt;
===ThinkFinger===&lt;br /&gt;
Ubuntu does not come with a package for thinkfinger.  Downloading the most recent source and building it was simple enough: Download most recent version (0.3 at time of writing)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar xvzf thinkfinger-0.3.tar.gz&lt;br /&gt;
cd thinkfinger-0.3/&lt;br /&gt;
./configure --with-securedir=/lib/security --with-birdir=/etc/pam_thinkfinger&lt;br /&gt;
make -j5             (hey its dual core!)&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configuring it is easy as well, open /etc/pam.d/common-auth:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth sufficient pam_thinkfiger.so&lt;br /&gt;
auth required pam_unix.so try_first_pass nullok_secure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now just run sudo tf-tool --add-user &amp;lt;username&amp;gt; and it will all be setup.  (I found this somewhere on the web, I wish I could give a source but I'm afraid I cant find it, thank you Anonymous!).&lt;br /&gt;
&lt;br /&gt;
===HDAPS===&lt;br /&gt;
This seems to be working fine now, I just follow the step on [How_to_protect_the_harddisk_through_APS].  Using hdaps-gl does the inverse of the accelerometer, though it's not really a big deal, the harddrive protection should still work.&lt;br /&gt;
&lt;br /&gt;
===Can you hear me now?.... What? (Solved!)===&lt;br /&gt;
After upgrading to 1.0.14 I still had no sound, and this took about a week to solved (though it was so sadly obvious though).  Just upgrading to alsa 1.0.14 will not be enough, there were a few patches released right after the release that fix the Thinkpad's.  The reason I missed this was because it was the same day so the release of 1.0.14!&lt;br /&gt;
&lt;br /&gt;
Anyway download the source code to the alsa-driver and apply these patches: (links to the revisions)&lt;br /&gt;
&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/958b39f3e8dd Fix Oops with AD1984 thinkpad model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/47ca87407c84 Fix AD1984 basic model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/ca37aeeeb0ea Fix Thinkpad X61/T61 outputs]&lt;br /&gt;
&lt;br /&gt;
After doing a make and make install reboot your computer (or rrmmod snd-hda-intel &amp;amp;&amp;amp; modprobe snd-hda-intel).  And run alsamixer (for me it only works as root atm).  You will have to play with the settings a bit.  Make sure the speaker option is not muted and leave the Internal Mic Boost at 0, other wise you will have a really loud microphone feedback sort of sound constantly.&lt;br /&gt;
&lt;br /&gt;
I had to chmod -R 777 /dev/snd/ to get everything work for now. (THIS IS NOT THE CORRECT WAY TO DO IT, IT WILL NOT STAY BETWEEN REBOOTS!).&lt;br /&gt;
&lt;br /&gt;
Audio playback should then work, audio capture (microphone) doesn't seem to work, but I am probably not going to try and fix it, I don't use the capture so I am not concerned with that at the moment.&lt;br /&gt;
&lt;br /&gt;
==Overall==&lt;br /&gt;
I initially had some big problems getting this working, but now its working quite well.  The wifi card worked at startup (uses madwifi) and I am happy because I don't seem to need any proprietary software to run this system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''QUESTIONS!!!'''==&lt;br /&gt;
'''I think these should be in the discussion section. ~ shadowarts'''&lt;br /&gt;
&lt;br /&gt;
(Sorry if this is not the right way to do this.  This page is incredibly helpful, and I just had a few short questions/clarifications.)&lt;br /&gt;
&lt;br /&gt;
First, did you boot into &amp;quot;Safe Graphics Mode&amp;quot; from LILO or Grub, or from a graphical login screen?  My installation hangs right before the login screen, and all of the virtual screens are blank.  I can log into a recover mode from Grub to get a shell.&lt;br /&gt;
&lt;br /&gt;
Second, if you could add a little bit of detail as to how you installed a new kernel, why agpgart is necessary, and even what part GM965 is, that would be awesome :)&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30794</id>
		<title>Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T61&amp;diff=30794"/>
		<updated>2007-06-27T02:25:23Z</updated>

		<summary type="html">&lt;p&gt;Aboutblank: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We'll I got it basically working, so far (will update as i get more thing working).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SATA Issues===&lt;br /&gt;
At first, the Ubuntu Live CD would not start at all, this seems to be a problem with the SATA AHCI driver.  I had to go into the BIOS and change the SATA driver from ACHI to compatibility (What is the difference? Am I loosing performance?).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===NVIDIA Quadro NVS 140M (Solved)===&lt;br /&gt;
After initial issues like those explained above in the SATA Issues, I received the xorg error 'fatal error: no screens found'.  I was able to boot into Safe Graphics Mode and run the installer, though I had to move both window manager bars to see enough of the install window to use it.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the drivers via wget in a console. Take care to follow the instructions in &lt;br /&gt;
[http://www.nvnews.net/vbulletin/showthread.php?t=72490 the NVidia Forum] and uninstall all the packages wit apt-get remove, as descirbed.&lt;br /&gt;
Then run the nvidia installer.&lt;br /&gt;
&lt;br /&gt;
Remember that, after you upgrade the kernel, you also have to re-install the drivers.&lt;br /&gt;
&lt;br /&gt;
=== Intel Graphics Media Accelerator X3100 (Chipset GM965) (Solved)===&lt;br /&gt;
After that the CD seemed to boot but the screen was just garbage [http://shadowarts.nonlogic.org/projects/thinkpad/screen_garbage.jpg Picture].  In order to get around that issue I had to go back and download the Alternate CD, which allows you to install in text only mode.  From here, the text-only install went okay. Changing the VGA settings on the regular CD worked for me. &lt;br /&gt;
&lt;br /&gt;
When I booted up after the installation, I was still getting the same garbage on the screen.  To resolve this I edited my [http://shadowarts.nonlogic.org/projects/thinkpad/xorg.conf xorg.conf] file as shown.  I also had to install the latest kernel for Feisty, as the one off of the install disk did have have /dev/agpgart.  And I could then use X11.  There were still some issues however.  The screen seemed somewhat fuzzy.  This was a little more challenging of a fix...  I found [http://www.spinics.net/lists/xorg/msg25099.html this] mailing list posting, according to it, there was a small glitch in the driver.  To fix it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install source xserver-xorg-video-intel&lt;br /&gt;
cd xserver-xorg-video-intel-1.9.94/&lt;br /&gt;
vim src/i830_lvds.c&lt;br /&gt;
Goto line 230 and delete (PFIT_ENABLE | VERT_AUTSCALE ....);, replacing it with 0;  then quit vim&lt;br /&gt;
dpkg-buildpackage -rfakeroot -uc -b&lt;br /&gt;
cd ..&lt;br /&gt;
dpkg -i xserver-xorg-video-intel_1.9.94-lubuntu3_amd64.deb (wont be amd64 with a 32-bit install)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Now reboot your computer, and it should work.  **NOTE: For some reason just restarting X didn't fix it, seems like you must reboot.**  At this point you should have a nice, crisp display.&lt;br /&gt;
&lt;br /&gt;
I am still working on aiglx and compiz (switching desktops on a cube doesnt seem to work, though I have some ideas...).  There are some issues with OpenGL apps freezing Xorg as well, but the standard 2D desktop works flawlessly.&lt;br /&gt;
&lt;br /&gt;
===ThinkFinger===&lt;br /&gt;
Ubuntu does not come with a package for thinkfinger.  Downloading the most recent source and building it was simple enough: Download most recent version (0.3 at time of writing)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar xvzf thinkfinger-0.3.tar.gz&lt;br /&gt;
cd thinkfinger-0.3/&lt;br /&gt;
./configure --with-securedir=/lib/security --with-birdir=/etc/pam_thinkfinger&lt;br /&gt;
make -j5             (hey its dual core!)&lt;br /&gt;
sudo make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Configuring it is easy as well, open /etc/pam.d/common-auth:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth sufficient pam_thinkfiger.so&lt;br /&gt;
auth required pam_unix.so try_first_pass nullok_secure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now just run sudo tf-tool --add-user &amp;lt;username&amp;gt; and it will all be setup.  (I found this somewhere on the web, I wish I could give a source but I'm afraid I cant find it, thank you Anonymous!).&lt;br /&gt;
&lt;br /&gt;
===HDAPS===&lt;br /&gt;
This seems to be working fine now, I just follow the step on [How_to_protect_the_harddisk_through_APS].  Using hdaps-gl does the inverse of the accelerometer, though it's not really a big deal, the harddrive protection should still work.&lt;br /&gt;
&lt;br /&gt;
===Can you hear me now?.... What? (Solved!)===&lt;br /&gt;
After upgrading to 1.0.14 I still had no sound, and this took about a week to solved (though it was so sadly obvious though).  Just upgrading to alsa 1.0.14 will not be enough, there were a few patches released right after the release that fix the Thinkpad's.  The reason I missed this was because it was the same day so the release of 1.0.14!&lt;br /&gt;
&lt;br /&gt;
Anyway download the source code to the alsa-driver and apply these patches: (links to the revisions)&lt;br /&gt;
&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/958b39f3e8dd Fix Oops with AD1984 thinkpad model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/47ca87407c84 Fix AD1984 basic model]&lt;br /&gt;
* [http://hg.alsa-project.org/alsa-kernel/rev/ca37aeeeb0ea Fix Thinkpad X61/T61 outputs]&lt;br /&gt;
&lt;br /&gt;
After doing a make and make install reboot your computer (or rrmmod snd-hda-intel &amp;amp;&amp;amp; modprobe snd-hda-intel).  And run alsamixer (for me it only works as root atm).  You will have to play with the settings a bit.  Make sure the speaker option is not muted and leave the Internal Mic Boost at 0, other wise you will have a really loud microphone feedback sort of sound constantly.&lt;br /&gt;
&lt;br /&gt;
I had to chmod -R 777 /dev/snd/ to get everything work for now. (THIS IS NOT THE CORRECT WAY TO DO IT, IT WILL NOT STAY BETWEEN REBOOTS!).&lt;br /&gt;
&lt;br /&gt;
Audio playback should then work, audio capture (microphone) doesn't seem to work, but I am probably not going to try and fix it, I don't use the capture so I am not concerned with that at the moment.&lt;br /&gt;
&lt;br /&gt;
==Overall==&lt;br /&gt;
I initially had some big problems getting this working, but now its working quite well.  The wifi card worked at startup (uses madwifi) and I am happy because I don't seem to need any proprietary software to run this system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=='''QUESTIONS!!!'''==&lt;br /&gt;
'''I think these should be in the discussion section. ~ shadowarts'''&lt;br /&gt;
&lt;br /&gt;
(Sorry if this is not the right way to do this.  This page is incredibly helpful, and I just had a few short questions/clarifications.)&lt;br /&gt;
&lt;br /&gt;
First, did you boot into &amp;quot;Safe Graphics Mode&amp;quot; from LILO or Grub, or from a graphical login screen?  My installation hangs right before the login screen, and all of the virtual screens are blank.  I can log into a recover mode from Grub to get a shell.&lt;br /&gt;
&lt;br /&gt;
Second, if you could add a little bit of detail as to how you installed a new kernel, why agpgart is necessary, and even what part GM965 is, that would be awesome :)&lt;/div&gt;</summary>
		<author><name>Aboutblank</name></author>
		
	</entry>
</feed>