<?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=Donovan</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=Donovan"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Donovan"/>
	<updated>2026-04-08T17:40:21Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.04_(Feisty_Fawn)_on_a_ThinkPad_T60&amp;diff=36933</id>
		<title>Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60</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_T60&amp;diff=36933"/>
		<updated>2008-03-10T22:59:05Z</updated>

		<summary type="html">&lt;p&gt;Donovan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ubuntu 7.04 Feisty Fawn is the current release and works fine on:&lt;br /&gt;
* T60 UT-049GE and 2007-72U.&lt;br /&gt;
* [[Installing Ubuntu 7.04 Feisty Fawn on a ThinkPad T60p|T60p]]&lt;br /&gt;
&lt;br /&gt;
This is a distribution to watch for Thinkpad users.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
&lt;br /&gt;
The new Network Manager is great and now supports a useful roaming mode.&lt;br /&gt;
&lt;br /&gt;
The system includes the new [[Linux]] kernel 2.6.20 which provides almost-perfect ACPI functionality.&lt;br /&gt;
&lt;br /&gt;
Feisty polishes Thinkpad support for media buttons (ACPI), and gives a much more usable machine immediately following installation than Edgy.  &lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
The installation has no problems. &lt;br /&gt;
&lt;br /&gt;
!attention: when I booted the live cd of Feisty, I got a message that I could install the drivers for my ATI X1400, I did this. Later on, while installing Feisty, X got broken. I tried again to install Feisty (without installing the drivers when using the live cd) and this time X didn't break.&lt;br /&gt;
&lt;br /&gt;
== Known Problems ==&lt;br /&gt;
(Please note that these fixes will not help with Ubuntu 7.10.  Problems with Suspend/Resume on that version of Ubuntu are due to yet another ATI driver problem with the kernel used in 7.10, so we are at their mercy for releasing a bugfix)&lt;br /&gt;
=== Suspend to RAM ===&lt;br /&gt;
&lt;br /&gt;
Suspend to RAM fails during suspend, leaving the Moon blinking indefinitely.&lt;br /&gt;
&lt;br /&gt;
*At one point, the Ubuntu apt-installed fglrx packages had the driver version 8.33.6, which is one of the versions that supposedly &amp;quot;breaks&amp;quot; suspend to RAM.  Resuming from an otherwise successful suspend will cause the machine to resume with a blank screen without the fix below.  That said, the current version in Feisty is now 8.34.8, whose release notes say &amp;quot;A system hang no longer occurs when attempting to resume from hibernation mode,&amp;quot; so if you simply allow Ubuntu to update itself from the internet you can skip that step.  Note however if you install the 64-bit version of Ubuntu, you may have problems with suspend to RAM not coming back on wakeup, at least with the ATI graphics option on a recent (mid-2007) T60P.&lt;br /&gt;
*The optional Intel Pro Wireless 3945 wireless card will often stop working even after a successful suspend, requiring a restart.&lt;br /&gt;
* FR, 2007may9: Actually, I have a different experience with suspend and hibernate, with a T60 15.4&amp;quot; (core 2 duo 2GHz, intel graphic chip 945GM): Both suspend and hibernate work for me. Initially, I had an issue with a slightly corrupted video after resume from suspend (a couple of lines near the bottom right of the screen), that I fixed by using the intel X driver instead of the i810 (that comes stock with ubuntu feisty fawn). Just load xserver-xorg-driver-intel, that will uninstall xserver-xorg-driver-i810. No other modifications necessary, stock acpi-support and xorg.conf. I can also hibernate, but I loose sound when resuming. Restarting alsa does not restore it. UPDATE: I had trouble with the video getting corrupted during the vt switch (vt 7-&amp;gt;1) that occurs during the suspend to RAM (or hibernate). These were solved by : (1) using uswsusp (s2ram and s2disk) as s2ram -f -a 3 (forces s3_bios and s3_mode), appending acpi_sleep=s3_bios,s3_mode vga=0 to the kernel boot parameters (/boot/grub/menu.lst) and removing splash from the same kernel options. I have done that 8 days ago, and gone through 3 countries, around 50 s2ram and 4-5 s2disk without a hinch (note: I'm still using the intel video drivers)&lt;br /&gt;
&lt;br /&gt;
==== Solution ====&lt;br /&gt;
===== Disable powernowd during suspend =====&lt;br /&gt;
This solution will disable the powernowd when going into Suspend, and re-enable it upon resume.  For whatever reason, powernowd causes intermittent suspend problems.&lt;br /&gt;
# Open a terminal and type: &amp;lt;code&amp;gt;sudo gedit /etc/acpi/suspend.d/10-thinkpad-standby-led.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Add to the bottom of the file: &amp;lt;code&amp;gt;/etc/init.d/powernowd stop&amp;lt;/code&amp;gt;&lt;br /&gt;
# Save the file and go back to the terminal.&lt;br /&gt;
# Type: &amp;lt;code&amp;gt;sudo gedit /etc/acpi/resume.d/90-thinkpad-unstandby-led.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Add to the bottom of the file: &amp;lt;code&amp;gt;/etc/init.d/powernowd start&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Unload IPW3945 module =====&lt;br /&gt;
If the Intel Pro Wireless card is installed, prevent it from disappearing during Suspend.&lt;br /&gt;
&lt;br /&gt;
# Open a terminal and type: &amp;lt;code&amp;gt;sudo gedit /etc/default/acpi-support&amp;lt;/code&amp;gt;&lt;br /&gt;
# Find the line &amp;lt;code&amp;gt;MODULES=&amp;quot;&amp;quot;&amp;lt;/code&amp;gt; and change it to &amp;lt;code&amp;gt;MODULES=&amp;quot;ipw3945&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Save the file.&lt;br /&gt;
&lt;br /&gt;
===== Disable video card warm boot =====&lt;br /&gt;
Prevent blank screen on Resume.&lt;br /&gt;
# Open a terminal and type: &amp;lt;code&amp;gt;sudo gedit /etc/default/acpi-support&amp;lt;/code&amp;gt;&lt;br /&gt;
# Next, find the line &amp;lt;code&amp;gt;POST_VIDEO=true&amp;lt;/code&amp;gt; and change it to &amp;lt;code&amp;gt;POST_VIDEO=false&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Save the file.&lt;br /&gt;
&lt;br /&gt;
If running the 64-bit version of Ubuntu on a T60P with the ATI graphics option, and suspend problems persist, consider installing the 32-bit version.&lt;br /&gt;
&lt;br /&gt;
=== Related Ubuntu bugs ===&lt;br /&gt;
* [https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/106395 Flat panel resolution 1680x1050 not detected for laptop with ATI X1400]&lt;br /&gt;
&lt;br /&gt;
== Tips dist-upgrading from Ubuntu 6.10 ==&lt;br /&gt;
=== fglrx ===&lt;br /&gt;
&lt;br /&gt;
If you have an ATI graphics card, Mesa may be active, by default, despite your xorg.conf configuration in Ubuntu 6.10.&lt;br /&gt;
Check whether there is hardware acceleration:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|fglrxinfo}}&lt;br /&gt;
&lt;br /&gt;
The above should print &amp;quot;OpenGL vendor string: ATI Technologies Inc&amp;quot;, among other output. If &amp;quot;Mesa&amp;quot; is present, then reinstall the fglrx driver:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo apt-get remove xorg-driver-fglrx fglrx-control}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo apt-get install xorg-driver-fglrx fglrx-control}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
Then logout, kill the X server with control+alt+delete, and login again. Now the command 'fglrxinfo' will print the proper vendor string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If the error persists and there is no 3D acceleration: comment out the line involving 'fglrx' in /etc/modprobe.d/lrm-video , then&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo modprobe -v fglrx}}&lt;br /&gt;
&lt;br /&gt;
and restart the X server (control+alt+del). Check that the driver is loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|lsmod}}&lt;br /&gt;
    fglrx                 540004  11&lt;br /&gt;
    agpgart                35400  2 fglrx,intel_agp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The driver fglrx should be listed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this error is reported in the Xorg logs (under System / Administration / System Logs):&lt;br /&gt;
