<?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=SteveSims</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=SteveSims"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/SteveSims"/>
	<updated>2026-05-07T14:01:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36379</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36379"/>
		<updated>2008-02-07T01:49:15Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work */ deleted section... error in /boot/grub/menu.lst&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36378</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36378"/>
		<updated>2008-02-07T01:48:53Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work */ deleted section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36377</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36377"/>
		<updated>2008-02-07T01:21:06Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
===2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work===&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
Headphones don't work either.&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36376</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36376"/>
		<updated>2008-02-07T01:20:45Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
===2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work===&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36375</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36375"/>
		<updated>2008-02-07T00:59:06Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36374</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36374"/>
		<updated>2008-02-07T00:58:29Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
==2007-02-06: Update: Speakers no longer detected, mute and ThinkVantage buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36373</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36373"/>
		<updated>2008-02-07T00:56:58Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Sound buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36372</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36372"/>
		<updated>2008-02-07T00:56:30Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:The_volume_control_did_not_find_any.png&amp;diff=36371</id>
		<title>File:The volume control did not find any.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:The_volume_control_did_not_find_any.png&amp;diff=36371"/>
		<updated>2008-02-07T00:56:14Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: This happened to my T61 after an update on Feb. 6th.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This happened to my T61 after an update on Feb. 6th.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36370</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36370"/>
		<updated>2008-02-07T00:56:04Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Right-clicking on the speaker icon in the upper right panel and selecting Preferences displays this dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image|thumb|The volume control did not find any.png]]&lt;br /&gt;
