<?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=Ben.szczytko</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=Ben.szczytko"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Ben.szczytko"/>
	<updated>2026-05-02T07:33:00Z</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=30601</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=30601"/>
		<updated>2007-06-22T02:55:01Z</updated>

		<summary type="html">&lt;p&gt;Ben.szczytko: Fixed odd quote characters&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;
 * T60p&lt;br /&gt;
&lt;br /&gt;
The installation worked without any problems. The new network manager is great as it now supports a useful roaming mode. The system includes the new Linux kernel 2.6.20 which provides almost perfect acpi functionality.&lt;br /&gt;
&lt;br /&gt;
Most of the tips in the [[Installing Ubuntu 6.10 (Edgy Eft) on a ThinkPad T60|Ubuntu 6.10 Edgy Eft Guide]], like installing the ATI driver, apply to Feisty as well.&lt;br /&gt;
&lt;br /&gt;
Feisty polishes up Thinkpad support for media buttons (acpi), and gives a much more usable machine immediately following installation than Edgy.  This is a distribution to watch for Thinkpad users.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ATI Driver, Intel Pro Wireless, and Powernowd Suspend to RAM Fixes ==&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Out of the box:&amp;quot;'''&lt;br /&gt;
*Suspend to RAM fails during suspend, leaving the moon blinking indefinitely.&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 Intel Pro Wireless 3945 wireless card will often stop working even after a successful suspend, requiring a restart.&lt;br /&gt;
&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;
=== Fixing Suspend to RAM ===&lt;br /&gt;
&lt;br /&gt;
I'm assuming you have the optional Intel Pro Wireless; ignore the line that mentions ipw3945 if you don't have that wireless card.&lt;br /&gt;
&lt;br /&gt;
#'''Disable powernowd during suspend'''&lt;br /&gt;
#:''These two edits will disable the powernowd when you suspend, and re-enable it when you 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;
#'''Edit /etc/default/acpi-support file to unload wireless module during suspend and disable video card warm boot'''&lt;br /&gt;
#:''These edits will fix the disappearing wireless card and the blank screen on resume problems.''&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; so that your wireless card module won't disappear after you resume.&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; to eliminate the blank-screen-resume problem.&lt;br /&gt;
#:*Save the file.&lt;br /&gt;
* If you are running the 64-bit version of Ubuntu on a T60P with the ATI graphics option, and are still having suspend problems, consider installing the 32-bit version.&lt;br /&gt;
=== Tips for those dist-upgrading from Edgy ===&lt;br /&gt;
&lt;br /&gt;
'''Repair fglrx to a working state:'''&lt;br /&gt;
&lt;br /&gt;
If you have an ATI graphics card, now by default Mesa may be active despite your xorg.conf configuration in edgy.&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 you need to 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 you find this error 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 in your /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 (you only need it enabled for Compiz, which is not ready for feisty 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;
== Fix broken metacity window manager: ==&lt;br /&gt;
&lt;br /&gt;
If you had installed a non-official compiz beta at some point, then you will have two disruptive settings files under your home directory.&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;
Have a look particularly 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 your system.&lt;br /&gt;
Just get rid of both files (see bug https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/104903 )&lt;br /&gt;
&lt;br /&gt;
== Related Ubuntu bugs ==&lt;br /&gt;
Reported in the [https://launchpad.net/ubuntu/feisty Ubuntu Launchpad]:&lt;br /&gt;
* [https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/106395 Bug #106395 Flat panel resolution 1680x1050 not detected for laptop with ATI X1400]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Ubuntu]] [[Category:T60]]&lt;/div&gt;</summary>
		<author><name>Ben.szczytko</name></author>
		
	</entry>
</feed>