&lt;br /&gt;
   (EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)&lt;br /&gt;
   (EE) AIGLX: reverting to software rendering&lt;br /&gt;
&lt;br /&gt;
Turn off AIGLX by adding the following to /etc/X11/xorg.conf:&lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
    Option &amp;quot;AIGLX&amp;quot; &amp;quot;off&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To avoid the garbled display problem, remember that /etc/X11/xorg.conf should have the Composite option disabled.  It should only be enabled for Compiz, which is not ready for Ubuntu 7.04 with ATI cards.&lt;br /&gt;
&lt;br /&gt;
  Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
    Option      &amp;quot;Composite&amp;quot; &amp;quot;0&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&lt;br /&gt;
== Metacity window manager==&lt;br /&gt;
&lt;br /&gt;
If an unofficial compiz beta was installed at some point, then there will be two disruptive settings files under your home directory.  These will prevent Metacity from displaying window decorations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
.gnomerc&lt;br /&gt;
.dmrc&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Look at .gnomerc , which may contain a line specifying a window manager listed under .gnome-compiz-manager/openbox .&lt;br /&gt;
The second file, .dmrc, may be pointing to a Compiz desktop session that no longer exists in the system.&lt;br /&gt;
Remove both files.&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/104903 Gnome-compiz-manager thrusts itself into .gnomerc]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 6.10 (Edgy Eft) on a ThinkPad T60|Ubuntu 6.10 Edgy Eft Installation Guide]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Ubuntu 7.10 on a Thinkpad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Ubuntu 7.04]] [[Category:T60]]&lt;/div&gt;</summary>
		<author><name>Donovan</name></author>
		
	</entry>
</feed>