&lt;br /&gt;
[[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36369</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36369"/>
		<updated>2008-02-07T00:52:31Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. &lt;br /&gt;
&lt;br /&gt;
Opening Volume Control displays the dialog: &amp;quot;No volume control GStreamer plugins and/or devices were found.&amp;quot; [[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36368</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36368"/>
		<updated>2008-02-07T00:51:22Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* 2007-02-06: Update: Volume buttons no longer work */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it.&lt;br /&gt;
&lt;br /&gt;
Ubuntu detects the volume buttons and accepts them as shortcuts in Keyboard Shortcuts, but it does not detect the ThinkVantage or the mute buttons. Also, after the update and subsequent reboot, the volume appears to be off but is really on at a very low volume. The up and down sounds are heard when the volume buttons are pressed, but volume doesn't change. [[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36367</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36367"/>
		<updated>2008-02-07T00:46:41Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Known Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Features ==&lt;br /&gt;
=== Graphical Configuration Tool ===&lt;br /&gt;
Some Thinkpad {{T60}}s laptops ship with ATI video cards.  Previously [[:Category:Ubuntu 7.04|Ubtuntu 7.04]] Open Source video drivers could be graphically configured with a minimal utility that allowed to choose a single resolution.  However, users could be compelled to use the non-free ATI video driver ([[Fglrx]]) because ATI shipped a more featureful utility, Catalyst Control Center.  Gusty Gibbon now ships a more fully-featured utility, making the Open Source video drivers a more attractive choice.&lt;br /&gt;
&lt;br /&gt;
=== Desktop 3D effects ===&lt;br /&gt;
[[Xgl|Compiz Fusion]] is enabled by default and will bring 3D desktop visual effects that improve the usability and visual appeal of the system. Ubuntu 7.10 automatically detects whether the hardware is capable of running compiz; if not, it falls back to normal desktop.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Installation of Gutsy Gibbon on the ThinkPad T60 went without a hitch.&lt;br /&gt;
&lt;br /&gt;
=== Dual booting ===&lt;br /&gt;
I was able to resize an existing ext3 partition and perform a new install of Ubuntu 7.10 without removing Feisty Fawn.  If you are resizing or installing Gutsy Gibbon on a clean partition while maintaining other operating system partitions, I would suggest reinstalling the Grub boot loader so a fresh partition is created with Gutsy Gibbon and other existing OSes like Feisty Fawn or Fedora.&lt;br /&gt;
&lt;br /&gt;
=== Known Issues ===&lt;br /&gt;
==== Sound buttons ====&lt;br /&gt;
After the update on February 5th, the mute and ThinkVantage buttons do not work at all. The up and down volume buttons show the current volume level but do not change it.&lt;br /&gt;
==== ATI Fglrx breaks over suspend resume ====&lt;br /&gt;
If your laptop uses the ATI Fglrx driver and you have a perfectly fine Ubuntu Feisty 7.04 installation, Fglrx breaks on a suspend/resume after an upgrade to 7.10.  The Open Source driver is available as an alternative;  else it is recommended to not upgrade until [https://launchpad.net/bugs/121653 Ubuntu bug 121653] is fixed or either:&lt;br /&gt;
* Manually upgrade to fglrx-8.443.1 where it has been recently fixed (see [[#Upgrading to FGLRX-8.443.1]]).&lt;br /&gt;
* Build a SLAB-enabled kernel (see [[#Building a custom kernel]]).&lt;br /&gt;
&lt;br /&gt;
==== Failure to display usplash during boot ====&lt;br /&gt;
If you see a black screen during the boot process in the internal panel, edit the file {{path|/etc/usplash.conf}} and check that the resolution is OK:&lt;br /&gt;
&lt;br /&gt;
  # Usplash configuration file&lt;br /&gt;
  xres=1024&lt;br /&gt;
  yres=768&lt;br /&gt;
&lt;br /&gt;
After that, issue the command:&lt;br /&gt;
  {{cmduser|sudo update-initramfs -u}}&lt;br /&gt;
&lt;br /&gt;
And reboot..&lt;br /&gt;
&lt;br /&gt;
==== Failure to auto-detect resolution on ATI Fglrx ====&lt;br /&gt;
{{NOTE|I cannot reproduce this failure. Tested on&lt;br /&gt;
- T60 with ATI Mobility Radeon X1400 at 1400x1050 (Flexview)&lt;br /&gt;
- T60p with ATI Mobility FireGL V5250 at 1400x1050 (Flexview)}}&lt;br /&gt;
&lt;br /&gt;
It is possible to have a fresh install of Gutsy, however, you will have to type several commands to load the ATI restricted drivers. The trick is two-fold. &lt;br /&gt;
&lt;br /&gt;
# Gutsy will auto attempt to set the resolution. When it fails, it will give you an error message saying that it will try again in two minutes. This means you have small windows of opportunity (2 minutes each) to type in your needed commands.&lt;br /&gt;
# The resolution will be stretched such that the command prompt will be off the screen (bottom). You will have to hit Enter about 10-14 times in order to see what was at the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
With that said, this is how you can install Gutsy:&lt;br /&gt;
&lt;br /&gt;
# Boot off Live CD - highlight Install with Safe Mode Graphics, then press F6 for additional options.&lt;br /&gt;
# In the command line at the end, delete &amp;quot;quiet&amp;quot; and change &amp;quot;splash&amp;quot; to &amp;quot;nosplash&amp;quot;&lt;br /&gt;
# Start the install. After awhile, your screen will start flashing as Gutsy tries to find a resolution. Just let it go until you get a blue screen saying that it will try again in two minutes. Press Enter to exit.&lt;br /&gt;
# Press enter about 10-14 times until you can see a command prompt.&lt;br /&gt;
# {{cmduser|sudo apt-get update}}&lt;br /&gt;
# {{cmduser|sudo apt-get install -y xorg-driver-fglrx}}&lt;br /&gt;
# {{cmduser|sudo depmod -a}}&lt;br /&gt;
&lt;br /&gt;
You may need to hit enter a few times to see what's going on.&lt;br /&gt;
&lt;br /&gt;
Then Enter:&lt;br /&gt;
# {{cmduser|sudo aticonfig --initial}}&lt;br /&gt;
# {{cmduser|sudo aticonfig --overlay-Type=Xv}}&lt;br /&gt;
&lt;br /&gt;
Hopefully you'll get all of this typed in under 2 minutes. But if not, don't worry. If the screen starts flashing, just let it go until you see the blue screen with the error message saying that it will try again in 2 minutes.&lt;br /&gt;
&lt;br /&gt;
When you're finished, let the 2 minute timer run out by just waiting. This time, however, when the screen starts flashing, it will start the X server.&lt;br /&gt;
&lt;br /&gt;
# Install Ubuntu.&lt;br /&gt;
# Reboot.&lt;br /&gt;
# When you boot for the first time, you will have to REPEAT THE PROCESS. However, you may need to login as well as confirm your sudo password, which will be tricky since you may not be able to see the prompt off screen. One alternative is to:&lt;br /&gt;
&lt;br /&gt;
Hit {{Key|CTRL}} + {{Key|ALT}} + {{Key|F2}} which will take you to a login screen. Login, and repeat the process, ignoring the flashing screens that will appear every 2 minutes. When you are finished with your typing:&lt;br /&gt;
# {{cmduser|startx}}&lt;br /&gt;
&lt;br /&gt;
Then once you're in Ubuntu, immediately click on the restricted drivers icon and enable ATI's fglrx. Then reboot.&lt;br /&gt;
&lt;br /&gt;
== Post-Installation Setup ==&lt;br /&gt;
=== ATI Fglrx with Compiz ===&lt;br /&gt;
&lt;br /&gt;
ATI Fglrx users need to manually install the Xgl X server to run Compiz:&lt;br /&gt;
 {{cmduser|sudo apt-get install xserver-xgl}}&lt;br /&gt;
And reboot...&lt;br /&gt;
&lt;br /&gt;
=== Fix suspend/resume ===&lt;br /&gt;
If you suffer from [https://launchpad.net/bugs/121653 Ubuntu bug 121653] and you choose to fix it via the two following methods, first you need to make a few changes to /etc/default/acpi-support:&lt;br /&gt;
 POST_VIDEO=false&lt;br /&gt;
 RADEON_LIGHT=true&lt;br /&gt;
 ENABLE_LAPTOP_MODE=true&lt;br /&gt;
&lt;br /&gt;
=== Upgrading to FGLRX-8.443.1 ===&lt;br /&gt;
This driver fixes the issues with suspend/resume. Uses the new codebase so, if you want stabillity, stick to 8.40.1&lt;br /&gt;
It is not recommended to use it with AIGLX yet, but works perfectly with XGL.  (That's not my experience; I installed 8.443.1 with Envy and saw lots of graphic garbage on the screen.  For my FireGL 5200, 8.40.4 with a cucstom kernel as described below works much better --[[User:bewst|Dave]])&lt;br /&gt;
&lt;br /&gt;
Install dkms:&lt;br /&gt;
 {{cmduser|sudo apt-get install debhelper build-essential dkms}}&lt;br /&gt;
&lt;br /&gt;
Download ati-driver-installer-8.443.1-x86.x86_64.run from an [https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8.443.1-x86.x86_64.run ATI].&lt;br /&gt;
&lt;br /&gt;
Run:&lt;br /&gt;
 {{cmduser|chmod a+x ati-driver-installer-8.443.1-x86.x86_64.run}}&lt;br /&gt;
&lt;br /&gt;
Build the packages:&lt;br /&gt;
 {{cmduser|./ati-driver-installer-$VER-x86.x86_64.run --buildpkg Ubuntu/gutsy}}&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 {{cmduser|sudo dpkg -i *.deb}}&lt;br /&gt;
&lt;br /&gt;
Disable 8.37.1 from the restricted modules. Edit /etc/default/linux-restricted-modules-common and add to the list:&lt;br /&gt;
  DISABLED_MODULES=fglrx&lt;br /&gt;
&lt;br /&gt;
=== Active Protection System (Reduced Power Version) ===&lt;br /&gt;
==== Build a custom kernel ====&lt;br /&gt;
{{NOTE|There are several options, e.g.:&lt;br /&gt;
# Without any package manager (''make'' and ''make install'')&lt;br /&gt;
# The debian way (''make-kpkg'' and ''module-assistent''): one package per module&lt;br /&gt;
# The ubuntu way (see below): most of the modules in two packages: ''linux-restricted-modules'' and ''linux-ubuntu-modules''}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The following commands will generate these files (2007-12-23):&lt;br /&gt;
 linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-image-debug-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
 linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb&lt;br /&gt;
 linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb&lt;br /&gt;
&lt;br /&gt;
First you need to get the hdapsd disk-protect patch (disk-protect-2.6.22.9-2.patch) at [http://sourceforge.net/mailarchive/forum.php?thread_name=87ir5lk12l.fsf%40denkblock.local&amp;amp;forum_name=hdaps-devel].&lt;br /&gt;
&lt;br /&gt;
Then get the kernel source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-source-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-source-2.6.22-2.6.22}}&lt;br /&gt;
Patch the kernel (optional, required for Active Protection System (hdapsd)):&lt;br /&gt;
 {{cmduser|patch -p1 &amp;lt; ../disk-protect-2.6.22.9-2.patch}}&lt;br /&gt;
Rename the kernel flavour: generic -&amp;gt; thinkpad&lt;br /&gt;
 {{cmduser|mv debian/config/i386/config.generic debian/config/i386/config.thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic debian/abi/2.6.22-14.46/i386/thinkpad}}&lt;br /&gt;
 {{cmduser|mv debian/abi/2.6.22-14.46/i386/generic.modules debian/abi/2.6.22-14.46/i386/thinkpad.modules}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Change kernel config: SLUB -&amp;gt; SLAB (optional, workaround for ATI Fglrx and suspend/resume failure)&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;echo CONFIG_SLAB=y &amp;gt;&amp;gt; debian/config/i386/config.thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
Make further changes to the kernel config (optional):&lt;br /&gt;
  {{cmduser|cp -r . ../src-copy}}&lt;br /&gt;
  {{cmduser|cat debian/config/i386/config debian/config/i386/config.thinkpad ../src-copy/.config}}&lt;br /&gt;
  {{cmduser|pushd ../src-copy}}&lt;br /&gt;
  {{cmduser|make menuconfig}}&lt;br /&gt;
  {{cmduser|popd}}&lt;br /&gt;
  {{cmduser|rm debian/config/i386/*}}&lt;br /&gt;
  {{cmduser|cp ../src-copy/.config debian/config/i386/config.thinkpad}}&lt;br /&gt;
&lt;br /&gt;
Rebuild kernel config:&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/splitconfig.pl}}&lt;br /&gt;
 {{cmduser|chmod 755 debian/scripts/misc/oldconfig}}&lt;br /&gt;
 {{cmduser|debian/scripts/misc/oldconfig i386}}&lt;br /&gt;
&lt;br /&gt;
Now build the kernel:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;AUTOBUILD=1 NOEXTRAS=1 fakeroot debian/rules binary-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
And install the kernel headers:&lt;br /&gt;
 {{cmduser|sudo dpkg -i linux-headers-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
Get ubuntu modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|apt-get source linux-ubuntu-modules-2.6.22}}&lt;br /&gt;
 {{cmduser|cd linux-ubuntu-modules-2.6.22-2.6.22}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control debian/control.orig}}&lt;br /&gt;
 {{cmduser|sed s/-2.6.22-14-generic/-2.6.22-14-thinkpad/ debian/control.orig &amp;gt; debian/control}}&lt;br /&gt;
Build the ubuntu modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Get restricted modules source:&lt;br /&gt;
 {{cmduser|sudo apt-get build-dep linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|apt-get source linux-restricted-modules-common}}&lt;br /&gt;
 {{cmduser|cd linux-restricted-modules-2.6.22-2.6.22.4}}&lt;br /&gt;
Create a dummy control file entry:&lt;br /&gt;
 {{cmduser|mv debian/control.stub.in debian/control.stub.in.orig}}&lt;br /&gt;
 {{cmduser|sed s/-@@ABIVER@@-generic/-@@ABIVER@@-thinkpad/ debian/control.stub.in.orig &amp;gt; debian/control.stub.in}}&lt;br /&gt;
 {{cmduser|debian/rules debian/control}}&lt;br /&gt;
Fix debian/rules (not required for me --[[User:Sascha|Sascha]]&amp;lt;!-- my patch's temp dir is ok, and all file's are already u+w ('find . ! -perm -u+w' returned no files) --&amp;gt; worked out for me --[[User:tbo|Tobi]]):&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;mv debian/rules debian/rules.orig&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;cat debian/rules.orig | sed 's/patch\ \-p0/TEMP=\/tmp\ patch\ \-p0/g' \&lt;br /&gt;
 | sed 's/dh_installdirs\ \-pfglrx\-control/chmod\ \-R\ u\+w\ \.\ \;\ dh_installdirs\ \-pfglrx\-control/g' \&lt;br /&gt;
 &amp;gt; debian/rules&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|chmod u+x debian/rules}}&lt;br /&gt;
&lt;br /&gt;
Build the restricted modules:&lt;br /&gt;
 {{cmduser|&amp;lt;nowiki&amp;gt;fakeroot debian/rules binary-debs flavours=2.6.22-14-thinkpad ati_flavours=2.6.22-14-thinkpad nv_flavours=2.6.22-14-thinkpad&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
 {{cmduser|cd ..}}&lt;br /&gt;
&lt;br /&gt;
Install the kernel and the modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i \}}&lt;br /&gt;
     linux-restricted-modules-2.6.22-14-thinkpad_2.6.22.4-14.10_i386.deb \&lt;br /&gt;
     linux-ubuntu-modules-2.6.22-14-thinkpad_2.6.22-14.37_i386.deb \&lt;br /&gt;
     linux-image-2.6.22-14-thinkpad_2.6.22-14.47_i386.deb&lt;br /&gt;
&lt;br /&gt;
Reboot to load the kernel.&lt;br /&gt;
&lt;br /&gt;
==== Install Active Protection System ====&lt;br /&gt;
A [#Build a custom kernel|patched kernel]]), tp-smapi kernel modules &amp;gt;= 0.32 and hdapsd userspace daemon newer than 2007-05-24 are needed.&lt;br /&gt;
&lt;br /&gt;
First get tp-smapi modules (no ubuntu package available, so get debian's tp-smapi-source package at [http://packages.debian.org/sid/tp-smapi-source]):&lt;br /&gt;
 {{cmduser|wget http://ftp.de.debian.org/debian/pool/main/t/tp-smapi/tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-source_0.34-1_all.deb}}&lt;br /&gt;
Build tp-smapi modules:&lt;br /&gt;
 {{cmduser|m-a -u . -t build tp-smapi}}&lt;br /&gt;
And install tp-smapi-modules:&lt;br /&gt;
 {{cmduser|sudo dpkg -i tp-smapi-modules-2.6.22-14-thinkpad_0.34-1+2.6.22-14.47_i386.deb}}&lt;br /&gt;
First test:&lt;br /&gt;
 {{cmduser|sudo rmmod hdaps}}&lt;br /&gt;
 {{cmduser|sudo modprobe -a tp_smapi hdaps}}&lt;br /&gt;
&lt;br /&gt;
Now get and install hdapsd userspace daemon (Ubuntu Gibbon's hdapsd package is too old, so get Hardy's version at [http://packages.ubuntu.com/hardy/misc/hdapsd]):&lt;br /&gt;
 {{cmduser|wget http://mirrors.kernel.org/ubuntu/pool/universe/h/hdapsd/hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
 {{cmduser|sudo dpkg -i hdapsd_0.0.20070803-1_i386.deb}}&lt;br /&gt;
&lt;br /&gt;
You need to update the udev rules:&lt;br /&gt;
 {{cmduser|sudo udevtrigger}}&lt;br /&gt;
&lt;br /&gt;
Check /etc/default/hdapsd to make sure it is trying to protect your internal hard drive.  Laptops with SATA drives (like my T60p) will need an edit for sure.&lt;br /&gt;
 &lt;br /&gt;
Reboot... and check your syslog for scsi_protect_queue() and scsi_unprotect_queue() log messages...&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[How to reduce power consumption]]&lt;br /&gt;
* [[How to get special keys to work]]&lt;br /&gt;
* https://wiki.ubuntu.com/ThinkFinger&lt;br /&gt;
* https://help.ubuntu.com/community/SynapticsTouchpad&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [[Installing Ubuntu 7.04 (Feisty Fawn) on a ThinkPad T60]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: T60]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36366</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a Thinkpad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_Thinkpad_T60&amp;diff=36366"/>
		<updated>2008-02-07T00:45:07Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Update: ATI Fglrx no longer breaks over suspend resume ==&lt;br /&gt;
&lt;br /&gt;
The Catalyst 8.01 drivers (fglrx 8.45.2) are SLUB-enabled and no longer break Suspend/Resume on Gutsy.  The outstanding issues for Suspend/Resume under Gutsy 7.10 for this driver are essentially the same as previously experienced on Feisty 7.04.&lt;br /&gt;
&lt;br /&gt;
==2007-02-06: Update: Volume buttons no longer work==&lt;br /&gt;
&lt;br /&gt;
The update happened around February 5th. The mute and ThinkVantage buttons now do nothing, and the up and down volume buttons just bring up the volume indicator but don't change it. [[User:SteveSims|SteveSims]] 01:45, 7 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34877</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34877"/>
		<updated>2007-11-25T04:54:01Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* GM965 instead of X3100 Intel graphics? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nvidia==&lt;br /&gt;
&lt;br /&gt;
Would it be possible to clean up the &amp;quot;How to Suspend with nVidia 140m/570m&amp;quot; section?  I was going to do it but after reading through i realized that my knowledge was too limited to do it well.  but i think it could serously benifit from a good cleaning!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When trying to do anything with Twinview in fullscreen mode will cause it to span both monitors instead of just being on the second.  This essencially kills the functionality of twinview.&lt;br /&gt;
&lt;br /&gt;
eg 1 --&amp;gt;  you are an office working bringing your notebook to work to show a presentation but you can't use full screen.&lt;br /&gt;
&lt;br /&gt;
eg 2 --&amp;gt;  you want take your notebook to a friends house to watch a movie on his/her projector and fullscreen mode gets half displayed on the projector and half on the notebook monitor.&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
&lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M?&lt;br /&gt;
Is it hotpluggable --like Twinview using 'nvidia-settings'?&lt;br /&gt;
&lt;br /&gt;
Is it possible toset this up in Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
When i use Twinview with diffenent sizes of screens in 'clone' mode it crops my screen to match the smaller one.  This makes my monitor pretty much useless.  How do I get 'clone' to stretch (or shrink) instead of crop?&lt;br /&gt;
&lt;br /&gt;
==Microphone==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.   --[[User:Darrena|Darrena]] 18:19, 21 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
This problem does still exist.  &lt;br /&gt;
&lt;br /&gt;
There are multiple fixes because the GUI can be a bit confusing and the microphone can be configured to work in multilple ways.&lt;br /&gt;
&lt;br /&gt;
**If the microphone section was confusing it should have been cleaned up not removed! &lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
We should focus on providing clear instructions in the article and not provide a dumping ground for various thoughts and ideas.   Everyone should certainly share what worked for them no matter how complicated but all of that should happen in the talk page so less technical users are not confused by the instructions.   So far one person has said that their mic worked out of the box on a Beta install.  Notice that the change I made was to point to the talk page so that the information was not lost but it made people aware that the various items are still being looked at.   Personally I have never been able to get the mic to work with sound recorder but it seems to work fine with Ekiga once I set the default source via alsamixer.   Also I think that recommending that people switch to OSS from alsa is going to cause even more confusion among less experienced users.   In general sound is in poor shape right now but we can all hope that Pulseaudio will resolve this in time for 8.10.   My suggestion would be to instruct users how to select the default source in alsamixer and then all apps that use Alsa /should/ work.   I tested with Ekiga, Wengophone and Skype (Shudder!) and those seem to be the important apps to people.   So if most people agree then I will write up a quick description of setting the default source in alsamixer and unmuting the mic.   I don't care which solution we present but it should be as simple as possible and not require users to make changes beyond the initial setup and using ALSA seems to meet that requirement IMO.  --[[User:Darrena|Darrena]] 18:19, 21 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My touch pad is overly sensitive --sometimes opening applications or documents as I attempt to pass the pointer over their icon.  I have tried adjusting it in the Prefs--&amp;gt;Mouse.&lt;br /&gt;
Are there any other ways to adjust the sensitivity?&lt;br /&gt;
Do others have this issue?&lt;br /&gt;
&lt;br /&gt;
I don't have this issue but I have seen similar issues before on other distros, have you tried installing gsynaptic and see if editing the sensitivity there works?   --[[User:Darrena|Darrena]] 01:29, 29 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
Don't know if this is of any interest: under Kubuntu 7.04 with the kernel from Gutsy the volume up/down buttons worked for me. --[[User:Rawk|Rawk]] 18:48, 23 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I had the same problem and fixed it this way:&lt;br /&gt;
Edit {{path|/etc/acpi/thinkpad-brightness-up.sh}} and insert before &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;exit&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt; (line 5) this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;echo 4 &amp;gt; /proc/acpi/ibm/cmos&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Do the same with {{path|/etc/acpi/thinkpad-brightness-down.sh}} using &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;echo 5 &amp;gt; /proc/acpi/ibm/cmos&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
The module thinkpad_acpi has to be loaded, but I think it's done automaticaly. If you use echo up/down &amp;gt; /proc/acpi/ibm/brightness it's not possible to use all levels (bug in thinkpad_acpi?). [[User:Rawk|Rawk]] 17:06, 17 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry [[User:Zpon|Zpon]]&lt;br /&gt;
&lt;br /&gt;
: Was doing a re-install, and got the problem again, have waited a loong time... [[User:Zpon|Zpon]] 09:58, 5 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Still annoying ===&lt;br /&gt;
&lt;br /&gt;
I still have this problem at boot up. I also have the nVIDIA card, and I get black screen instead of the splash screen. X eventually comes up, but I'd love to know how to fix this.&lt;br /&gt;
&lt;br /&gt;
--Do you have 'vga=' enabled as a kernel parameter? If yes then remove that.&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just ran sudo apt-get update and I still can't install these things.&lt;br /&gt;
&lt;br /&gt;
I also tried to install Battle for Wesnoth (at least the wesnoth-all package) and was told that it has unresolvable dependencies. &amp;quot;Depends: wesnoth but it is not going to be installed&amp;quot; and the same thing for about 9 or so other packages. [[User:SteveSims|SteveSims]] 23:53, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Networking craps out == &lt;br /&gt;
&lt;br /&gt;
The network on my T61 with Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61) card occasionally just goes away. If I &lt;br /&gt;
&lt;br /&gt;
  modprobe -r iwl4965&lt;br /&gt;
  modprobe iwl4965&lt;br /&gt;
  /etc/init.d/networking restart&lt;br /&gt;
&lt;br /&gt;
it will come back, but this is annoying. Anybody have any ideas here?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There was a similar problem with an old version of wpa_supplicant a month ago but a fix has existed since Tribe 5.   Can you post the relevent messages from /var/log/messages and /var/log/syslog?  --[[User:Darrena|Darrena]] 12:00, 20 October 2007 (UTC)&lt;br /&gt;
: Logs /var/log/syslog http://pastebin.com/f29dcfc97 and /var/log/messages http://pastebin.com/m2a4e601b - hope this will help track down the problem...&lt;br /&gt;
: I get the same problems, several times a day, very annoying [[User:Zpon|Zpon]] 09:58, 5 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rotate Display when docked ==&lt;br /&gt;
&lt;br /&gt;
I have a Thinkpad T61 running Windows Vista Ultimate (ick).  I also have a minidock.  Currently (when not crashing) I have it setup to use the wireless NIC when undocked.  When I dock the laptop, it switches to the hardline NIC and rotates the display for my 19&amp;quot; portrait monitor.  The resolution also changes, of course.&lt;br /&gt;
&lt;br /&gt;
Is this possible with Ubuntu (or any distro) or will I have to do some manual fiddling everytime I dock/undock?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Yes it is possible but the how depends on your video card.  If it is the intel card you can use xrandr to create a script to set the video up exactly how you want it and then bind that to a key.   --[[User:Darrena|Darrena]] 21:04, 18 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bluetooth script error ==&lt;br /&gt;
&lt;br /&gt;
  cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
should be:&lt;br /&gt;
&lt;br /&gt;
  cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line = &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
right?&lt;br /&gt;
&lt;br /&gt;
==GM965 instead of X3100 Intel graphics?==&lt;br /&gt;
My device manager shows this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:GM965_X3100.png|300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;The T61 should have an X3100, and both are integrated onto the motherboard, so is Linux treating my X3100 like a GM965?&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:GM965_X3100.png&amp;diff=34876</id>
		<title>File:GM965 X3100.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:GM965_X3100.png&amp;diff=34876"/>
		<updated>2007-11-25T04:48:44Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: My T61 should have an X3100 instead.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;My T61 should have an X3100 instead.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34875</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34875"/>
		<updated>2007-11-25T04:48:06Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: GM965 instead of X3100 Intel graphics?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Nvidia==&lt;br /&gt;
&lt;br /&gt;
Would it be possible to clean up the &amp;quot;How to Suspend with nVidia 140m/570m&amp;quot; section?  I was going to do it but after reading through i realized that my knowledge was too limited to do it well.  but i think it could serously benifit from a good cleaning!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When trying to do anything with Twinview in fullscreen mode will cause it to span both monitors instead of just being on the second.  This essencially kills the functionality of twinview.&lt;br /&gt;
&lt;br /&gt;
eg 1 --&amp;gt;  you are an office working bringing your notebook to work to show a presentation but you can't use full screen.&lt;br /&gt;
&lt;br /&gt;
eg 2 --&amp;gt;  you want take your notebook to a friends house to watch a movie on his/her projector and fullscreen mode gets half displayed on the projector and half on the notebook monitor.&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
&lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M?&lt;br /&gt;
Is it hotpluggable --like Twinview using 'nvidia-settings'?&lt;br /&gt;
&lt;br /&gt;
Is it possible toset this up in Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
When i use Twinview with diffenent sizes of screens in 'clone' mode it crops my screen to match the smaller one.  This makes my monitor pretty much useless.  How do I get 'clone' to stretch (or shrink) instead of crop?&lt;br /&gt;
&lt;br /&gt;
==Microphone==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.   --[[User:Darrena|Darrena]] 18:19, 21 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
This problem does still exist.  &lt;br /&gt;
&lt;br /&gt;
There are multiple fixes because the GUI can be a bit confusing and the microphone can be configured to work in multilple ways.&lt;br /&gt;
&lt;br /&gt;
**If the microphone section was confusing it should have been cleaned up not removed! &lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
We should focus on providing clear instructions in the article and not provide a dumping ground for various thoughts and ideas.   Everyone should certainly share what worked for them no matter how complicated but all of that should happen in the talk page so less technical users are not confused by the instructions.   So far one person has said that their mic worked out of the box on a Beta install.  Notice that the change I made was to point to the talk page so that the information was not lost but it made people aware that the various items are still being looked at.   Personally I have never been able to get the mic to work with sound recorder but it seems to work fine with Ekiga once I set the default source via alsamixer.   Also I think that recommending that people switch to OSS from alsa is going to cause even more confusion among less experienced users.   In general sound is in poor shape right now but we can all hope that Pulseaudio will resolve this in time for 8.10.   My suggestion would be to instruct users how to select the default source in alsamixer and then all apps that use Alsa /should/ work.   I tested with Ekiga, Wengophone and Skype (Shudder!) and those seem to be the important apps to people.   So if most people agree then I will write up a quick description of setting the default source in alsamixer and unmuting the mic.   I don't care which solution we present but it should be as simple as possible and not require users to make changes beyond the initial setup and using ALSA seems to meet that requirement IMO.  --[[User:Darrena|Darrena]] 18:19, 21 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My touch pad is overly sensitive --sometimes opening applications or documents as I attempt to pass the pointer over their icon.  I have tried adjusting it in the Prefs--&amp;gt;Mouse.&lt;br /&gt;
Are there any other ways to adjust the sensitivity?&lt;br /&gt;
Do others have this issue?&lt;br /&gt;
&lt;br /&gt;
I don't have this issue but I have seen similar issues before on other distros, have you tried installing gsynaptic and see if editing the sensitivity there works?   --[[User:Darrena|Darrena]] 01:29, 29 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
Don't know if this is of any interest: under Kubuntu 7.04 with the kernel from Gutsy the volume up/down buttons worked for me. --[[User:Rawk|Rawk]] 18:48, 23 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I had the same problem and fixed it this way:&lt;br /&gt;
Edit {{path|/etc/acpi/thinkpad-brightness-up.sh}} and insert before &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;exit&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt; (line 5) this:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;echo 4 &amp;gt; /proc/acpi/ibm/cmos&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Do the same with {{path|/etc/acpi/thinkpad-brightness-down.sh}} using &amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;echo 5 &amp;gt; /proc/acpi/ibm/cmos&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
The module thinkpad_acpi has to be loaded, but I think it's done automaticaly. If you use echo up/down &amp;gt; /proc/acpi/ibm/brightness it's not possible to use all levels (bug in thinkpad_acpi?). [[User:Rawk|Rawk]] 17:06, 17 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry [[User:Zpon|Zpon]]&lt;br /&gt;
&lt;br /&gt;
: Was doing a re-install, and got the problem again, have waited a loong time... [[User:Zpon|Zpon]] 09:58, 5 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Still annoying ===&lt;br /&gt;
&lt;br /&gt;
I still have this problem at boot up. I also have the nVIDIA card, and I get black screen instead of the splash screen. X eventually comes up, but I'd love to know how to fix this.&lt;br /&gt;
&lt;br /&gt;
--Do you have 'vga=' enabled as a kernel parameter? If yes then remove that.&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just ran sudo apt-get update and I still can't install these things.&lt;br /&gt;
&lt;br /&gt;
I also tried to install Battle for Wesnoth (at least the wesnoth-all package) and was told that it has unresolvable dependencies. &amp;quot;Depends: wesnoth but it is not going to be installed&amp;quot; and the same thing for about 9 or so other packages. [[User:SteveSims|SteveSims]] 23:53, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Networking craps out == &lt;br /&gt;
&lt;br /&gt;
The network on my T61 with Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61) card occasionally just goes away. If I &lt;br /&gt;
&lt;br /&gt;
  modprobe -r iwl4965&lt;br /&gt;
  modprobe iwl4965&lt;br /&gt;
  /etc/init.d/networking restart&lt;br /&gt;
&lt;br /&gt;
it will come back, but this is annoying. Anybody have any ideas here?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There was a similar problem with an old version of wpa_supplicant a month ago but a fix has existed since Tribe 5.   Can you post the relevent messages from /var/log/messages and /var/log/syslog?  --[[User:Darrena|Darrena]] 12:00, 20 October 2007 (UTC)&lt;br /&gt;
: Logs /var/log/syslog http://pastebin.com/f29dcfc97 and /var/log/messages http://pastebin.com/m2a4e601b - hope this will help track down the problem...&lt;br /&gt;
: I get the same problems, several times a day, very annoying [[User:Zpon|Zpon]] 09:58, 5 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Rotate Display when docked ==&lt;br /&gt;
&lt;br /&gt;
I have a Thinkpad T61 running Windows Vista Ultimate (ick).  I also have a minidock.  Currently (when not crashing) I have it setup to use the wireless NIC when undocked.  When I dock the laptop, it switches to the hardline NIC and rotates the display for my 19&amp;quot; portrait monitor.  The resolution also changes, of course.&lt;br /&gt;
&lt;br /&gt;
Is this possible with Ubuntu (or any distro) or will I have to do some manual fiddling everytime I dock/undock?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Yes it is possible but the how depends on your video card.  If it is the intel card you can use xrandr to create a script to set the video up exactly how you want it and then bind that to a key.   --[[User:Darrena|Darrena]] 21:04, 18 November 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bluetooth script error ==&lt;br /&gt;
&lt;br /&gt;
  cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
should be:&lt;br /&gt;
&lt;br /&gt;
  cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line = &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
right?&lt;br /&gt;
&lt;br /&gt;
==GM965 instead of X3100 Intel graphics?==&lt;br /&gt;
My device manager shows this:&lt;br /&gt;
[[Image:GM965_X3100.png]]&lt;br /&gt;
&lt;br /&gt;
The T61 should have an X3100, and both are integrated onto the motherboard, so is Linux treating my X3100 like a GM965?&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34872</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34872"/>
		<updated>2007-11-25T01:20:32Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Nvidia N140m: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
====Nvidia N140m:====&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  &lt;br /&gt;
&lt;br /&gt;
Note: &lt;br /&gt;
Twinview 'works' but doing anything with Twinview in fullscreen mode will cause it to span both monitors instead of just being on the second. This essencially kills the functionality of Twinview.&lt;br /&gt;
&lt;br /&gt;
eg 1 --&amp;gt; you are an office working bringing your notebook to work to show a presentation but you can't use full screen.&lt;br /&gt;
&lt;br /&gt;
eg 2 --&amp;gt; you want take your notebook to a friends house to watch a movie on his/her projector and fullscreen mode gets half displayed on the projector and half on the notebook monitor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience problems getting a working Twinview setup using nvidia-settings, please see [http://www.nvnews.net/vbulletin/showthread.php?t=101780 this thread]&lt;br /&gt;
&lt;br /&gt;
====Intel X3100====&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations, but it does not let you enable a second display on a second monitor.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Go to Applications -&amp;gt; Accessories -&amp;gt; Terminal and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140 and 570M:====&lt;br /&gt;
The brightness controls do not work out of the box, 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 (You should save anything open just to be safe). There is a new [http://www.nvidia.com/object/linux_display_ia32_169.04.html beta-driver (version 169.04)] by nvidia that fixes the brightness-controls but unfortunately there is currently no ubuntu-package for this driver so you will have to install it manually (which is normally not the preferred way of doing things).&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;please post a &amp;quot;howto install beta drivers&amp;quot; link here &lt;br /&gt;
&lt;br /&gt;
{{QUOTE|Mike Kershaw|linux-thinkpad@linux-thinkpad.org|This problem was solved (for me) with the latest IBM bios release,&lt;br /&gt;
October 18, bios 1.26, 7KET56WW.  In-X brightness works now via the hw&lt;br /&gt;
keys and acpi/ibm/brightness.}}&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot; in the terminal.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Enter &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Go to {{path|/boot/grub/}}, backup and then edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
The instructions for Intel video card recommends adding &amp;quot;acpi_sleep=s3_bios&amp;quot; to the kernel parameters in Grub configuration.  According to a comment on  [https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/139089 Launchpad BUG 139089], the correct setting for Nvidia is &amp;quot;acpi_sleep=s3_mode&amp;quot;.  Once I changed this, Suspend to ram worked.  I have the T61 6459-CTO.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
* booting with the &amp;quot;irqpoll&amp;quot; option seems to work for some people against the problem that usb-ports stop working.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34871</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34871"/>
		<updated>2007-11-25T01:19:59Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Multiple Monitors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
====Nvidia N140m:====&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  &lt;br /&gt;
&lt;br /&gt;
Note: &lt;br /&gt;
Twinview 'works' but doing anything with Twinview in fullscreen mode will cause it to span both monitors instead of just being on the second. This essencially kills the functionality of Twinview.&lt;br /&gt;
&lt;br /&gt;
eg 1 --&amp;gt; you are an office working bringing your notebook to work to show a presentation but you can't use full screen.&lt;br /&gt;
&lt;br /&gt;
eg 2 --&amp;gt; you want take your notebook to a friends house to watch a movie on his/her projector and fullscreen mode gets half displayed on the projector and half on the notebook monitor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience problems getting a working Twinview setup using nvidia-settings, please see [http://www.nvnews.net/vbulletin/showthread.php?t=101780 this thread]&lt;br /&gt;
&lt;br /&gt;
====Intel X3100&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations, but it does not let you enable a second display on a second monitor.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Go to Applications -&amp;gt; Accessories -&amp;gt; Terminal and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140 and 570M:====&lt;br /&gt;
The brightness controls do not work out of the box, 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 (You should save anything open just to be safe). There is a new [http://www.nvidia.com/object/linux_display_ia32_169.04.html beta-driver (version 169.04)] by nvidia that fixes the brightness-controls but unfortunately there is currently no ubuntu-package for this driver so you will have to install it manually (which is normally not the preferred way of doing things).&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;please post a &amp;quot;howto install beta drivers&amp;quot; link here &lt;br /&gt;
&lt;br /&gt;
{{QUOTE|Mike Kershaw|linux-thinkpad@linux-thinkpad.org|This problem was solved (for me) with the latest IBM bios release,&lt;br /&gt;
October 18, bios 1.26, 7KET56WW.  In-X brightness works now via the hw&lt;br /&gt;
keys and acpi/ibm/brightness.}}&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot; in the terminal.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Enter &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Go to {{path|/boot/grub/}}, backup and then edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
The instructions for Intel video card recommends adding &amp;quot;acpi_sleep=s3_bios&amp;quot; to the kernel parameters in Grub configuration.  According to a comment on  [https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/139089 Launchpad BUG 139089], the correct setting for Nvidia is &amp;quot;acpi_sleep=s3_mode&amp;quot;.  Once I changed this, Suspend to ram worked.  I have the T61 6459-CTO.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
* booting with the &amp;quot;irqpoll&amp;quot; option seems to work for some people against the problem that usb-ports stop working.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34870</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34870"/>
		<updated>2007-11-25T01:11:47Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Multiple Monitors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  &lt;br /&gt;
&lt;br /&gt;
Note: &lt;br /&gt;
Twinview 'works' but doing anything with Twinview in fullscreen mode will cause it to span both monitors instead of just being on the second. This essencially kills the functionality of Twinview.&lt;br /&gt;
&lt;br /&gt;
eg 1 --&amp;gt; you are an office working bringing your notebook to work to show a presentation but you can't use full screen.&lt;br /&gt;
&lt;br /&gt;
eg 2 --&amp;gt; you want take your notebook to a friends house to watch a movie on his/her projector and fullscreen mode gets half displayed on the projector and half on the notebook monitor. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you experience problems getting a working Twinview setup using nvidia-settings, please see [http://www.nvnews.net/vbulletin/showthread.php?t=101780 this thread]&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Go to Applications -&amp;gt; Accessories -&amp;gt; Terminal and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140 and 570M:====&lt;br /&gt;
The brightness controls do not work out of the box, 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 (You should save anything open just to be safe). There is a new [http://www.nvidia.com/object/linux_display_ia32_169.04.html beta-driver (version 169.04)] by nvidia that fixes the brightness-controls but unfortunately there is currently no ubuntu-package for this driver so you will have to install it manually (which is normally not the preferred way of doing things).&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;please post a &amp;quot;howto install beta drivers&amp;quot; link here &lt;br /&gt;
&lt;br /&gt;
{{QUOTE|Mike Kershaw|linux-thinkpad@linux-thinkpad.org|This problem was solved (for me) with the latest IBM bios release,&lt;br /&gt;
October 18, bios 1.26, 7KET56WW.  In-X brightness works now via the hw&lt;br /&gt;
keys and acpi/ibm/brightness.}}&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot; in the terminal.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Enter &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Go to {{path|/boot/grub/}}, backup and then edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
The instructions for Intel video card recommends adding &amp;quot;acpi_sleep=s3_bios&amp;quot; to the kernel parameters in Grub configuration.  According to a comment on  [https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/139089 Launchpad BUG 139089], the correct setting for Nvidia is &amp;quot;acpi_sleep=s3_mode&amp;quot;.  Once I changed this, Suspend to ram worked.  I have the T61 6459-CTO.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
* booting with the &amp;quot;irqpoll&amp;quot; option seems to work for some people against the problem that usb-ports stop working.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:BIOS_Upgrade&amp;diff=34324</id>
		<title>Talk:BIOS Upgrade</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:BIOS_Upgrade&amp;diff=34324"/>
		<updated>2007-11-05T19:36:42Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Dead link == &lt;br /&gt;
&lt;br /&gt;
The link to the FreeDOS floppy (http://www.ankreuzen.de/freedos/files/fd9sr1/fdos1440.zip), which is needed to upgrade the BIOS from a CD, is dead. Is the information still valid? And is there a different source for the floppy image? [[User:Jamesavery|Jamesavery]] 05:49, 18 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== BIOS upgrade using WINE ==&lt;br /&gt;
&lt;br /&gt;
Does anyone think this would be possible? [[User:Mcalwell|Mcalwell]] 08:58, 28 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
: No this is not possible. [[User:Mcalwell|Mcalwell]] 16:01, 12 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== BIOS upgrade without battery ==&lt;br /&gt;
&lt;br /&gt;
Concerning the known problem with 600 series with batteries dead too soon, it is impossible to upgrade the bios without the battery because the original ibm update program doesn't allow this. I bought an old 600E without the battery. There was one workaround, but i think for the older releases of the bios, where you just extracted files and upgraded manualy, bypassing the ibm install program. The page that describes this (i lost the link) has a list of different files, that the ones found in current release so i never did figure out what to do? I would like to upgrade because i have really old bios, where ACPI doesn't cooperate so well with the operating system, either windows or linux.&lt;br /&gt;
&lt;br /&gt;
If somebody finds a workaround please help. Thanks&lt;br /&gt;
&lt;br /&gt;
//Edit&lt;br /&gt;
&lt;br /&gt;
I've found the page on Vim's bios upgrade forum.. I don't know if it exactly for my model, since the files differ.. '''Is it possible, to upgrade bios in linux without the battery?'''&lt;br /&gt;
&lt;br /&gt;
''I have found a working solution WOW on the other forum: &lt;br /&gt;
&lt;br /&gt;
*** This is NOT a safe way to update the bios (disclaimer) *** &lt;br /&gt;
&lt;br /&gt;
* First you need to make a BIOS update floppy disk (from the bios file from IBM - place disk in a: drive, run app and answer Y to the agreement) and then format another disk by right clicking on A: - format - make system bootdisk (assuming you have another machine spare) &lt;br /&gt;
&lt;br /&gt;
* Copy all the files from the IBM Boot disk - in my case &lt;br /&gt;
$0029000.fl1 &lt;br /&gt;
$0029000.fl2 &lt;br /&gt;
FLASH2.EXE &lt;br /&gt;
PROD.DAT &lt;br /&gt;
UPDTFLSH.EXE &lt;br /&gt;
updtrom.exe &lt;br /&gt;
USERINT.EXE &lt;br /&gt;
UTILINFO.EXE &lt;br /&gt;
to the other clean bootdisk. &lt;br /&gt;
&lt;br /&gt;
* Ensure that there is no config.sys and autoexec.bat so it just runs straight into DOS. &lt;br /&gt;
&lt;br /&gt;
* Place the disk into the Laptop, reboot and allow the machine to load via the floppy &lt;br /&gt;
&lt;br /&gt;
* At the command prompt, type &amp;quot;FLASH2.EXE /U&amp;quot; with no quotes then press enter. &lt;br /&gt;
&lt;br /&gt;
The program will automatically search for the files *.FL1 &amp;amp; *.FL2 and load the bios first then the platform file. &lt;br /&gt;
&lt;br /&gt;
The program will automatically update and perform erasing on the rom and then finish with &amp;quot;Update complete&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
* Now reboot. &lt;br /&gt;
&lt;br /&gt;
* Hold F1 down as you turn the laptop back on and go into Easy Setup under &amp;quot;Config&amp;quot; click on Initialize to ensure defaults and settings are error free. &lt;br /&gt;
&lt;br /&gt;
* Save and exit...''&lt;br /&gt;
&lt;br /&gt;
// EDIT&lt;br /&gt;
&lt;br /&gt;
This worked on my machine.. I make no guarantees it will work on others.&lt;br /&gt;
&lt;br /&gt;
The above procedure did not work on my T23 using the 1.20 bios; it kept returning error 14 (Low Battery). However, following those instructions and running &amp;quot;qkflash&amp;quot; rather than flash2 did work for the main bios, and later for the embedded controller.&lt;br /&gt;
&lt;br /&gt;
--grythumn&lt;br /&gt;
&lt;br /&gt;
== Bios upgrade &amp;amp; hidden partition ==&lt;br /&gt;
&lt;br /&gt;
I have disabled the hidden partition to make more space for linux (24G). I still have Windows on the 14G partition. Is it safe to upgrade the BIOS without the hidden partition? I want to get a newer BIOS to fix the annoying fan issue. Thanks&lt;br /&gt;
&lt;br /&gt;
- yes don't worry about it. bios upgrades have nothing to do with whats inside the harddrive.&lt;br /&gt;
&lt;br /&gt;
== BIOS upgrade over PXE ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I have a Thinkpad X20 with a very early BIOS and Embedded Controller Program which I'd like to update. Currently, the only feasible way of doing this is over the network using PXE. I already have a fully functional PXE server using SYSLINUX, and have so far been able to boot the BIOS diskette image using MEMDISK, although I have not attempted to flash anything yet due to the warnings given on the page. Is there any safe way I can update both the Controller Program and the BIOS in the same session over the network in this manner? If not, what other methods would be suitable? I have a USB CD-ROM drive and could probably get hold of a USB floppy drive.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
Update: I ended up burning CDs as described and successfully updated everything. I'd still like to know if there is a way I could do it entirely over the network, though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== RE: grub initrd ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Another possibility which works even without a CD-drive or network is to boot the disk image via the grub initrd mechanism.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
0) Interesting suggestion. Might be better of in its own section.&lt;br /&gt;
&lt;br /&gt;
1) Could you please elaborate?&lt;br /&gt;
&lt;br /&gt;
2) My first guess (pending your elaboration) would be to &amp;quot;chainload&amp;quot; the first block of the diskimage using the grub commandline, like:&lt;br /&gt;
   blocklist (''path'')/''to''/''diskimage''&lt;br /&gt;
   chainloader ''blockvalue''+1&lt;br /&gt;
&lt;br /&gt;
But that's just a guess!&lt;br /&gt;
&lt;br /&gt;
[[user:Pebolle|Paul Bolle]] Fri Jul 15 12:20:47 CEST 2005&lt;br /&gt;
&lt;br /&gt;
== bios/controller update sequence ==&lt;br /&gt;
&lt;br /&gt;
The article says:&lt;br /&gt;
&amp;quot;If you go through the readme's on the IBM site they'll cleary state that you must update the Control Program first, then imediately update the BIOS&amp;quot;&lt;br /&gt;
&lt;br /&gt;
When I look at the IBM udpate instructions for the T23, it says:&lt;br /&gt;
&amp;quot;If you need to update the BIOS as well as the Embedded Controller Program, update the BIOS first.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Comments?&lt;br /&gt;
&lt;br /&gt;
&amp;gt; I would first contact IBM for clarification, but you should probably be following instructions specific to your model.&lt;br /&gt;
&lt;br /&gt;
&amp;gt;&amp;gt; I did it following IBM's instructions to upgrade the BIOS first. Everything worked out great!&lt;br /&gt;
&lt;br /&gt;
== Firmware upgrade for Intel minipci combo card ==&lt;br /&gt;
&lt;br /&gt;
I just purchased an [[Intel 10/100 Ethernet Mini-PCI Adapter with 56K Modem]] that has an ancient (2.0.6) firmware version.  I Downloaded the update file intlbtag.EXE but cabextract was unable to find any cabfiles inside it.  I tried running the program via wine and that didn't work either.&lt;br /&gt;
&lt;br /&gt;
Finally I ran the program on a windows machine and created a boot floppy.  Then I went through the the process of converting the floppy to a bootable cd via linux and that worked like a charm.  The cd successfully updated the minipc card's firmware.&lt;br /&gt;
&lt;br /&gt;
Everything worked but I ended up needing a windows box to do it.  Could this have been done without windows?&lt;br /&gt;
&lt;br /&gt;
== Firmware upgrade for Wireless LAN MiniPCI COMBO Card using prism2_srec ==&lt;br /&gt;
&lt;br /&gt;
The appropriate firmware installation program for the wlan card in my R32 can be extracted using cabextract as described in the article. It contains (besides some installation programs) a disk image (1awg06ww.IMG) that seems to be a simple dos boot disk. This image contains 3 .hex files (id010001.hex, pk010100.hex, sf010402.hex) that are recognized by prism2_srec to be &amp;quot;srec&amp;quot;-files. Trying to load them to RAM yields:&lt;br /&gt;
&lt;br /&gt;
    {{cmdroot|prism2_srec -v -r wlan0 sf010402.hex}}&lt;br /&gt;
    S3 CRC-16 generation record: start=0x007E1800 len=65642 prog=1&lt;br /&gt;
    Start address 0x00000000&lt;br /&gt;
    srec summary for sf010402.hex&lt;br /&gt;
    Component: 0x001f 1.4.2 (station firmware)&lt;br /&gt;
    &amp;lt;snip&amp;gt;&lt;br /&gt;
    Interface compatibility information:&lt;br /&gt;
    role=Supplier variant=2 range=1-9 iface=Station Firmware-Driver (4)&lt;br /&gt;
    role=Actor    variant=1 range=1-1 iface=Modem-Firmware (1)&lt;br /&gt;
    role=Actor    variant=2 range=1-1 iface=Controller-Firmware (2)&lt;br /&gt;
    role=Actor    variant=1 range=4-4 iface=Primary Firmware-Driver (3)&lt;br /&gt;
    &amp;lt;snip&amp;gt;&lt;br /&gt;
    Wireless LAN card information:&lt;br /&gt;
    Components:&lt;br /&gt;
    NICID: 0x8013 v1.0.0&lt;br /&gt;
    PRIID: 0x0015 v1.0.7&lt;br /&gt;
    STAID: 0x001f v1.3.6&lt;br /&gt;
    Interface compatibility information:&lt;br /&gt;
    PRI role=Supplier variant=1 range=1-1 iface=Modem-Firmware (1)&lt;br /&gt;
    PRI role=Supplier variant=2 range=1-1 iface=Controller-Firmware (2)&lt;br /&gt;
    PRI role=Supplier variant=1 range=4-4 iface=Primary Firmware-Driver (3)&lt;br /&gt;
    STA role=Supplier variant=1 range=1-9 iface=Station Firmware-Driver (4)&lt;br /&gt;
    PRI role=Actor    variant=2 range=1-1 iface=Controller-Firmware (2)&lt;br /&gt;
    STA role=Actor    variant=2 range=1-1 iface=Controller-Firmware (2)&lt;br /&gt;
    STA role=Actor    variant=1 range=1-1 iface=Modem-Firmware (1)&lt;br /&gt;
    &amp;lt;snip&amp;gt;&lt;br /&gt;
    This image is not meant to be downloaded to volatile memory.&lt;br /&gt;
    Incompatible update data.&lt;br /&gt;
&lt;br /&gt;
Has anyone tried to flash this device using prism2_srec yet?&lt;br /&gt;
What bothers me is, that the upgrade is for many different parts of the combo card. Does anyone have an opinion on whether this could work?&lt;br /&gt;
&lt;br /&gt;
OK, I took the risk and successfully upgraded my station firmware, BUT when I tried to upgrade the primary firmware the system froze!!! The thinkpad won't start up with the miniPCI card inserted and all efforts to reflash it using the original DOS boot image failed!!!&lt;br /&gt;
&lt;br /&gt;
I'm quite sure the system freeze was not caused directly by prism2_srec, because I have noticed rare system freezes since I have been using my PCMCIA wireless card.&lt;br /&gt;
Anyway, if anyone should own a TP R32, I'd be glad if he could tell me the base address of the Wlan card, or it's PCI address.&lt;br /&gt;
&lt;br /&gt;
Thinkpad r32 owner here. I want to upgrade the firmware as well. If you need any information just send an email to haftbar[a]gmail.com [[User:Quickie|Quickie]] 02:12, 1 February 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
==Reorganization suggestion==&lt;br /&gt;
The Downloads section is rather long. Would it be an idea to put it on a separate, new page (say: BIOS_Downloads) and link to that new page from this page?&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 21:27, 15 Oct 2005 (CEST)&lt;br /&gt;
&lt;br /&gt;
&amp;gt; I agree with this suggestion.&lt;br /&gt;
&lt;br /&gt;
== Upgrading BIOS and Embedded Control Program from Win XP ==&lt;br /&gt;
&lt;br /&gt;
I'm trying to upgrade the BIOS and Embedded Controller Program from Windows XP following the instructions on the Lenovo website. The problem is the instructions are not very clear about this. The instructions basically state that I must upgrade them at the same time because the Control Program does not work with the older BIOS and the BIOS does not work with the older Control Program. They also state that I should upgrade the Control Program first. &lt;br /&gt;
&lt;br /&gt;
But that means I must boot into XP after having upgraded the Control Program but with the older BIOS in order to then update the BIOS. But if this works then they are actually compatible and there's a contradiction. Am I missing something? I just want to make sure I don't end up with a non-functioning unit.&lt;br /&gt;
&lt;br /&gt;
I have an X23 and want the latest BIOS (v 1.32) and Control Program (v 1.30). &lt;br /&gt;
&lt;br /&gt;
Maybe there should be a note about this in the article? Or maybe I'm the only one who is this stupid :)&lt;br /&gt;
&lt;br /&gt;
Update: I talked to Lenovo support. The situation apparently is that though the description says that the newer control program is not compatible with the older BIOS, they are not so incompatible as to cause the machine to stop working so it is actually possible to use incompatible versions of BIOS and control program. In fact according to the support person it makes no difference if the BIOS is upgraded before the control program or vice versa. So I upgraded the control program using the executable running in Windows XP, which rebooted the computer to perform the upgrade and then I booted Windows again to upgrade the BIOS in the same manner and it all worked fine. If anyone reading this finds it useful maybe you can put it in the article? Or if you find it superfluous just delete this section.&lt;br /&gt;
&lt;br /&gt;
--[[User:xphinx|xphinx]] 12 March 2007&lt;br /&gt;
&lt;br /&gt;
I have an X22 with BIOS version 1.21 and Embedded Controller version 1.17 and using the steps described by you, I succesfully updated my bios to the lastest versions from WindowsXP (BIOS v1.32 / EC v1.30)&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;br /&gt;
== BIOS upgrade for T21 with T20 BIOS ==&lt;br /&gt;
&lt;br /&gt;
Hi, I bought a used T21 recently (type 2647-8AU), and would like to update the BIOS to the latest version, but there's a problem: this T21 appears to have a T20 BIOS (IYET50WW, a/k/a T20 BIOS version 1.11).  When I try updating this BIOS using one of IBM's T21 updaters - I tried KZET34WW/v1.16 (the latest one) and KZET16WW/v1.01 (the earliest one) - I get the following message:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''The diskette in the default drive will not run on this system. Your system is now locked. To restart your system, press Ctrl+Alt+Del.''&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I suspect this message appears because the existing BIOS is a T20 BIOS.&lt;br /&gt;
&lt;br /&gt;
There would appear to be two options: either use the most recent T20 updater (IYET61WW, a/k/a T20 v1.22), or find a way to defeat the block in the KZET34WW/v1.16 T21 updater.  Obviously either option is risky in the absence of more information and/or detective work.  And I don't know enough about T2x-series hardware to hazard a guess (i.e., were early T21s just T20s with a speed bump, did some T21s get T20 BIOSes by mistake due to factory error, or are the T20 and T21 similar enough that it doesn't matter whether a T20 or T21 BIOS is used).&lt;br /&gt;
&lt;br /&gt;
Some relevant data gleaned from the stickers on the case bottom and the current BIOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
* '''Type:''' 2647-8AU (T21 with 800-MHz processor)&lt;br /&gt;
* '''S/N:''' 78-0GL1Z (zero-G-L-one-zed)&lt;br /&gt;
* '''Manufacture date:''' 03/2001&lt;br /&gt;
* '''BIOS version:''' IYET50WW (T20 BIOS v1.11)&lt;br /&gt;
* '''System unit S/N:''' (appears to be blank)&lt;br /&gt;
* '''System board S/N:''' J1HHS15CL5C&lt;br /&gt;
* '''System board P/N:''' 08K3747 (printed on motherboard)&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thanks for any help anyone can provide.&lt;br /&gt;
&lt;br /&gt;
-Linux Spice&lt;br /&gt;
&lt;br /&gt;
P.S. At first I thought this might be a Frankenstein ThinkPad with a T21 case and a T20 logic board - I did buy it used, after all - but it does have an 800-MHz processor, which was never an option for the T20 (both the BIOS and Linux report it as such), and all the other equipment checks out (except for the hard drive, which was replaced with a 40-GB model).&lt;br /&gt;
&lt;br /&gt;
== BIOS format ==&lt;br /&gt;
&lt;br /&gt;
Not sure if this is the right place, but...&lt;br /&gt;
Does anybody know what the formats for the various files are in the bios package (or, even better, the bios.bak file that gets dumped on your disk before updating)? I'm getting progressivel lower and lower level in figuring out just what happens when the computer boots, and the BIOS is the last step... (BTW, I have an x60s)&lt;br /&gt;
&lt;br /&gt;
-- Unknown&lt;br /&gt;
&lt;br /&gt;
Yes.  It is a binary dump.  Sometimes, there is junk in the start of the file.  This should be data enough for you to figure out what you need.&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 13:30, 26 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== BIOS update gone bad ==&lt;br /&gt;
&lt;br /&gt;
I tried to flash my [[:Category:600|ThinkPad 600]]'s bios with catastrophalic outcome; now the machine is unable to boot. I, being overly stupid and too self-confident, ignored all warnings about the media containing the bios image not being write-protected (I used one partition of the disk, in which I had installed FreeDOS). During the updating process, the machine started to write screens full of random characters in cyan coloured background. At that point I knew it was b0rked. I asked my friend about what to do now, he said I could open the machine up, locate the bios chip and use EPROM programmer/burner to write the bios image to the chip. He also said that because my machine is very old, there are probably not safeguards like dual bios or emergency bios update from floppy disk on boot. He continued by saying that the bios update file images from IBM/Lenovo website might not be actual , &amp;quot;pure&amp;quot; binaries which could be burned directly to the chip, instead they may contain some vendor-specific checksums which must be taken into account. In ThinkWiki there seems to be no page about bios flashing gone bad and restoring the machine to working condition. Or is there? I really need your help with this; I think I'm able to locate the bios, take it off and find a working EPROM burner, but where can I get a clean BIOS image without the vendor checksums? I'd be grateful for any references.&lt;br /&gt;
&lt;br /&gt;
--[[User:Usv|Usv]] 12:45, 31 March 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== BIOS upgrade using USB flash drive ==&lt;br /&gt;
&lt;br /&gt;
I flashed my Thinkpad X41 succesfully with 2.09 BIOS using bootable USB flash drive with DOS 6.22 system files. (I guess Freedos would work aswell). I had such key laying around so I can't help you with making one (i used windows HP USB key format utility to make it long long time ago) &lt;br /&gt;
Everything is quite simple once you have USB key and are able to boot DOS from it.&lt;br /&gt;
&lt;br /&gt;
I downloaded the non-diskette ThinkPad BIOS update utility (74uj15us.exe) from lenovo support site and extracted the disk image from it using cabextract:&lt;br /&gt;
   {{cmduser|cabextract -F &amp;quot;*.IMG&amp;quot; 74uj15us.exe}}&lt;br /&gt;
&lt;br /&gt;
I mounted the image file (74UJ15US.IMG):&lt;br /&gt;
   {{cmdroot|mkdir /tmp/mnt}}&lt;br /&gt;
   {{cmdroot|mount -loop o 74UJ15US.IMG /tmp/mnt}}&lt;br /&gt;
&lt;br /&gt;
I mounted the usb key and made a directory for ibm flash utility files under it:&lt;br /&gt;
   {{cmdroot|mount /dev/sdb1 /mnt/usbflash}}&lt;br /&gt;
   {{cmdroot|mkdir /mnt/usbflash/ibm}}&lt;br /&gt;
&lt;br /&gt;
I copied the contents of /tmp/mnt to /mnt/usbflash/ibm:&lt;br /&gt;
   {{cmdroot|cp /tmp/mnt/*.* /mnt/usbflash/ibm}}&lt;br /&gt;
&lt;br /&gt;
Then I unmounted the USB stick and rebooted from it to DOS (F12 during boot -&amp;gt; USB HDD).&amp;lt;br&amp;gt; &lt;br /&gt;
In the DOS Prompt:&amp;lt;br&amp;gt;&lt;br /&gt;
   C:\cd ibm&lt;br /&gt;
   C:\IBM\flash2 /U&lt;br /&gt;
I waited for about 1 minute, then my thinkpad made two beeps to signal that the flashing was complete.&lt;br /&gt;
&lt;br /&gt;
PS. Because lacking reliable guide on how to make bootable DOS USB stick for ThinkPads I decided to leave this into discussion section. Please feel free to move/edit all the necessary stuff into the BIOS upgrade article if you know/figure out how to make bootable DOS USB stick in linux. I tried various tutorials including http://gentoo-wiki.com/HOWTO_Create_a_DOS_boot_USB_flash_drive, but didn't manage to boot into the Freedos prompt.&lt;br /&gt;
--[[User:ladoga|ladoga]] 04:56 17 Apr 2007&lt;br /&gt;
&lt;br /&gt;
==Reserving RAM for my X3100 graphics card==&lt;br /&gt;
Is there any way in the BIOS to reserve memory for my graphics card? I have 2 GB of RAM, which is more than enough for general system processes so I'd like to allocate some to my Intel graphics card. [[User:SteveSims|SteveSims]] 19:36, 5 November 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34323</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34323"/>
		<updated>2007-11-05T19:33:46Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Hissing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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 (You should save anything open just to be safe).&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot; in the terminal.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Enter &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Go to {{path|/boot/grub/}}, backup and then edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34298</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34298"/>
		<updated>2007-11-03T22:48:04Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Blank screen fix for intel graphics cards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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 (You should save anything open just to be safe).&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot;.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Enter &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Go to {{path|/boot/grub/}}, backup and then edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34297</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34297"/>
		<updated>2007-11-03T22:45:52Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Blank screen fix for intel graphics cards */ made even easier to do (by using the GUI to edit menu.lst)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing video files in Totem, please see the bug report above for details. &lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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 (You should save anything open just to be safe).&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone). To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot;.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). To fix this:&lt;br /&gt;
&lt;br /&gt;
1) Go to the in Applications -&amp;gt; Accessories -&amp;gt; Terminal&lt;br /&gt;
&lt;br /&gt;
2) Type &amp;quot;sudo nautilus&amp;quot; without the quotation marks.&lt;br /&gt;
&lt;br /&gt;
3) Find /boot/grub/, and backup and edit {{path|menu.lst}} by adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
4) Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;pre&amp;gt;sudo update-grub&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
in the terminal.&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
* The two USB ports on the left side of the computer may fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
The LED is not implemented in either the IWL4965 or Atheros drivers.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34192</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34192"/>
		<updated>2007-10-31T06:55:15Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
.&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing media files, please see the bug report above for details. However, Rhythembox Music Player and VLC Media Player now handle '''audio''' fine on Intel-graphics T61's with accelerated graphics.''&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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.&lt;br /&gt;
&lt;br /&gt;
How? the brightness buttons aren't working for me in the virtual terminal either --Pascal 27-10-2007&lt;br /&gt;
&lt;br /&gt;
This should be asked in the talk page, but are you hitting Ctrl-Alt-F1 and are you running the nv driver or nvidia driver?   --[[User:Darrena|Darrena]] 17:46, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Try this. It worked before backlight controls worked in the beta version of Ubuntu 7.10 for Intel graphics.&lt;br /&gt;
&lt;br /&gt;
Install xbacklight:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install xbacklight&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, set your backlight intensity:&lt;br /&gt;
&amp;lt;pre&amp;gt;xbacklight set Y&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y is a percentage of your backlight's intensity, without the % sign. You can do this from a virtual terminal via Application -&amp;gt; Accessories --&amp;gt; Terminal.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover (with much consternation) that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.  &lt;br /&gt;
&lt;br /&gt;
After trying all of the ALSA related fixes for this machine, with no love, I remembered what a colleague had said about his T60, and tried this on a hunch.  Blammo, it worked!&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot;.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Wireless USB/UWB ===&lt;br /&gt;
&lt;br /&gt;
The two USB ports on the left side of the computer fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
The one USB port on the right side consistently works.&lt;br /&gt;
&lt;br /&gt;
I do not have this problem and nobody else has reported it that I have seen, you may have a bad set of ports. Maybe we should move this to the talk page to attempt to troubleshoot it? --[[User:Darrena|Darrena]] 02:49, 26 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also have this problem. It seems to be the bug mentioned in the section below. This is not even about wireless USB --Pascal, 27-10-2007&lt;br /&gt;
&lt;br /&gt;
Good point, if there are no objections I will remove this section and note this problem in the section below.  --[[User:Darrena|Darrena]] 17:50, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I do not have this problem. Plus, T61's have one USB on the left and two on the right (at least my 15.4&amp;quot; ThinkPad does). Are you sure your ThinkPad is a T61? [[User:SteveSims|SteveSims]] 22:53, 28 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I had the same problem, but it disappeared after one reboot with an USB device attached to the left side USB slots. (Thinkpad T61 7663-13G)  --[[User:Think felix|Think felix]] 09:11, 29 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
&lt;br /&gt;
=== Volume keys ===&lt;br /&gt;
&lt;br /&gt;
* mute is inconsistent &lt;br /&gt;
     1. sometimes fails to work at all&lt;br /&gt;
     2. sometimes works but doesn't display the volume box on the screen&lt;br /&gt;
* unmute does not work --to unmute one must use the volume up or down buttons&lt;br /&gt;
* Control mic instead of speakers by default&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
does not turn on at all&lt;br /&gt;
&lt;br /&gt;
doesn't seem to flicker properly.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=34155</id>
		<title>How to change the BIOS bootsplash screen</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_change_the_BIOS_bootsplash_screen&amp;diff=34155"/>
		<updated>2007-10-28T23:00:35Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Method 1: Using a Non-Diskette-File and cabextract */ 7luj09uc.iso&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#efefef; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
This page describes how to replace the standard IBM BIOS Bootsplash (The one with the ThinkPad- and Pentium M-Logo), without access to Microsoft Windows or a floppy drive.&lt;br /&gt;
&lt;br /&gt;
Windows users who want to have a custom splash image when they start up should try [[How to change the BIOS bootsplash screen (under Windows) | this guide]] instead.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
== Getting the Files ==&lt;br /&gt;
You'll need the bios upgrade file from the IBM website.&lt;br /&gt;
&lt;br /&gt;
=== Method 1: Using a Non-Diskette-File and cabextract ===&lt;br /&gt;
&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28us.exe 1ruj28us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29us.exe 1ruj29us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30us.exe 1ruj30us.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj33us.exe 1ruj33us.exe]&lt;br /&gt;
There may be a more recent file on the IBM website.&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj35us.exe 1ruj35us.exe]&lt;br /&gt;
&lt;br /&gt;
For Thinkpads {{T61}}, {{R61}} 14.1 inch screen&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/7luj05us.exe 7luj05us.exe]&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
* [[http://www-307.ibm.com/pc/support/site.wss/license.do?filename=mobiles/7luj09uc.iso 7luj09uc.iso]]&lt;br /&gt;
&lt;br /&gt;
For Thinkpad {{R60e}} the bios is available as an iso which can be edited before burning&lt;br /&gt;
See the readme file in the ISO for details of how to change the bootsplash.&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-64394 7euj18us.iso]&lt;br /&gt;
&lt;br /&gt;
You need the cabextract tool to extract files from the exe:&lt;br /&gt;
:{{cmdroot|apt-get install cabextract}}&lt;br /&gt;
&lt;br /&gt;
Do this to get the ibm file and extract the disk image from it:&lt;br /&gt;
:{{cmdroot|cd /tmp}}&lt;br /&gt;
:{{cmdroot|wget ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj35us.exe}}&lt;br /&gt;
:{{cmdroot|cabextract -F &amp;quot;*.IMG&amp;quot; 1ruj35us.exe}}&lt;br /&gt;
:{{cmdroot|mv 1RUJ35US.IMG floppy.bin}}&lt;br /&gt;
&lt;br /&gt;
=== Method 2: Using a Diskette-File and dosemu ===&lt;br /&gt;
Another option is to use the &amp;quot;Diskette BIOS file&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
For ThinkPads {{R50}}, {{R50p}}, {{R51}} (1829, 1830, 1831, 1836), {{R52}}, {{T40}}, {{T40p}}, {{T41}}, {{T41p}}, {{T42}}, {{T42p}}, {{T43}}, {{T43p}} this file is suitable:&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj28ud.exe 1ruj28ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj29ud.exe 1ruj29ud.exe]&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/1ruj30ud.exe 1ruj30ud.exe] Released 2005-05-26 &lt;br /&gt;
&lt;br /&gt;
For Thinkpads {{T61}}, {{R61}} 14.1 inch screens&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles/7luj05us.exe 7luj05ud.exe] Released 2007-07-16 '''NEW!'''&lt;br /&gt;
&lt;br /&gt;
The file is an OS/2 executables and don't run with wine, so you need to install dosemu to run it and create the image.&amp;lt;br&amp;gt;&lt;br /&gt;
:{{cmdroot|apt-get install dosemu dosemu-freedos}}&lt;br /&gt;
(for non-debian-users: Get dosemu and freedos somewhere and make it work somehow).&lt;br /&gt;
&lt;br /&gt;
With dosemu, you can run this executable, but this program unfortunately&lt;br /&gt;
needs a floppy drive to write to. So use the loopback device, to create a virtual floppy. &lt;br /&gt;
:{{cmdroot|1=dd if=/dev/zero of=/tmp/floppy.bin bs=1024 count=1440}}&lt;br /&gt;
:{{cmdroot|losetup /dev/loop0 /tmp/floppy.bin}}&lt;br /&gt;
Put this block device ({{path|/dev/loop0}}) into the dosemu configuration as the floppy disk device. &lt;br /&gt;
Now you can run the extractor executable, which makes {{path|/tmp/floppy.bin}} the desired floppy image .&lt;br /&gt;
:{{cmdroot|dosemu 1ruj27ud.exe}}&lt;br /&gt;
:{{cmdroot|losetup -d /dev/loop0}}&lt;br /&gt;
&lt;br /&gt;
For 2.6.12+ if you have dosemu error:&lt;br /&gt;
:{{cmdroot|echo 0 &amp;gt; /proc/sys/kernel/randomize_va_space}}&lt;br /&gt;
&lt;br /&gt;
== Adding the custom image ==&lt;br /&gt;
Mount your floppy.bin as a loopback device.&lt;br /&gt;
:{{cmdroot|mkdir /tmp/mnt}}&lt;br /&gt;
:{{cmdroot|1=mount -o loop,umask=000 /tmp/floppy.bin /tmp/mnt}}&lt;br /&gt;
Create a 16 color 640x480 BMP (4 Bit/pixel VGA palette) (for example with Gimp) and save it to {{path|/tmp/mnt/logo.bmp}}.&lt;br /&gt;
&lt;br /&gt;
When creating your image, keep in mind that on the T43p (and others??), regardless of your custom bootsplash screen there will be a superimposed black &amp;quot;Centrino&amp;quot; logo (~100x100 pixels) on the upper right of your display, so you might want to keep that area clear.  You might also want to reserve the bottom 150 pixels for the &amp;quot;boot options&amp;quot; / &amp;quot;Entering BIOS setup&amp;quot; message(s) too, which will also be displayed.&lt;br /&gt;
&lt;br /&gt;
Now prepare the image with &amp;lt;tt&amp;gt;prepare.exe&amp;lt;/tt&amp;gt; using wine: (This does not work with dosemu!)&lt;br /&gt;
:{{cmdroot|wine prepare.exe logo.scr}}&lt;br /&gt;
&lt;br /&gt;
The image must compress to &amp;lt;10k.  If you receive an error, you can try reducing the number of colors in your image palette (step down to an 12 or 8 color palette for a very significant reduction in image size.)  When successful, there should be a new {{path|logo.mod}} and your {{path|logo.bmp}}. If so, you are set, don't forget to unmount your loopback device:&lt;br /&gt;
:{{cmdroot|umount /tmp/mnt}}&lt;br /&gt;
&lt;br /&gt;
== Fake a floppy ==&lt;br /&gt;
Now you need to put the image on a floppy and boot from it. Since recent ThinkPads don't have a&lt;br /&gt;
floppy drive, we can use a CD-R (or a CD-RW, actually, for the cheap ones, like me) and burn it with the following command:&lt;br /&gt;
:{{cmdroot|1=mkisofs -b floppy.bin floppy.bin &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; cdrecord dev=&amp;lt;device&amp;gt; - }}&lt;br /&gt;
(&amp;lt;tt&amp;gt;&amp;lt;device&amp;gt;&amp;lt;/tt&amp;gt; being your cd writer device)&lt;br /&gt;
&lt;br /&gt;
== The exciting part ==&lt;br /&gt;
After this worked, reboot your ThinkPad from the cdrom by pressing F12 while booting &lt;br /&gt;
and wait for the IBM tool to start. &lt;br /&gt;
Be sure to have your ThinkPad on AC power and say ''Yes'' to the questions the BIOS Upgrade Tool asks.&lt;br /&gt;
It will then flash the BIOS, which will take about a minute. &lt;br /&gt;
&lt;br /&gt;
Suddenly the laptop turns itself off with two beeps.&lt;br /&gt;
When booting, you'll have your bootsplash picture.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, you won't see it really long, but it's better&lt;br /&gt;
than the standard one, so it was worth the action.&lt;br /&gt;
&lt;br /&gt;
Have fun!&lt;br /&gt;
&lt;br /&gt;
BTW next time you have to flash the BIOS the IBM BIOS updater will detect a custom boot splash and ask you if you want to preserve it or restore the original.&lt;br /&gt;
&lt;br /&gt;
== Share your custom bootsplash image ==&lt;br /&gt;
If you've created your own bootsplash image and want to share it with other you can post it here.&lt;br /&gt;
&lt;br /&gt;
* Schnappi bootsplash: Bow to the power of [http://folk.uio.no/igorr/t43/final.bmp Schnappi]. The BMP image compressed to about 6KB. Schni, schna, schnappi!&lt;br /&gt;
* IBM Tux: An image of [http://users.tkk.fi/~jpaalija/stuff/filestorage/ibm-tux.bmp Tux with the IBM logo] written on its tummy.&lt;br /&gt;
* [[Media:Eris.png|Eris]], the goddess of discordia. To use it as bios bootsplash convert it to bmp with just a few (&amp;lt;8) colors (thinkwiki does not allow bmp uploads).&lt;br /&gt;
* [[Media:simple_tux.png|Simple Tux]] - Just convert it to bmp.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34154</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34154"/>
		<updated>2007-10-28T22:57:42Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Nvidia Quadro N140 and 570M: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing media files, please see the bug report above for details''&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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.&lt;br /&gt;
&lt;br /&gt;
How? the brightness buttons aren't working for me in the virtual terminal either --Pascal 27-10-2007&lt;br /&gt;
&lt;br /&gt;
This should be asked in the talk page, but are you hitting Ctrl-Alt-F1 and are you running the nv driver or nvidia driver?   --[[User:Darrena|Darrena]] 17:46, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Try this. It worked before backlight controls worked in the beta version of Ubuntu 7.10 for Intel graphics.&lt;br /&gt;
&lt;br /&gt;
Install xbacklight:&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get install xbacklight&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then, set your backlight intensity:&lt;br /&gt;
&amp;lt;pre&amp;gt;xbacklight set Y&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Y is a percentage of your backlight's intensity, without the % sign. You can do this from a virtual terminal via Application -&amp;gt; Accessories --&amp;gt; Terminal.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover (with much consternation) that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.  &lt;br /&gt;
&lt;br /&gt;
After trying all of the ALSA related fixes for this machine, with no love, I remembered what a colleague had said about his T60, and tried this on a hunch.  Blammo, it worked!&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot;.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Wireless USB/UWB ===&lt;br /&gt;
&lt;br /&gt;
The two USB ports on the left side of the computer fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
The one USB port on the right side consistently works.&lt;br /&gt;
&lt;br /&gt;
I do not have this problem and nobody else has reported it that I have seen, you may have a bad set of ports. Maybe we should move this to the talk page to attempt to troubleshoot it? --[[User:Darrena|Darrena]] 02:49, 26 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also have this problem. It seems to be the bug mentioned in the section below. This is not even about wireless USB --Pascal, 27-10-2007&lt;br /&gt;
&lt;br /&gt;
Good point, if there are no objections I will remove this section and note this problem in the section below.  --[[User:Darrena|Darrena]] 17:50, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I do not have this problem. Plus, T61's have one USB on the left and two on the right (at least my 15.4&amp;quot; ThinkPad does). Are you sure your ThinkPad is a T61? [[User:SteveSims|SteveSims]] 22:53, 28 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
&lt;br /&gt;
=== Volume keys ===&lt;br /&gt;
&lt;br /&gt;
* mute is inconsistent &lt;br /&gt;
     1. sometimes fails to work at all&lt;br /&gt;
     2. sometimes works but doesn't display the volume box on the screen&lt;br /&gt;
* unmute does not work --to unmute one must use the volume up or down buttons&lt;br /&gt;
* Control mic instead of speakers by default&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
does not turn on at all&lt;br /&gt;
&lt;br /&gt;
doesn't seem to flicker properly.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34153</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=34153"/>
		<updated>2007-10-28T22:53:12Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Wireless USB/UWB */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document outlines configuring Ubuntu 7.10 (Gutsy Gibbon) on your Thinkpad T61.  Most items will work out of the box and a base  install should provide you with a 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;
==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
*If booting with the live CD gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice.&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Due to [https://bugs.launchpad.net/xorg-server/+bug/111257 | bug 111257], compiz is disabled on the Intel i965 based video cards.  To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''Note: If you enable Compiz on an Intel card there will be issues with viewing media files, please see the bug report above for details''&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager   {{NOTE| If the Restricted Drivers Manager fails to install the driver you can use the Envy tool from: http://albertomilone.com/nvidia_scripts1.html.   This tool is unsupported and the only supported method of installing the Nvidia drivers is via Synaptics and the Restricted Drivers Manager}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
If you previously used Xinerama this is no longer a supported option, you should use one of the tools described below to configure dual displays.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings.  Note: &lt;br /&gt;
Twinview works but a movie will span both the laptop screen and second monitor or projector.  &lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Using the Screens and Graphics tool located under Administration you can setup the second monitor as an extension of the existing screen or a clone for presentations.&lt;br /&gt;
&lt;br /&gt;
'''Setting up dual monitors via the command line'''&lt;br /&gt;
&lt;br /&gt;
If you like doing it via the command line and are using the Intel drivers or the open-source &amp;quot;nv&amp;quot; driver you can use this example (''Note all this should be possible using the Screens and Graphics tool so only make this change if you prefer the command line method''):&lt;br /&gt;
&lt;br /&gt;
This is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), some users consider the default fonts too be too large ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls should work out of the box on a fresh install.&lt;br /&gt;
&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.&lt;br /&gt;
&lt;br /&gt;
How? the brightness buttons aren't working for me in the virtual terminal either --Pascal 27-10-2007&lt;br /&gt;
&lt;br /&gt;
This should be asked in the talk page, but are you hitting Ctrl-Alt-F1 and are you running the nv driver or nvidia driver?   --[[User:Darrena|Darrena]] 17:46, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
=== Inextricably Linked to the Modem ===&lt;br /&gt;
Make sure that you have the modem enabled in the BIOS.  If it is disabled, you may discover (with much consternation) that your audio is also disabled.  In this situation, your drivers may still load, but you will get an error message whenever you try to play audio.  &lt;br /&gt;
&lt;br /&gt;
After trying all of the ALSA related fixes for this machine, with no love, I remembered what a colleague had said about his T60, and tried this on a hunch.  Blammo, it worked!&lt;br /&gt;
&lt;br /&gt;
===Enabling Audio controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
A recent BIOS update [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-67989] fixes the mute button, you can then configure it to mute/unmute audio in Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
===Microphone===&lt;br /&gt;
&lt;br /&gt;
There have been reports that the microphone may not work, please add your input to the talk page [http://www.thinkwiki.org/wiki/Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_on_a_ThinkPad_T61#Microphone] and update this section when a consensus on the problem and solution has been reached.&lt;br /&gt;
&lt;br /&gt;
===Sound Cracking===&lt;br /&gt;
&lt;br /&gt;
There have been intermittent reports of users experiencing cracking when listening to audio.  Here are a few possible solutions:&lt;br /&gt;
&lt;br /&gt;
* Try to switch to the OSS driver in system =&amp;gt; preference =&amp;gt; sound =&amp;gt; devices =&amp;gt; Music and movies, select OSS - Open sound system (instead of ALSA)&lt;br /&gt;
&lt;br /&gt;
* If this issue is only occurring for Rhythmbox go to Edit &amp;gt; Preferences &amp;gt; Playback &amp;gt; and Check &amp;quot;Use Crossfading Backend&amp;quot;.  Restart Rhythmbox and you should have better audio quality.&lt;br /&gt;
&lt;br /&gt;
* Check that the microphone is muted and modify your mixer settings by moving items like PCM down halfway and see if the cracking goes away.&lt;br /&gt;
&lt;br /&gt;
===Hissing===&lt;br /&gt;
Some users experience hissing during playback, and even when idle.  To solve this mute the microphone when it is not in use:&lt;br /&gt;
&lt;br /&gt;
# Run &amp;quot;alsamixer&amp;quot;.&lt;br /&gt;
# Arrow over to &amp;quot;Mic&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow over to the first &amp;quot;Docking&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
# Arrow to the first &amp;quot;Internal&amp;quot;, and hit &amp;quot;M&amp;quot; to mute.&lt;br /&gt;
&lt;br /&gt;
Now, make sure that &amp;quot;Headphone&amp;quot; and/or &amp;quot;Speaker&amp;quot; are _not_ muted, and that &amp;quot;PCM&amp;quot; is at a reasonable level (say ~70) so you don't make your ears bleed, and try playing something back.  ''(&amp;lt;Esc&amp;gt; will exit alsamixer)''&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
Bluetooth works out of the box. Pressing Fn-F5 once will enable bluetooth, disable wireless, pressing again, enable both and pressing one more time will disable bluetooth.  &lt;br /&gt;
&lt;br /&gt;
If you would like to set bluetooth state independently the script below determines the current bluetooth state and toggles the device on or off. &lt;br /&gt;
&lt;br /&gt;
First create a new file named bluetooth-toggle:&lt;br /&gt;
{{cmdroot|sudo touch /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Now open a editor:&lt;br /&gt;
{{cmdroot|sudo gedit /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
Paste the following script:&lt;br /&gt;
&lt;br /&gt;
 cat /proc/acpi/ibm/bluetooth | awk '{ print $2 }' | while read line;&lt;br /&gt;
  do&lt;br /&gt;
    if [ $line == &amp;quot;enabled&amp;quot; ]; then&lt;br /&gt;
        echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    else&lt;br /&gt;
        echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
    fi&lt;br /&gt;
    break&lt;br /&gt;
  done&lt;br /&gt;
&lt;br /&gt;
Now set the execute permissions: &lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/sbin/bluetooth-toggle}}&lt;br /&gt;
&lt;br /&gt;
You can invoke the script out of the console by typing sudo bluetooth-toggle or create a menu icon by using the menu editor under preferences using gksudo bluetooth-toggle as command line.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Note that ThinkFinger in it's current version does not work with KDE and Kubuntu in any way (it crashes KDM and is not integrated at all).&lt;br /&gt;
&lt;br /&gt;
Prebuilt packages are available from jldugger using Launchpad's PPA:&lt;br /&gt;
&lt;br /&gt;
Add the thinkfinger package repository by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update the package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Edit {{path|/etc/modules}} and add the following line:&lt;br /&gt;
&lt;br /&gt;
   uinput&lt;br /&gt;
&lt;br /&gt;
Load the module manually for this session:&lt;br /&gt;
&lt;br /&gt;
{{cmduser| sudo modprobe uinput}}&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
Note that /etc/X11/xorg.conf will be changed and the edge scrolling will be disabled after running nvidia-xconfig , copy the trackpad section from the backup of xorg.conf&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank screen fix for intel graphics cards===&lt;br /&gt;
&lt;br /&gt;
This fix is for Intel Graphics Cards only.&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== How to Suspend with nVidia 140m/570m ===&lt;br /&gt;
&lt;br /&gt;
The suspend to RAM will work with the nVidia card and the proprietary drivers, but it requires some file editing. It did not work for me out of the box. Using the package manager, download and install the latest nVidia drivers (100.14.19+2.6.2.4-12.4 at time of writing). I also had to use the 2.6.22-12-generic kernel image (the 2.6.22-13 image did not work with this driver --- I'm assuming it has to match wit the nVidia version, but I am not an expert). (Note: I am using KDE. I would think these fixes would work for gnome as well, but someone else would have to test them.)&lt;br /&gt;
&lt;br /&gt;
Once you have it installed and working, you have to make a change to {{path|/etc/default/acpi-support}}. Open the file in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  $ sudo nano /etc/default/acpi-support&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This allowed me to suspend and resume, but after two suspends the wireless wouldn't work anymore. Theoretically, ACPI unloads the network drivers before suspending, but it doesn't seem to work correctly so I added these to the blacklist modules manually (in the same file as above:&lt;br /&gt;
&lt;br /&gt;
{{path|/etc/default/acpi-support}}&lt;br /&gt;
  # Add modules to this list to have them removed before suspend and reloaded&lt;br /&gt;
  # on resume. An example would be MODULES=&amp;quot;em8300 yenta_socket&amp;quot;&lt;br /&gt;
  #&lt;br /&gt;
  # Note that network cards and USB controllers will automatically be unloaded &lt;br /&gt;
  # unless they're listed in MODULES_WHITELIST&lt;br /&gt;
  MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Your wifi modules may be different. (I have the intel AGN wireless card -- I don't know if these modules are different for other cards.)&lt;br /&gt;
&lt;br /&gt;
This allows me to suspend to ram; I haven't had any problems with it so far. I haven't gotten hibernate (suspend to disk) working, so there may be additional things you need to do for that. (I think part of my problem is that I don't have enough swap, but I don't care enough to actually fix it.)&lt;br /&gt;
&lt;br /&gt;
/*The fix does not work for me. I have a T61 7664-17U(NVS 140m, 4965agn). The computers suspend, but when it wakes up it hangs up and I have to pull out the battery to restart it.*/&lt;br /&gt;
&lt;br /&gt;
General hint: Do not install the package &amp;quot;hibernate&amp;quot; or &amp;quot;uswsusp&amp;quot; or the gnome-power-manager will fail to suspend/hibernate your computer. If you have installed the package don't forget to purge the configuration. (sudo apt-get remove hibernate --purge, uswsusp resp.)&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros and Intel cards both tested.&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' Tested with both a bluetooth headset and an HTC 8525&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''  Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Firewire''' Tested with hard drive&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''  &lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Webcam'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''  You may need to enable Headphone out:   Right-click on the volume control and select open volume control.  Click the switches tab and then check the headphones box.&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery  &amp;gt;&amp;gt;does not work on all machines&amp;lt;&amp;lt;&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
=== Wireless USB/UWB ===&lt;br /&gt;
&lt;br /&gt;
The two USB ports on the left side of the computer fail to connect storage devices during a session but will load them at boot up.&lt;br /&gt;
&lt;br /&gt;
The one USB port on the right side consistently works.&lt;br /&gt;
&lt;br /&gt;
I do not have this problem and nobody else has reported it that I have seen, you may have a bad set of ports. Maybe we should move this to the talk page to attempt to troubleshoot it? --[[User:Darrena|Darrena]] 02:49, 26 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I also have this problem. It seems to be the bug mentioned in the section below. This is not even about wireless USB --Pascal, 27-10-2007&lt;br /&gt;
&lt;br /&gt;
Good point, if there are no objections I will remove this section and note this problem in the section below.  --[[User:Darrena|Darrena]] 17:50, 27 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I do not have this problem. Plus, T61's have one USB on the left and two on the right (at least my 15.4&amp;quot; ThinkPad does). Are you sure your ThinkPad is a T61? [[User:SteveSims|SteveSims]] 22:53, 28 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Interrupt problem ===&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
* USB ports can end up temporarily disabled&lt;br /&gt;
* Wifi can break&lt;br /&gt;
* integrated cardreader can be disabled&lt;br /&gt;
* bluetooth can be disabled&lt;br /&gt;
* Setting IRQ's to &amp;quot;Auto&amp;quot; from factory default of &amp;quot;11&amp;quot; in the BIOS seems to help some people.&lt;br /&gt;
&lt;br /&gt;
=== Volume keys ===&lt;br /&gt;
&lt;br /&gt;
* mute is inconsistent &lt;br /&gt;
     1. sometimes fails to work at all&lt;br /&gt;
     2. sometimes works but doesn't display the volume box on the screen&lt;br /&gt;
* unmute does not work --to unmute one must use the volume up or down buttons&lt;br /&gt;
* Control mic instead of speakers by default&lt;br /&gt;
* https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
&lt;br /&gt;
=== Wireless activity LED ===&lt;br /&gt;
&lt;br /&gt;
does not turn on at all&lt;br /&gt;
&lt;br /&gt;
doesn't seem to flicker properly.&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34015</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34015"/>
		<updated>2007-10-19T23:57:02Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just ran sudo apt-get update and I still can't install these things.&lt;br /&gt;
&lt;br /&gt;
I also tried to install Battle for Wesnoth (at least the wesnoth-all package) and was told that it has unresolvable dependencies. &amp;quot;Depends: wesnoth but it is not going to be installed&amp;quot; and the same thing for about 9 or so other packages. [[User:SteveSims|SteveSims]] 23:53, 19 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34014</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34014"/>
		<updated>2007-10-19T23:53:59Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
I just ran sudo apt-get update and I still can't install these things. [[User:SteveSims|SteveSims]] 23:53, 19 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34013</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34013"/>
		<updated>2007-10-19T23:28:46Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Most programs won't install in the 10-18 install of AMD64 version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version; probably not a 64-bit issue ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34012</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34012"/>
		<updated>2007-10-19T23:28:24Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Update 2007-10-11 works fine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 11 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34011</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34011"/>
		<updated>2007-10-19T23:28:03Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Most programs won't install in the 10-18 install of AMD64 version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 2 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Cannot install 'kolourpaint'&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I tried to install these programs/plugins one at a time, and got the same message (albeit with 'vlc', etc. instead of 'kolourpaint').&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with them, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo. I went to Synaptic and found that there were no KDE packages installed. [[User:SteveSims|SteveSims]] 23:28, 19 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34010</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=34010"/>
		<updated>2007-10-19T23:25:11Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: conflicting packages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Microphone==&lt;br /&gt;
&lt;br /&gt;
This discussion was going on in the wiki and seems a bit confusing.  If possible I think we should get a consensus on the problem (if it still exists as of the final release) and solutions.&lt;br /&gt;
&lt;br /&gt;
'''Attn:''' Microphone (both internal and external) seems to be working for me with all applications after applying all updates (No need to change device to OSS) Make sure the relevant things (internal microphone, mic boost) etc aren't muted either in alsamixer or gnome-volume-control.  &lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.  If you have success in using the built in microphone please update this section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It worked for me after i followed the instructions in this thread for ALSA&lt;br /&gt;
http://ubuntuforums.org/showthread.php?p=2635174#post2635174&lt;br /&gt;
&lt;br /&gt;
I had to tick the following tracks to make my mic work in Sound Recorder&lt;br /&gt;
PCM, Microphone, Capture, Capture1, Input Source, Input Source, Internal Mic, Speaker.&lt;br /&gt;
&lt;br /&gt;
For those that find the above instructions vague:&lt;br /&gt;
&lt;br /&gt;
The whole 'Volume Control Center' could be better labelled but here is what i believe to be true:  &lt;br /&gt;
the microphone will work but only through the OSS mixer.  the ALSA mixer is what causes the listed problem (not working with applications like skype) but the sound quality of alsa mixer is far better than the OSS mixer and it would be much more convenient to control so it would be hugely beneficial to get it working. Nonetheless here are more detailed instructions for getting sound working.&lt;br /&gt;
&lt;br /&gt;
In the Playback tab you should have PCM, which is the only important one.  If you have anything else there you should mute them. [On an X61 at least under playback was the option 'internal mic', unmute that and max it out, mute internal mic boost, make sure capture one is about 70% and thats all it took to get mine working]&lt;br /&gt;
&lt;br /&gt;
In the 'recording' tab should be 'Capture' and 'Capture 1'(if they aren't you have to check them in Edit--&amp;gt;Preferences) 'Capture' controls the volume for the ALSA mic input and 'Capture 1' controls the volume for the OSS mic input.  Mute 'Capture'  and increase the volume of 'Capture 1'&lt;br /&gt;
&lt;br /&gt;
The 'switches' tab should be as you set it up in the audio section of this wiki. headphones [check] and speakers [check].&lt;br /&gt;
&lt;br /&gt;
The options tab (which i haven't quite figured out) should have a list of two 'Input Sources' I have mine set to 'Internal Mic' on the top and 'Mic' on the bottom.  i don't know if that is correct but it is working for me.&lt;br /&gt;
&lt;br /&gt;
Now go to File--&amp;gt;Change Device--&amp;gt; Analog Devices (OSS Mixer)&lt;br /&gt;
You should see a 'Playback' tab with 'Microphone', 'PCM-2' and 'In-gain'.&lt;br /&gt;
If you do not see these then open Edit--&amp;gt;Preferences and select them.&lt;br /&gt;
Place your microphone volume at your desired level (mine is at about 7/8ths) and mute it when you are not using it, otherwise you get the crackle.  The 'PCM-2' seems to only go fully up or fully down, i leave it fully up. I haven't figured out what effect the 'In-gain' has yet. (you'll be the first to know when i do)&lt;br /&gt;
&lt;br /&gt;
This should give you the ability to record sound or skype but it is tedious as you will have to mute and unmute the microphone in the Analog Devices OSS area.  Maybe there is a way to simplfy this method but i haven't found it.  Hopefully soon recording with the ALSA mixer will work.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Twinview?==&lt;br /&gt;
&lt;br /&gt;
This was on the wiki so I moved it here for discussion:&lt;br /&gt;
&lt;br /&gt;
Has anyone found a fix for this? &lt;br /&gt;
Does the Ubuntu wiki &amp;lt;https://help.ubuntu.com/community/NvidiaTVOut&amp;gt; work?&lt;br /&gt;
What adjustments are needed for Gutsy and  NVIDIA Quadro NVS 140M&lt;br /&gt;
&lt;br /&gt;
Is it possible to do set up Twinview with movies that don't span screens in the Applications-&amp;gt;System Tools-&amp;gt;Nvidia Settings?&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 2 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Power Consumption ==&lt;br /&gt;
&lt;br /&gt;
I have enabled laptop-mode (level 2) and also used PowerTOP to optimize the power consumption of my T61 with NVIDIA 140M. &lt;br /&gt;
But even though the brightness is set at minimum the power consumption just does not want to drop below 19W.&lt;br /&gt;
Is this a usual behaviour?&lt;br /&gt;
&lt;br /&gt;
I used to get much lower power utilization but now I am seeing the same thing you do.  I plan on doing some deeper looks soon and see why this change.&lt;br /&gt;
&lt;br /&gt;
== Most programs won't install in the 10-18 install of AMD64 version ==&lt;br /&gt;
&lt;br /&gt;
I tried installing the GStreamer plugins, VLC Media Player, and KolourPaint (a KDE application) from Add/Remove Programs and it told me the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;'''Cannot install 'kolourpaint''''&lt;br /&gt;
&lt;br /&gt;
This application conflicts with other installed software. To install 'kolourpaint' the conflicting software must be removed first.&lt;br /&gt;
&lt;br /&gt;
Switch to the 'synaptic' package manager to resolve this conflict.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Of course, I don't know which packages conflict with it, so I can't use Synaptic to remove the conflicting packages. It did, however, successfully install Sysinfo.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33831</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33831"/>
		<updated>2007-10-12T01:39:19Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Update 2007-10-1 works fine */ today's update works too&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Renamed the page==&lt;br /&gt;
&lt;br /&gt;
I renamed the page since we are now at &amp;quot;Beta&amp;quot; and not Tribe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==New Nvidia Driver released==&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html&lt;br /&gt;
&lt;br /&gt;
Time to test, supposedly it stabilizes compiz.  When I get home tonight I will write up install instructions and what it fixes if someone doesn't beat me to it.&lt;br /&gt;
&lt;br /&gt;
: The new NVIDIA driver doesn't fix the compiz+3d accel bug, causing X to crash, at least not on my system.  I have the NVIDIA Quadro FX570M. I've removed compiz from my system since I value a buggy NVIDIA driver more than cheesy desktop effects.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Volume/Sound Buttons==&lt;br /&gt;
&lt;br /&gt;
In Kubuntu 7.10 beta work mute button but anything display on screen/desktop. When I press the  volume up button, on the screen display a window and always write 11%, and the volume not hight (if mute is on then mute disabled). When I press the volume down button display 0% but the volume not down.&lt;br /&gt;
&lt;br /&gt;
When the mute is enabled the kmix not display mute. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
If add this lines to ''~/.kde/share/config/khotkeysrc'' the volume up button and volume down button works perfectly with kmix with DCOP.&lt;br /&gt;
&lt;br /&gt;
 [Data_4]&lt;br /&gt;
 Comment=&lt;br /&gt;
 DataCount=2&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Thinkpad&lt;br /&gt;
 SystemGroup=0&lt;br /&gt;
 Type=ACTION_DATA_GROUP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume up&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=increaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_1Triggers0]&lt;br /&gt;
 Key=XF86AudioRaiseVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2]&lt;br /&gt;
 Comment=&lt;br /&gt;
 Enabled=true&lt;br /&gt;
 Name=Volume down&lt;br /&gt;
 Type=DCOP_SHORTCUT_ACTION_DATA&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions]&lt;br /&gt;
 ActionsCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Actions0]&lt;br /&gt;
 Arguments=1&lt;br /&gt;
 Call=decreaseVolume&lt;br /&gt;
 RemoteApp=kmix&lt;br /&gt;
 RemoteObj=Mixer0&lt;br /&gt;
 Type=DCOP&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Conditions]&lt;br /&gt;
 Comment=&lt;br /&gt;
 ConditionsCount=0&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers]&lt;br /&gt;
 Comment=Simple_action&lt;br /&gt;
 TriggersCount=1&lt;br /&gt;
 &lt;br /&gt;
 [Data_4_2Triggers0]&lt;br /&gt;
 Key=XF86AudioLowerVolume&lt;br /&gt;
 Type=SHORTCUT&lt;br /&gt;
&lt;br /&gt;
But this is a temporal solution. ;) With this solution not work the volume info screen. [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
In Kubuntu Gutsy don't work anymore. When I first installed Kubuntu 7.10 (tribe 5) yes work on console screen, but later the first update not work this. (NVIDIA GPU) [[User:Fitopaldi|Fitopaldi]]&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-11 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 2 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33677</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33677"/>
		<updated>2007-10-05T06:16:00Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* x86 vs 64bit on core 2 duo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Renamed the page==&lt;br /&gt;
&lt;br /&gt;
I renamed the page since we are now at &amp;quot;Beta&amp;quot; and not Tribe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==New Nvidia Driver released==&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html&lt;br /&gt;
&lt;br /&gt;
Time to test, supposedly it stabilizes compiz.  When I get home tonight I will write up install instructions and what it fixes if someone doesn't beat me to it.&lt;br /&gt;
&lt;br /&gt;
: The new NVIDIA driver doesn't fix the compiz+3d accel bug, causing X to crash, at least not on my system.  I have the NVIDIA Quadro FX570M. I've removed compiz from my system since I value a buggy NVIDIA driver more than cheesy desktop effects.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
: In my case, I've installed the 64bit kernel.  I develop some of my own software which has a fair amount of optimizations with the 64-bit architecture.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
:: 64-bit will run faster. I say install the AMD64 version. Don't let your new, fast 64-bit processor go to waste! [[User:SteveSims|SteveSims]] 06:16, 5 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-1 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 2 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33606</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33606"/>
		<updated>2007-10-02T05:15:32Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Renamed the page==&lt;br /&gt;
&lt;br /&gt;
I renamed the page since we are now at &amp;quot;Beta&amp;quot; and not Tribe.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==New Nvidia Driver released==&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html&lt;br /&gt;
&lt;br /&gt;
Time to test, supposedly it stabilizes compiz.  When I get home tonight I will write up install instructions and what it fixes if someone doesn't beat me to it.&lt;br /&gt;
&lt;br /&gt;
: The new NVIDIA driver doesn't fix the compiz+3d accel bug, causing X to crash, at least not on my system.  I have the NVIDIA Quadro FX570M. I've removed compiz from my system since I value a buggy NVIDIA driver more than cheesy desktop effects.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== x86 vs 64bit on core 2 duo ==&lt;br /&gt;
&lt;br /&gt;
What to choose? Why, why not?&lt;br /&gt;
&lt;br /&gt;
== Black screen at boot ==&lt;br /&gt;
&lt;br /&gt;
When try to boot gutsy-desktop-amd64 the screen turns black, even when i use &amp;quot;Safe Graphics&amp;quot; mode. Having a nVIDIA Quadro NVS 140M card&lt;br /&gt;
&lt;br /&gt;
TURNS OUT I JUST NEED PATIENCE... sorry&lt;br /&gt;
&lt;br /&gt;
==Update 2007-10-1 works fine==&lt;br /&gt;
Announcement. [[User:SteveSims|SteveSims]] 05:15, 2 October 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33517</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33517"/>
		<updated>2007-09-29T02:32:02Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the Intel video cards. To fix it, download this file[http://www.fileden.com/files/2007/9/28/1467484/compizubuntuintel.zip], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''If you cannot download it, follow these instructions:'''&lt;br /&gt;
&lt;br /&gt;
To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio should work out of the box on a fresh Beta install.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  Once a system update is performed an updated package of wpa_supplicant will resolve this issue.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
If you prefer using apt-get, you can add thinkfinger package repository for gutsy by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update a package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
{{HELP|'''Please try to apply a hint which follows this help request and consider if we still need to keep this help request here.'''&lt;br /&gt;
&lt;br /&gt;
Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|ThinkFinger version 0.2.3 and higher requires support of uinput in the kernel. See FAQ section on [https://wiki.ubuntu.com/ThinkFinger Ubuntu ThinkFinger page].&lt;br /&gt;
To make it work, load module by&lt;br /&gt;
 sudo modprobe uinput&lt;br /&gt;
and make sure that it will be loaded on boot by adding &amp;quot;uinput&amp;quot; (without quotes) line to /etc/modules. After that sudo should work, as well as gdm and login to console.&lt;br /&gt;
}}&lt;br /&gt;
28 Sept 2007: the above hint works on my T61. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work.  Intel cards work properly after full updates.&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33514</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33514"/>
		<updated>2007-09-29T02:30:16Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the Intel video cards. To fix it, download this [http://www.fileden.com/files/2007/9/28/1467484/Enable Compiz on Ubuntu Gutsy Script.zip|this file], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''If you cannot download it, follow these instructions:'''&lt;br /&gt;
&lt;br /&gt;
To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio should work out of the box on a fresh Beta install.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  Once a system update is performed an updated package of wpa_supplicant will resolve this issue.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
If you prefer using apt-get, you can add thinkfinger package repository for gutsy by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update a package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
{{HELP|'''Please try to apply a hint which follows this help request and consider if we still need to keep this help request here.'''&lt;br /&gt;
&lt;br /&gt;
Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|ThinkFinger version 0.2.3 and higher requires support of uinput in the kernel. See FAQ section on [https://wiki.ubuntu.com/ThinkFinger Ubuntu ThinkFinger page].&lt;br /&gt;
To make it work, load module by&lt;br /&gt;
 sudo modprobe uinput&lt;br /&gt;
and make sure that it will be loaded on boot by adding &amp;quot;uinput&amp;quot; (without quotes) line to /etc/modules. After that sudo should work, as well as gdm and login to console.&lt;br /&gt;
}}&lt;br /&gt;
28 Sept 2007: the above hint works on my T61. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work.  Intel cards work properly after full updates.&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33511</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33511"/>
		<updated>2007-09-29T02:27:14Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the Intel video cards. To fix it, download this [http://www.fileden.com/files/2007/9/28/1467484/Enable%20Compiz%20on%20Ubuntu%20Gutsy%20Script.zip|this file], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''If you cannot download it, follow these instructions:'''&lt;br /&gt;
&lt;br /&gt;
To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio should work out of the box on a fresh Beta install.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  Once a system update is performed an updated package of wpa_supplicant will resolve this issue.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
If you prefer using apt-get, you can add thinkfinger package repository for gutsy by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update a package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
{{HELP|'''Please try to apply a hint which follows this help request and consider if we still need to keep this help request here.'''&lt;br /&gt;
&lt;br /&gt;
Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|ThinkFinger version 0.2.3 and higher requires support of uinput in the kernel. See FAQ section on [https://wiki.ubuntu.com/ThinkFinger Ubuntu ThinkFinger page].&lt;br /&gt;
To make it work, load module by&lt;br /&gt;
 sudo modprobe uinput&lt;br /&gt;
and make sure that it will be loaded on boot by adding &amp;quot;uinput&amp;quot; (without quotes) line to /etc/modules. After that sudo should work, as well as gdm and login to console.&lt;br /&gt;
}}&lt;br /&gt;
28 Sept 2007: the above hint works on my T61. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work.  Intel cards work properly after full updates.&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33510</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33510"/>
		<updated>2007-09-29T02:26:53Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the Intel video cards. To fix it, download this [http://www.fileden.com/files/2007/9/28/1467484/Enable%20Compiz%20on%20Ubuntu%20Gutsy%20Script.zip|this file], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''If you cannot download it, follow these instructions:'''&lt;br /&gt;
&lt;br /&gt;
 To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio should work out of the box on a fresh Beta install.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  Once a system update is performed an updated package of wpa_supplicant will resolve this issue.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
If you prefer using apt-get, you can add thinkfinger package repository for gutsy by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update a package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
{{HELP|'''Please try to apply a hint which follows this help request and consider if we still need to keep this help request here.'''&lt;br /&gt;
&lt;br /&gt;
Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|ThinkFinger version 0.2.3 and higher requires support of uinput in the kernel. See FAQ section on [https://wiki.ubuntu.com/ThinkFinger Ubuntu ThinkFinger page].&lt;br /&gt;
To make it work, load module by&lt;br /&gt;
 sudo modprobe uinput&lt;br /&gt;
and make sure that it will be loaded on boot by adding &amp;quot;uinput&amp;quot; (without quotes) line to /etc/modules. After that sudo should work, as well as gdm and login to console.&lt;br /&gt;
}}&lt;br /&gt;
28 Sept 2007: the above hint works on my T61. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work.  Intel cards work properly after full updates.&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33509</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33509"/>
		<updated>2007-09-29T02:25:59Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */ I uploaded compiz.sh onto a (rather addy) fileserver&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
Download this [http://www.fileden.com/files/2007/9/28/1467484/Enable%20Compiz%20on%20Ubuntu%20Gutsy%20Script.zip|this file], unzip it, and follow the instructions in &amp;quot;description and README.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''If you cannot download it, follow these instructions:'''&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the intel video cards. To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio should work out of the box on a fresh Beta install.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  Once a system update is performed an updated package of wpa_supplicant will resolve this issue.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here] and [https://wiki.ubuntu.com/ThinkFinger here].&lt;br /&gt;
Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
If you prefer using apt-get, you can add thinkfinger package repository for gutsy by creating {{path|/etc/apt/sources.list.d/thinkfinger.list}} with these two lines:&lt;br /&gt;
&lt;br /&gt;
 deb     http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
 deb-src http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse&lt;br /&gt;
&lt;br /&gt;
Then update a package database and install packages:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get update}}&lt;br /&gt;
 {{cmduser|sudo apt-get install libpam-thinkfinger libthinkfinger-dev libthinkfinger-doc libthinkfinger0 thinkfinger-tools}}&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to {{path|/etc/pam.d/common-auth}}&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
&lt;br /&gt;
{{HELP|'''Please try to apply a hint which follows this help request and consider if we still need to keep this help request here.'''&lt;br /&gt;
&lt;br /&gt;
Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{HINT|ThinkFinger version 0.2.3 and higher requires support of uinput in the kernel. See FAQ section on [https://wiki.ubuntu.com/ThinkFinger Ubuntu ThinkFinger page].&lt;br /&gt;
To make it work, load module by&lt;br /&gt;
 sudo modprobe uinput&lt;br /&gt;
and make sure that it will be loaded on boot by adding &amp;quot;uinput&amp;quot; (without quotes) line to /etc/modules. After that sudo should work, as well as gdm and login to console.&lt;br /&gt;
}}&lt;br /&gt;
28 Sept 2007: the above hint works on my T61. Thanks!&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work.  Intel cards work properly after full updates.&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User_talk:Hmh&amp;diff=33498</id>
		<title>User talk:Hmh</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User_talk:Hmh&amp;diff=33498"/>
		<updated>2007-09-28T05:03:59Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sorry about leaving the comment on the wrong page. I'm an experienced Wikipedia editor and should not make that mistake. [[User:SteveSims|SteveSims]] 04:30, 28 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User_talk:Hmh&amp;diff=33497</id>
		<title>User talk:Hmh</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User_talk:Hmh&amp;diff=33497"/>
		<updated>2007-09-28T04:30:51Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: â†Created page with 'Sorry about that; I probably misidentified it. I'm an experienced Wikipedia editor and should not make that mistake. ~~~~'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sorry about that; I probably misidentified it. I'm an experienced Wikipedia editor and should not make that mistake. [[User:SteveSims|SteveSims]] 04:30, 28 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33391</id>
		<title>Installing Ubuntu 7.10 (Gutsy Gibbon) 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)_on_a_ThinkPad_T61&amp;diff=33391"/>
		<updated>2007-09-26T01:44:40Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* Accelerated Video and Desktop Effects */ grammar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Notes ==&lt;br /&gt;
&lt;br /&gt;
If booting with the default options gives you a blank screen you should select the &amp;quot;Safe Graphics&amp;quot; menu choice when booting from the live CD.&lt;br /&gt;
&lt;br /&gt;
If you are doing a text mode install such as PXE/network then your screen will be corrupted during the process.  Workaround and details&lt;br /&gt;
are at https://bugs.launchpad.net/ubuntu/+source/xresprobe/+bug/127008&lt;br /&gt;
&lt;br /&gt;
== Display/Video ==&lt;br /&gt;
&lt;br /&gt;
=== Accelerated Video and Desktop Effects ===&lt;br /&gt;
'''Intel''' 2D and 3D accelerated video work out of the box.&lt;br /&gt;
&lt;br /&gt;
As of September 19, compiz is disabled on the intel video cards. To fix edit /usr/bin/compiz and around line 46 comment this portion out:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;#T=&amp;quot;$T 8086:2982 8086:2992 8086:29a2 8086:2a02 8086:2a12&amp;quot;  # intel 965&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This edit will need to be reapplied every time compiz is updated.  A more permanent method is create a script named compiz.sh with the following in it:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 SKIP_CHECKS=yes compiz --replace&lt;br /&gt;
Then, make it executable by right-clicking the file, selecting Properties, then selecting Permissions, and checking Allow executing file as program. &lt;br /&gt;
&lt;br /&gt;
Double-click on the script and select Run to start compiz.  To have it start at boot, go to System -&amp;gt; Preferences -&amp;gt; Sessions. Click Add, name it something, and for Command, browse to and choose the compiz.sh you created. Click Ok and Close.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia''' 2D video works out of the box, to enable accelerated 3D support click System-&amp;gt;Administration-&amp;gt;Restricted Drivers Manager &lt;br /&gt;
&lt;br /&gt;
Desktop Effects may be unstable with the proprietary driver installed by the Restricted Drivers Manager, installing version 100.14.19 as described below should resolve the problem.  If you would rather stay with the version that ships with Ubuntu you can disable compiz by going to System -&amp;gt; Preferences -&amp;gt; Appearance -&amp;gt; Desktop effects and turn desktop effects off.&lt;br /&gt;
&lt;br /&gt;
===Installing Nvidia drivers manually===&lt;br /&gt;
&lt;br /&gt;
{{WARN| Installing the drivers via Synaptic or the Restricted Drivers Manager are the only supported methods of installing the Nvidia driver, the method below (while it works for most people) is not supported}}&lt;br /&gt;
&lt;br /&gt;
Download the drivers from http://www.nvidia.com/object/linux_display_ia32_100.14.19.html and save it to your Desktop.&lt;br /&gt;
Exit to a virtual terminal by pressing [CTRL]+[ALT]+[F2]&lt;br /&gt;
&lt;br /&gt;
Stop the X server:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm stop (stopping the X server)&lt;br /&gt;
&lt;br /&gt;
Remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
$ sudo apt-get remove nvidia-glx-new&lt;br /&gt;
&lt;br /&gt;
Install the drivers:&lt;br /&gt;
&lt;br /&gt;
$ sh NVIDIA-Linux-x86-100.14.19-pkg1.run (depending on the version that will be online)&lt;br /&gt;
&lt;br /&gt;
Follow instructions in the installer, when complete restart the X-Server with:&lt;br /&gt;
&lt;br /&gt;
$ sudo /etc/init.d/gdm restart (restarting the X server)&lt;br /&gt;
&lt;br /&gt;
{{NOTE| If you have an issue with Gnome or KDE crashing please see [https://bugs.launchpad.net/bugs/98641 this bug report] or search the ubuntuforums for some solutions}}&lt;br /&gt;
&lt;br /&gt;
===Multiple Monitors===&lt;br /&gt;
&lt;br /&gt;
'''Nvidia N140m:'''&lt;br /&gt;
&lt;br /&gt;
When using the default drivers (The open source &amp;quot;nv&amp;quot; drivers) you can use Administration-&amp;gt;&amp;quot;Screens and Graphics&amp;quot; to setup the second monitor&lt;br /&gt;
&lt;br /&gt;
Using the proprietary drivers you must use the Nvidia tool located at Applications-&amp;gt;System Tools-&amp;gt; Nvidia X Server Settings. &lt;br /&gt;
&lt;br /&gt;
It has been reported that the NVIDIA drivers tend to crash with xinerama enabled.  2 displays with xinerama off has been stable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Intel X3100:'''&lt;br /&gt;
&lt;br /&gt;
Plugging in an external monitor works, but is a clone of the built-in LCD by default.  Following the instructions on [http://www.thinkwiki.org/wiki/Intel_Graphics_Media_Accelerator_X3100 this page] to extend your desktop to the second monitor does *not* work; it results in the crash described [http://lists.freedesktop.org/archives/xorg/2007-April/023326.html here].  According to [http://lists.freedesktop.org/archives/xorg/2007-April/023335.html this post] and [https://bugs.freedesktop.org/show_bug.cgi?id=10706 this bug report], the problem is a new Xinerama implementation and an old config file.  &lt;br /&gt;
&lt;br /&gt;
To extend your desktop to the second monitor, you'll want to do what [http://wiki.debian.org/XStrikeForce/ReleaseNotes this page] suggests (under &amp;quot;Dual-Head config breakage with xserver-xorg-video-intel&amp;quot;).  &lt;br /&gt;
&lt;br /&gt;
Below is an example for a 1680x1050 built-in LCD and a 1600x1200 external LCD:&lt;br /&gt;
Add a &amp;quot;Virtual 3280 1200&amp;quot; line in the Display SubSection of the Screen Section in your xorg.conf:&lt;br /&gt;
{{Fixme|If someone could include an example of the change described above it would be greatly appreciated}}&lt;br /&gt;
Exit to a virtual terminal (press: ctrl-alt-F1), login and type the following:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo /etc/init.d/gdm stop}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output LVDS --auto}}&lt;br /&gt;
&lt;br /&gt;
To set the built-in LCD to ouput 1680x1050&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|xrandr --output VGA --right-of LVDS}}&lt;br /&gt;
&lt;br /&gt;
To extend the desktop&lt;br /&gt;
&lt;br /&gt;
=== Fonts on High-Res Screens ===&lt;br /&gt;
&lt;br /&gt;
On high-res screens (e.g. 15&amp;quot; 1680x1050), the default fonts are too big ([https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/99145 Launchpad bug report]). You can fix this by following these steps:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Preferences-&amp;gt;Appearance&lt;br /&gt;
# Select the &amp;quot;Fonts&amp;quot; tab&lt;br /&gt;
# Click the &amp;quot;Details&amp;quot; button (lower right)&lt;br /&gt;
# Adjust the Resolution down to 96dpi&lt;br /&gt;
# Make sure you have Subpixel (LCD) Smoothing enabled&lt;br /&gt;
# Save the preferences&lt;br /&gt;
&lt;br /&gt;
If you also want small fonts on the GDM login window, you can do this:&lt;br /&gt;
&lt;br /&gt;
# Open System-&amp;gt;Administration-&amp;gt;Login Window&lt;br /&gt;
# Select the 'Security' tab&lt;br /&gt;
# Click the 'Configure X-Server' button&lt;br /&gt;
# Append '-dpi 96' (without quotes) to the text in the 'Command' field&lt;br /&gt;
# Reboot the computer.&lt;br /&gt;
&lt;br /&gt;
=== Brightness ===&lt;br /&gt;
====Intel X3100:====&lt;br /&gt;
The brightness controls do not work out of the box, but they should work once you apply all of the system updates.&lt;br /&gt;
&lt;br /&gt;
However, there now appears to be a bug where the brightness controls stop working after you resume from a suspend.&lt;br /&gt;
&lt;br /&gt;
Until the brightness bugs are finally worked out, you can install &amp;quot;xbacklight&amp;quot; (Applications -&amp;gt; Accessories -&amp;gt; Terminal, type &amp;quot;sudo apt-get install xbacklight&amp;quot; without the quotation marks and hit enter), which allows you to set the brightness from the command line and provides a greater range of brightness values.&lt;br /&gt;
&lt;br /&gt;
To set brightness, go back to the terminal and type &amp;quot;xbacklight =VALUE&amp;quot; where VALUE is a number from 0 to 100 for how bright you want your display to be.&lt;br /&gt;
&lt;br /&gt;
=====Creating brightness shortcuts=====&lt;br /&gt;
If you don't want to use the terminal you can set up shortcuts to pre-defined brightness levels:&lt;br /&gt;
&lt;br /&gt;
1) Right-click on the desktop and select Create Launcher...&lt;br /&gt;
&lt;br /&gt;
2) Make it look like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:XBacklight launcher 50.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
The 50 means that the backlight will be at 50% brightness. If you want your shortcut to set the brightness to 100% then simply replace 50 with 100 when you create your launcher (Shortcuts in Windows are analogous to Launchers in Ubuntu). Many people use at least two brightness levels (for example, 100% when on AC power, 50% when on battery power) so it's a good idea to make a launcher for each commonly used brightness level. I also suggest adding them to the upper panel (Linux for menu bar) so that they're easily accessible. If you want, you can use your own custom icons by right-clicking the launcher, selecting Properties, and then clicking on the picture in the Properties window and browsing for your own.&lt;br /&gt;
&lt;br /&gt;
====Nvidia Quadro N140:====&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&lt;br /&gt;
&lt;br /&gt;
====NVIDIA Quadro 570M:====&lt;br /&gt;
Brightness controls do not work out of the box.  As in the N140 case, changing brightness in tty1, then switching back does work.  At present my system does have keybindings for the brightness controls -- I enabled them somehow -- but there are problems with it.  At present I have 2 displays running, and the brightness buttons do not work in this configuration.  If I disable the 2nd monitor, the brightness buttons work fine. I will document this fully once I sort out the details. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Audio ==&lt;br /&gt;
&lt;br /&gt;
Audio does not work out of the box, but will work once you apply all the updates.&lt;br /&gt;
&lt;br /&gt;
Microphone may not work with applications (like sound recorder and skype) even though sound can be heard through the speakers or headphones.&lt;br /&gt;
&lt;br /&gt;
===Enabling Sound and Fixing the Volume Controls===&lt;br /&gt;
&lt;br /&gt;
By default, the sound may be disabled and the volume control buttons on the laptop (up by the ThinkVantage button) and the volume control applet (up by the clock) will not control the speaker volume (they actually control the microphone!). https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
this bug report links to a fixed version from an Ubuntu dev a fixed version is available &lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
# Right-click on the volume control applet (by the clock) and select &amp;quot;Open Volume Control&amp;quot;&lt;br /&gt;
# In the &amp;quot;Switches&amp;quot; tab, make sure &amp;quot;Headphone&amp;quot; and &amp;quot;Speaker&amp;quot; are both checked.&lt;br /&gt;
# Close the Volume control.&lt;br /&gt;
# Right-click on the volume control applet again and select &amp;quot;Preferences&amp;quot;.&lt;br /&gt;
# Make sure the device is set to &amp;quot;HDA Intel (Alsa mixer)&amp;quot; and highlight the &amp;quot;PCM&amp;quot; option.&lt;br /&gt;
# Close the preferences.&lt;br /&gt;
# Select System-&amp;gt;Preferences-&amp;gt;Sound.&lt;br /&gt;
# In the &amp;quot;Default Mixer Tracks&amp;quot; section, make sure &amp;quot;PCM&amp;quot; is highlighted.&lt;br /&gt;
# Close the sound preferences.&lt;br /&gt;
&lt;br /&gt;
You should now hear sound and be able to control the volume using the laptop buttons or volume applet.&lt;br /&gt;
&lt;br /&gt;
NOTE: As of Sep 20, 2007 the latest updates hoses the sound on my T61. FIXED: For some reason you have to physically hit your volume buttons on the laptop up or down to get the sound to run again and not on the rollbar or on any other volume control method (i.e. keyboard).&lt;br /&gt;
&lt;br /&gt;
== Intel Wireless ==&lt;br /&gt;
&lt;br /&gt;
Intel 4965 users will find that they have a very unstable connection with random disconnects within 30 to 60 minutes of association.  The issue is described in [https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/138873 this] bug report.  The problem is with wpa_Supplicant and Kees Cook (An Ubuntu Developer) has posted a fixed version [http://ppa.launchpad.net/keescook/ubuntu/pool/main/w/wpasupplicant/ here].  The fix should be available via a normal update soon.&lt;br /&gt;
&lt;br /&gt;
== Modem ==&lt;br /&gt;
&lt;br /&gt;
The modem works with the Linuxant drivers available at http://www.linuxant.com&lt;br /&gt;
&lt;br /&gt;
==Bluetooth== &lt;br /&gt;
&lt;br /&gt;
To enable bluetooth you must have the thinkpad-acpi modules loaded:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo modprobe thinkpad-acpi}}&lt;br /&gt;
&lt;br /&gt;
Then su to root (sudo doesn't work unless you put these commands into a script) to enable the root account so you can use su see [[http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_set.2Fchange.2Fenable_root_user_password| This link]]. &lt;br /&gt;
&lt;br /&gt;
{{cmdroot|su }}&lt;br /&gt;
&lt;br /&gt;
To enable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo enable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
To disable bluetooth:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|echo disable &amp;gt; /proc/acpi/ibm/bluetooth}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you would like to set the keybindings put those commands into scripts such as:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
Enter the following:&lt;br /&gt;
 echo enable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/enablebt}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo gedit /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
enter the following&lt;br /&gt;
&lt;br /&gt;
 echo disable &amp;gt; /proc/acpi/ibm/bluetooth&lt;br /&gt;
Close/Save the file and mark it executable&lt;br /&gt;
{{cmdroot|sudo chmod +x /usr/bin/disablebt}}&lt;br /&gt;
&lt;br /&gt;
Modify sudoers to permit those scripts to run as root (Possible security risk)&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|sudo visudo}}&lt;br /&gt;
&lt;br /&gt;
Enter the following under the section &amp;quot;# User privilege specification&amp;quot; replacing enter_your_username_here with your username&lt;br /&gt;
&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/enablebt&lt;br /&gt;
 enter_your_username_here ALL= NOPASSWD: /usr/bin/disablebt&lt;br /&gt;
&lt;br /&gt;
Note: I need to lookup the keycodes to create the shortcuts, so this section is a work in progress.&lt;br /&gt;
&lt;br /&gt;
: A comment - I've tried finding the keycode using all the methods mentioned here [https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch] but the three methods &amp;quot;keyboard shortcuts&amp;quot;, &amp;quot;showkey&amp;quot; and &amp;quot;tail&amp;quot; give me nothing.  Fn-F8 does produce an acpi event, maybe that would be a good alternative. &amp;quot;ibm/hotkey HKEY 00000080 00001008&amp;quot;.  On my computer that's already set-up to run the script /etc/acpi/thinkpad-stretchortouchpad.sh.  So I might just turn that into a bluetooth trigger instead as I have no interest in turning keys into a number-pad (which I think is what thinkpad-stretchortouchpad.sh tries to do, but fails on my system).&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
The reader works with ThinkFinger. General instructions available [http://www.thinkwiki.org/wiki/Integrated_Fingerprint_Reader here].&lt;br /&gt;
&lt;br /&gt;
Debian packages for i386 can be found at: http://www.rubixlinux.org/debian/thinkfinger/&lt;br /&gt;
&lt;br /&gt;
After the package is installed add the following two lines to /etc/pam.d/common-auth&lt;br /&gt;
&lt;br /&gt;
 auth    sufficient      pam_thinkfinger.so&lt;br /&gt;
 auth    required        pam_unix.so try_first_pass&lt;br /&gt;
&lt;br /&gt;
Note: Instructions in French available at http://doc.ubuntu-fr.org/materiel/thinkfinger&lt;br /&gt;
&lt;br /&gt;
* Recording fingerprints works&lt;br /&gt;
* Login works&lt;br /&gt;
* The password must be entered to unlock a locked screensaver&lt;br /&gt;
* sudo works&lt;br /&gt;
* gksu and gksudo hang : for example it is necessary to run synaptic twice and enter your password upon failure. To be able to use the Finger print reader in the session subsequently, kill the hanging gksu/gksudo process. A workaround is editing the Gnome System Menu (alacarte) to specify sudo instead of gksu/gksudo for the launching command and choose type &amp;quot;Application in Terminal&amp;quot; : this opens an extra terminal window for each superuser application you want to use though.&lt;br /&gt;
{{HELP|Today 14th of September 2007, after Gutsy's updates, Fingerprint is no longer prompted for login and sudo. Looks like a PAM problem. sudo tf-tools --acquire still works&lt;br /&gt;
 Today 17th of September.. this issue is solved after updates..&lt;br /&gt;
 19th of September.. this issue is back after updates&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
== Trackpad scrolling ==&lt;br /&gt;
&lt;br /&gt;
Trackpad scrolling works out of the box in the standard thinkpad way: Slide your finger up and down the very right edge of the trackpad.&lt;br /&gt;
&lt;br /&gt;
To enable using the middle mouse button to scroll, add the following lines to the &amp;quot;Configured Mouse&amp;quot; section in&lt;br /&gt;
{{path|/etc/X11/xorg.conf}}:&lt;br /&gt;
&lt;br /&gt;
    Option    &amp;quot;EmulateWheel&amp;quot;          &amp;quot;true&amp;quot;&lt;br /&gt;
    Option    &amp;quot;EmulateWheelButton&amp;quot;    &amp;quot;2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hibernate/Suspend ==&lt;br /&gt;
&lt;br /&gt;
=== Blank Screen Fix ===&lt;br /&gt;
&lt;br /&gt;
You may get a blank screen when resuming from suspend or hibernate ([https://bugs.launchpad.net/ubuntu/+bug/134391 Launchpad bug report]). If so, try editing {{path|/boot/grub/menu.lst}}, adding &amp;quot;acpi_sleep=s3_bios&amp;quot; (no quotes) to the &amp;quot;defoptions&amp;quot; list so that it looks something like this:&lt;br /&gt;
&lt;br /&gt;
  ## additional options to use with the default boot option, but not with the&lt;br /&gt;
  ## alternatives&lt;br /&gt;
  ## e.g. defoptions=vga=791 resume=/dev/hda5&lt;br /&gt;
  # defoptions=quiet splash '''acpi_sleep=s3_bios'''&lt;br /&gt;
&lt;br /&gt;
Once you have edited the line and added the acpi_sleep parameter, you need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo update-grub&lt;br /&gt;
&lt;br /&gt;
Note that if you get the blank screen upon resume, a quick-fix is to switch to a console (Ctrl-Alt-F1) and then back to X (Ctrl-Alt-F7). This will usually bring the display back to life. However, the long-term fix is to add the acpi_sleep parameter as shown above.&lt;br /&gt;
&lt;br /&gt;
=== Intel 3495ABG Wireless ===&lt;br /&gt;
&lt;br /&gt;
Works fine out of the box.e, the wireless card won't come back up.  When the [[http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-debug.html quirk checker script]] is run, it says:&lt;br /&gt;
&lt;br /&gt;
  CRITICAL ERROR: Use the mac80211 iwl3945 driver instead. ipw3945d is closed source sometimes hangs on resume.&lt;br /&gt;
&lt;br /&gt;
The iwl3945 driver generally only works for about 30 minutes to an hour due to a bug with wpa_supplicant see the section above on the IWL4965 for instructions on fixing this issue&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia:''' 2D works, 3D requires the installation of the proprietary drivers&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Atheros cards work, see [http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8 this] section for a note regarding Intel cards&lt;br /&gt;
&lt;br /&gt;
'''Network Card'''&lt;br /&gt;
&lt;br /&gt;
'''Firewire'''&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch'''&lt;br /&gt;
&lt;br /&gt;
'''4-in-1 card reader'''&lt;br /&gt;
&lt;br /&gt;
'''Headphones'''&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:'''&lt;br /&gt;
http://www.thinkwiki.org/index.php?title=Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61&amp;amp;action=edit&amp;amp;section=8&lt;br /&gt;
* Fn-PgUp activates/deactivates the thinklight&lt;br /&gt;
* Fn-Up will trigger stop on a media player&lt;br /&gt;
* Fn-Down will toggle pause and play on a media player&lt;br /&gt;
* Fn-Left/Right go to prev/next tracks on a media player&lt;br /&gt;
* Fn-F2 properly locks the screen&lt;br /&gt;
* Fn-F3 shows remaining battery&lt;br /&gt;
* Fn-F4 suspends (to ram)&lt;br /&gt;
* Fn-F12 hibernates (to disk)&lt;br /&gt;
* PrtSc opens the screenshot dialog&lt;br /&gt;
&lt;br /&gt;
'''Docking Stations:'''&lt;br /&gt;
&lt;br /&gt;
All docking station models should work and the following features have been tested:&lt;br /&gt;
&lt;br /&gt;
* DVI or Analog video: You can switch to it using &amp;quot;Administration-&amp;gt;Screens and Graphics&amp;quot;, if you are using the proprietary Nvidia drivers you must use the Nvidia Control Panel.&lt;br /&gt;
&lt;br /&gt;
* Network Pass-through&lt;br /&gt;
&lt;br /&gt;
* Modem Pass-through&lt;br /&gt;
&lt;br /&gt;
* USB ports: Connected upon docking&lt;br /&gt;
&lt;br /&gt;
* PS/2 Ports&lt;br /&gt;
&lt;br /&gt;
== Items that don't work ==&lt;br /&gt;
&lt;br /&gt;
* Wireless USB/UWB - https://bugs.launchpad.net/ubuntu/+bug/136287&lt;br /&gt;
* USB ports can end up temporarily disabled - https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126369&lt;br /&gt;
&lt;br /&gt;
== Power consumption ==&lt;br /&gt;
&lt;br /&gt;
Gutsy is the first version of Ubuntu to feature a tickless kernel (i386 only, not in AMD64 yet).  Power consumption&lt;br /&gt;
can be monitored using the powertop tool under Ubuntu and using Lenovo battery monitor&lt;br /&gt;
under Windows.&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get install powertop&lt;br /&gt;
  $ sudo powertop&lt;br /&gt;
&lt;br /&gt;
I couldn't find any difference in power consumption between the i386 tickless kernel (even with 70ms average sleep in C4)&lt;br /&gt;
and AMD64 kernel (2ms average sleep in C4).  It would be expected that considerably less power would be consumed for the &lt;br /&gt;
i386 tickless kernel.&lt;br /&gt;
&lt;br /&gt;
There is also a graph available by Right-clicking on the battery icon and selecting Power History.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 15.4&amp;quot; 1680x1050 screen 7300 processor (2GHz) 2GB RAM, Intel X3100 graphics&lt;br /&gt;
with 4965 wifi, Bluetooth and UWB.&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|- &lt;br /&gt;
| 12.3W&lt;br /&gt;
| Windows XP Pro, all radios on, about 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.7W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.6W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 14.2W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
| -1.0W&lt;br /&gt;
| Turning the physical radio switch to off on the front reduces power consumption by 1 watt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Adding the Nvidia card increases the laptops power requirements.&lt;br /&gt;
&lt;br /&gt;
These are the figures measured on a T61 14&amp;quot; 1440x900 screen 2.2ghz Core2Duo 2GB RAM, Nvidia 140m video, IWL4965 wifi and Bluetooth (Disabled):&lt;br /&gt;
&lt;br /&gt;
{| border=1 cellpadding=5&lt;br /&gt;
|-&lt;br /&gt;
| 18.3W&lt;br /&gt;
| Gutsy, all radios on, 50% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 19.4W&lt;br /&gt;
| Gutsy, all radios on, 100% brightness&lt;br /&gt;
|-&lt;br /&gt;
| 16.0W&lt;br /&gt;
| Gutsy, all radios on, 10% brightness&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category: T61]] [[Category: Ubuntu 7.10]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33390</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33390"/>
		<updated>2007-09-26T00:48:11Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* I installed libdvdcss2, but DVD playback still doesn't work */ xine log&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==New Nvidia Driver released==&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html&lt;br /&gt;
&lt;br /&gt;
Time to test, supposedly it stabilizes compiz.  When I get home tonight I will write up install instructions and what it fixes if someone doesn't beat me to it.&lt;br /&gt;
&lt;br /&gt;
: The new NVIDIA driver doesn't fix the compiz+3d accel bug, causing X to crash, at least not on my system.  I have the NVIDIA Quadro FX570M. I've removed compiz from my system since I value a buggy NVIDIA driver more than cheesy desktop effects.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
:I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
:::[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::::I decided to install some more xine plugins but now Totem closes immediately after opening if I insert a DVD. Here's a log of my xine package installations:&lt;br /&gt;
&amp;lt;pre&amp;gt;Commit Log for Tue Sep 25 17:25:49 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libxine1-console (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-gnome (1.1.7-1ubuntu1)&lt;br /&gt;
libxine1-plugins (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:23:33 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libpostproc1d (3:0.cvs20070307-5ubuntu4)&lt;br /&gt;
libxine1-ffmpeg (1.1.7-1ubuntu1)&lt;br /&gt;
&lt;br /&gt;
Commit Log for Tue Sep 25 17:14:25 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Removed the following packages:&lt;br /&gt;
totem-gstreamer&lt;br /&gt;
&lt;br /&gt;
Installed the following packages:&lt;br /&gt;
libmodplug0c2 (1:0.7-5.2ubuntu1)&lt;br /&gt;
libpulse0 (0.9.6-1ubuntu2)&lt;br /&gt;
libxcb-shape0 (1.0-3)&lt;br /&gt;
libxcb-shm0 (1.0-3)&lt;br /&gt;
libxcb-xv0 (1.0-3)&lt;br /&gt;
libxcb1 (1.0-3)&lt;br /&gt;
libxine1 (1.1.7-1ubuntu1)&lt;br /&gt;
libxvmc1 (2:1.0.4-2ubuntu1)&lt;br /&gt;
totem-xine (2.20.0-0ubuntu1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33389</id>
		<title>Talk:Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61&amp;diff=33389"/>
		<updated>2007-09-26T00:32:33Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: /* I installed libdvdcss2, but DVD playback still doesn't work */ totem-xine doesn't work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==New Nvidia Driver released==&lt;br /&gt;
&lt;br /&gt;
http://www.nvidia.com/object/linux_display_ia32_100.14.19.html&lt;br /&gt;
&lt;br /&gt;
Time to test, supposedly it stabilizes compiz.  When I get home tonight I will write up install instructions and what it fixes if someone doesn't beat me to it.&lt;br /&gt;
&lt;br /&gt;
: The new NVIDIA driver doesn't fix the compiz+3d accel bug, causing X to crash, at least not on my system.  I have the NVIDIA Quadro FX570M. I've removed compiz from my system since I value a buggy NVIDIA driver more than cheesy desktop effects.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
== Core 2 Duo running at 800 mHz? ==&lt;br /&gt;
The applications Sysinfo and PowerTOP both say that my CPU is running at 800 MHz. When I first open Sysinfo, it says a number around 2 GHz but it then drops to 800 MHz. Sysinfo says something about laptop CPU frequency changing (being &amp;quot;dynamic&amp;quot;), but it remains static at 800 MHz. [[User:SteveSims|SteveSims]] 00:51, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is normal. This is the &amp;quot;frequency scaling&amp;quot; feature of the laptop. Whenever the processors aren't being used they drop down to 800MHz to conserve power. All you have to do is run some CPU-intensive task and you'll see them jump up to 2GHz. There's a little applet that you can add to the top panel called &amp;quot;CPU Frequency Scaling Monitor&amp;quot; that will let you watch the processor speed up and down in real time: Right-click on the top panel bar and select &amp;quot;Add to Panel&amp;quot; to find it; it's under &amp;quot;System and Hardware&amp;quot; --[[User:Mike Richards|Mike Richards]] 06:31, 13 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Desktop_Applet crash on login after update (2007-09-16) with x86 and AMD64 versions (Fixed in daily build 20070918, reappears in 20070919.1)==&lt;br /&gt;
I found out that my Thinkpad T61 is a 64-bit machine so I installed the 64-bit version of Ubuntu 7.10 Tribe 5. I tried updating the machine, which worked fine until it had to configure and install my updates. With about 12 minutes remaining it hangs up and the terminal within the Update Manager says that some components must be restarted (and the update hangs) so I restart my computer. When I log in, I get an error message that says something about a Deskbar_Applet not working, and it asks me if I want to delete it. Regardless of my selection, I can no longer update the machine nor run Applications --&amp;gt; Add/Remove. I thought it must be a difference between AMD64 and Intel's x86-64 near-clone, so I re-installed the 32-bit version. When I updated, the same thing happened after I updated it. I'm guessing this is a bug withing the [http://en.wikipedia.org/wiki/GUI GUI] or the package manager.&lt;br /&gt;
&lt;br /&gt;
However, I can load Firefox from my panel just fine. [[User:SteveSims|SteveSims]] 05:01, 17 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I had a similar problem.  I found if I just avoided updating the system until after a full reboot, things were fine. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
::The most recent update (9-18-2007) solves this problem.&lt;br /&gt;
&lt;br /&gt;
:::The problem appears again in 20070919.1, at least the AMD64 version (I haven't tested the x86-32 version). [[User:SteveSims|SteveSims]] 21:49, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::And it still exists as of September 20th. [[User:SteveSims|SteveSims]] 04:53, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Touchpad issues==&lt;br /&gt;
After updating on September 18th from the original x86 Tribe 5, tapping the touchpad hard no longer clicks, and the right edge no longer scrolls. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
:Go to System -&amp;gt; Preferences -&amp;gt; Mouse. In the Touchpad tab you can activate tap to click and vertical scrolling. --[[User:Aerials|aerials]] 13:05, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Daily build 20070918 AMD64 won't install==&lt;br /&gt;
Double-clicking on the Install icon in the LiveCD does nothing. No window loads, I can't install it from the LiveCD. [[User:SteveSims|SteveSims]] 01:59, 19 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Brightness buttons==&lt;br /&gt;
&lt;br /&gt;
The brightness buttons used to work on my system.  But now that I have 2 displays, they don't work anymore.  When I first installed Ubuntu 7.10 the brightness buttons did not work but I found some tips on-line to enable them... unfortunately I don't remember what those tips were... silly me... I'll dig up the info and put it into the wiki, soon. [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Compiling existing information==&lt;br /&gt;
&lt;br /&gt;
This [[http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61]] link has some useful information that is worthwhile compiling into the wiki here.  [[User:Rybu|Rybu]]&lt;br /&gt;
&lt;br /&gt;
==Desktop effects don't consistenly work==&lt;br /&gt;
I installed new themes and updated today and suddenly the new desktop effects that were added to 7.10 don't work.&lt;br /&gt;
&lt;br /&gt;
However, Deskbar_Applet doesn't crash with the update, even though it does with today's most current LiveCD. [[User:SteveSims|SteveSims]] 06:37, 21 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
==NetworkManger Intermittently Fails To Start, No Networking When It Fails==&lt;br /&gt;
After the most recent Kernel patch under Gutsy, NetworkManager doesn't always manage to run when I boot, and when it fails I have no networking.  If I try init.d/networking restart, it fails with 'unknown device' for all devices.  Looking through the logs, my best guess is ath0 isn't ready when NetworkManager starts, so it starts cycling through other devices until it crashes.  Does anyone have any ideas?  It seems to only work about 1-2 boots out of 10.&lt;br /&gt;
&lt;br /&gt;
==I installed libdvdcss2, but DVD playback still doesn't work==&lt;br /&gt;
I have all the GStreamer plugins. When I insert a DVD movie, Movie Player loads and I hear sound but there's no video. If I try to open a video from a location, I get this dialog box:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:totem no plugins.png|300px]]&lt;br /&gt;
&lt;br /&gt;
I always like the idea of using GStreamer instead of Xine, but the fact is, I've never really gotten DVDs to work very well without installing totem-xine.  Maybe you don't want to do that, but if you haven't tried it, consider installing totem-xine?  --[[User:Plumpy|Plumpy]] 23:32, 25 September 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here's what I get when I install totem-xine from Synaptic:&lt;br /&gt;
&lt;br /&gt;
[[Image:Totem-xine_no_DVD_playback.png]]&amp;lt;br&amp;gt;[[User:SteveSims|SteveSims]] 00:32, 26 September 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:Totem-xine_no_DVD_playback.png&amp;diff=33388</id>
		<title>File:Totem-xine no DVD playback.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:Totem-xine_no_DVD_playback.png&amp;diff=33388"/>
		<updated>2007-09-26T00:31:35Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: ==Information==
Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61#I_installed_libdvdcss2.2C_but_DVD_playback_still_doesn.27t_work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Information==&lt;br /&gt;
[[Talk:Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61#I_installed_libdvdcss2.2C_but_DVD_playback_still_doesn.27t_work]]&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:SteveSims&amp;diff=33384</id>
		<title>User:SteveSims</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:SteveSims&amp;diff=33384"/>
		<updated>2007-09-25T22:39:33Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://en.wikipedia.org/wiki/User:SteveSims My Wikipedia userpage]&lt;br /&gt;
&lt;br /&gt;
Linux will never win if people don't start telling beginners ''how'' they do things, not just ''what'' they did. Fortunately, people are beginning to do this.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=File:XBacklight_launcher_50.png&amp;diff=33383</id>
		<title>File:XBacklight launcher 50.png</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=File:XBacklight_launcher_50.png&amp;diff=33383"/>
		<updated>2007-09-25T22:30:27Z</updated>

		<summary type="html">&lt;p&gt;SteveSims: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Information==&lt;br /&gt;
[[Installing_Ubuntu_7.10_%28Gutsy_Gibbon%29_Tribe_5_on_a_ThinkPad_T61#Creating_brightness_shortcuts|How to create an XBacklight launcher]] (shortcut) so you don't have to use the terminal.&lt;/div&gt;</summary>
		<author><name>SteveSims</name></author>
		
	</entry>
</feed>