<?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=192.33.106.228</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=192.33.106.228"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/192.33.106.228"/>
	<updated>2026-05-17T08:29:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Gentoo_compile_flags&amp;diff=6587</id>
		<title>Gentoo compile flags</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Gentoo_compile_flags&amp;diff=6587"/>
		<updated>2005-03-30T14:59:17Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-right:20px;width:10px;&amp;quot; | [[image:Gentoo_logo.png|Gentoo]]&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:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Gentoo compile flags ===&lt;br /&gt;
This page gives an introduction to Gentoo compile flags.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;vertical-align:top;margin-left:20px;margin-right:20px&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== About compile flags in Gentoo ===&lt;br /&gt;
One strength of Gentoo is the ability to use global flags for code optimizing. This is done through the file /etc/make.conf ([http://gentoo-wiki.com/MAN_make.conf_5 man page]). Since the Pentium Mobile (Centrino) used in some Thinkpads supports the mmx and sse extensions of the insturuction set, using compile flags can speedup programs quite a bit. To use optimized code, you have to adjust the USE ([http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;amp;chap=2 Gentoo Handbook]) variable, which contains the libraries and extensions you want to use and the CFLAGS variable, which contains compiler flags, that portage passes along to gcc.&lt;br /&gt;
&lt;br /&gt;
If you want to set specific flags for only one package, you can also use the file /etc/portage/package.use instead of the USE variable in make.conf.&lt;br /&gt;
&lt;br /&gt;
=== Which flags to use ===&lt;br /&gt;
In order to adjust USE correctly, you have to find out, which instruction set extensions your processor supports. You can use google for this, or look at /proc/cpuinfo. The Pentium M instruction set is compatible to a Pentium 4 and supports mmx and sse extensions, so your make.conf should contain something like this:&lt;br /&gt;
&lt;br /&gt;
 USE=&amp;quot;mmx mmx2 sse sse2&amp;quot;&lt;br /&gt;
 CFLAGS=&amp;quot;-O2 -march=pentium4 -pipe -fomit-frame-pointer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You might also use -O3, but it may cause crashes in your programs if you optimize too much.&lt;br /&gt;
Independently of the CPU it's also a good idea to tell portage which libraries to use. If you leave away all the libraries you don't need, you can save compile time, get a smaller binary size and faster programs.&lt;br /&gt;
&lt;br /&gt;
For instance, if you know you don't use Gnome and don't need java support in you binaries, but you want to use KDE, your make.conf might contain&lt;br /&gt;
 USE=&amp;quot;mmx mmx2 sse sse2 qt kde -gnome -java&amp;quot;&lt;br /&gt;
If you want gnome support in your binaries at any later time, you just have to edit make.conf an run &amp;quot;emerge --newuse world&amp;quot; (this will take some time though).&lt;br /&gt;
&lt;br /&gt;
=== Example files ===&lt;br /&gt;
These are the make.conf and package.use files I use for my T40P:&lt;br /&gt;
*make.conf&lt;br /&gt;
 USE=&amp;quot;X mmx mmx2 sse sse2 qt kde -gpm -gtk -gtk2 -gnome -arts -alsa -cups -java -esd -v4l -v4l1 -samba -ipv6 -directfb -lirc -svga&amp;quot;&lt;br /&gt;
 CFLAGS=&amp;quot;-O2 -march=pentium4 -pipe -fomit-frame-pointer&amp;quot;&lt;br /&gt;
 CHOST=&amp;quot;i686-pc-linux-gnu&amp;quot;&lt;br /&gt;
 CXXFLAGS=&amp;quot;${CFLAGS}&amp;quot;&lt;br /&gt;
 MAKEOPTS=&amp;quot;-j2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*package.use&lt;br /&gt;
 sys-libs/glibc userlocales&lt;br /&gt;
 app-laptop/tpb xosd&lt;br /&gt;
 media-video/mplayer dvd xanim divx4linux network xvid live&lt;br /&gt;
 media-libs/xine-lib dvd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Other portage features ===&lt;br /&gt;
There are lots of other great features in portage (the Gentoo package managing system). If you want to use Gentoo, you should read the docs on [http://gentoo.org gentoo.org] and the man pages of portage and make.conf.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Gentoo_compile_flags&amp;diff=2061</id>
		<title>Gentoo compile flags</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Gentoo_compile_flags&amp;diff=2061"/>
		<updated>2005-03-14T22:11:22Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-right:20px;width:10px;&amp;quot; | [[image:Gentoo_logo.png|Gentoo]]&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:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Gentoo compile flags ===&lt;br /&gt;
This page gives an introduction to Gentoo compile flags.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;vertical-align:top;margin-left:20px;margin-right:20px&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== About compile flags in Gentoo ===&lt;br /&gt;
One strength of Gentoo is the ability to use global flags for code optimizing. This is done through the file /etc/make.conf ([http://gentoo-wiki.com/MAN_make.conf_5 man page]). Since the Pentium Mobile (Centrino) used in some Thinkpads supports the mmx and sse extensions of the insturuction set, using compile flags can speedup programs quite a bit. To use optimized code, you have to adjust the USE ([http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&amp;amp;chap=2 Gentoo Handbook]) variable, which contains the libraries and extensions you want to use and the CFLAGS variable, which contains compiler flags, that portage passes along to gcc.&lt;br /&gt;
&lt;br /&gt;
If you want to set specific flags for only one package, you can also use the file /etc/portage/package.use instead of the USE variable in make.conf.&lt;br /&gt;
&lt;br /&gt;
=== Which flags to use ===&lt;br /&gt;
In order to adjust USE correctly, you have to find out, which instruction set extensions your processor supports. The Pentium M instruction set is compatible to a Pentium 4 and supports mmx and sse extensions, so your make.conf should contain something like this:&lt;br /&gt;
&lt;br /&gt;
 USE=&amp;quot;mmx mmx2 sse sse2&amp;quot;&lt;br /&gt;
 CFLAGS=&amp;quot;-O2 -march=pentium4 -pipe -fomit-frame-pointer&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You might also use -O3, but it may cause crashes in your programs if you optimize too much.&lt;br /&gt;
Independently of the CPU it's also a good idea to tell portage which libraries to use. If you leave away all the libraries you don't need, you can save compile time, get a smaller binary size and faster programs.&lt;br /&gt;
&lt;br /&gt;
For instance, if you know you don't use Gnome and don't need java support in you binaries, but you want to use KDE, your make.conf might contain&lt;br /&gt;
 USE=&amp;quot;mmx mmx2 sse sse2 qt kde -gnome -java&amp;quot;&lt;br /&gt;
If you want gnome support in your binaries at any later time, you just have to edit make.conf an run &amp;quot;emerge --newuse world&amp;quot; (this will take some time though).&lt;br /&gt;
&lt;br /&gt;
=== Example files ===&lt;br /&gt;
These are the make.conf and package.use files I use for my T40P:&lt;br /&gt;
*make.conf&lt;br /&gt;
 USE=&amp;quot;X mmx mmx2 sse sse2 qt kde -gpm -gtk -gtk2 -gnome -arts -alsa -cups -java -esd -v4l -v4l1 -samba -ipv6 -directfb -lirc -svga&amp;quot;&lt;br /&gt;
 CFLAGS=&amp;quot;-O2 -march=pentium4 -pipe -fomit-frame-pointer&amp;quot;&lt;br /&gt;
 CHOST=&amp;quot;i686-pc-linux-gnu&amp;quot;&lt;br /&gt;
 CXXFLAGS=&amp;quot;${CFLAGS}&amp;quot;&lt;br /&gt;
 MAKEOPTS=&amp;quot;-j2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*package.use&lt;br /&gt;
 sys-libs/glibc userlocales&lt;br /&gt;
 app-laptop/tpb xosd&lt;br /&gt;
 media-video/mplayer dvd xanim divx4linux network xvid live&lt;br /&gt;
 media-libs/xine-lib dvd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Other portage features ===&lt;br /&gt;
There are lots of other great features in portage (the Gentoo package managing system). If you want to use Gentoo, you should read the docs on [http://gentoo.org gentoo.org] and the man pages of portage and make.conf.&lt;br /&gt;
&lt;br /&gt;
[[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1640</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1640"/>
		<updated>2005-03-14T16:44:06Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 8.10.19 (16.02.2005)&lt;br /&gt;
&lt;br /&gt;
=== Problems &amp;amp; Help ===&lt;br /&gt;
&lt;br /&gt;
Driver Version 8.8.25: The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
Driver Version 8.8.25: For kernels &amp;gt;= 2.6.11-rc1 try the following patch:&lt;br /&gt;
http://www.gehirn.org.uk/wiki/images/8.8.25-kernel-2.6.11+.patch&lt;br /&gt;
&lt;br /&gt;
If the ATI driver works only without the hardware acceleration, take into consideration that fglrx_dri.so was linked&lt;br /&gt;
against libstdc++.so.5 which may not be present if your system uses gcc-3.4. To fix this, compile gcc-3.3.5 &lt;br /&gt;
and copy libstdc++.so.5* to /usr/lib and update the dynamic linker cache.&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
*[[:Category:Gentoo | Gentoo]] $ emerge media-video/ati-drivers&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://www.driverheaven.net/forumdisplay.php?f=103 Radeon Driver Forum at Driverheaven]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
* [http://ati.cchtml.com/ Unofficial community ATI bugzilla] Very newly setup (!) bugzilla, which might grow to be a source for information about ATI bugs. Might then be monitored by ATI guys ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]). We will see how this develops.&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1630</id>
		<title>Fglrx</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Fglrx&amp;diff=1630"/>
		<updated>2005-03-14T16:43:14Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ATI drivers for Linux ==&lt;br /&gt;
Linux ATI driver for Radeon, FireGL and Mobility boards&lt;br /&gt;
&lt;br /&gt;
How much is the speed gain versus the opensource drivers?&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
http://www.ati.com/support/drivers/linux/radeon-linux.html&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Current version: 8.10.19 (16.02.2005)&lt;br /&gt;
&lt;br /&gt;
=== Problems &amp;amp; Help ===&lt;br /&gt;
&lt;br /&gt;
Driver Version 8.8.25: The following patch may be needed for kernels &amp;gt;= 2.6.10:&lt;br /&gt;
[http://www.rage3d.com/board/showthread.php?t=33798874 http://www.rage3d.com/board/showthread.php?t=33798874]&lt;br /&gt;
&lt;br /&gt;
Driver Version 8.8.25: For kernels &amp;gt;= 2.6.11-rc1 try the following patch:&lt;br /&gt;
http://www.gehirn.org.uk/wiki/images/8.8.25-kernel-2.6.11+.patch&lt;br /&gt;
&lt;br /&gt;
If the ATI driver works only without the hardware acceleration, take into consideration that fglrx_dri.so was linked&lt;br /&gt;
against libstdc++.so.5 which may not be present if your system uses gcc-3.4. To fix this, compile gcc-3.3.5 &lt;br /&gt;
and copy libstdc++.so.5* to /usr/lib and update the dynamic linker cache.&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] Packages: http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html&lt;br /&gt;
*[[:Category:SuSE | SuSE]] Packages: ftp://ftp.suse.com/pub/suse/i386/supplementary/X/ATI/&lt;br /&gt;
*[[:Category:Gentoo | Gentoo]] emerge edia-video/ati-drivers&lt;br /&gt;
&lt;br /&gt;
=== Useful links === &lt;br /&gt;
* [http://www.rage3d.com/content/articles/atilinuxhowto/ ATI Radeon Linux How-To]&lt;br /&gt;
&lt;br /&gt;
* [http://www.rage3d.com/board/forumdisplay.php?f=61&amp;amp;daysprune=30&amp;amp;order=asc&amp;amp;sort=title Rage3D Linux Discussion Forum]&lt;br /&gt;
&lt;br /&gt;
* [http://www.driverheaven.net/forumdisplay.php?f=103 Radeon Driver Forum at Driverheaven]&lt;br /&gt;
&lt;br /&gt;
* [http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html Gentoo ATI Radeon FAQ]&lt;br /&gt;
&lt;br /&gt;
* [http://ati.cchtml.com/ Unofficial community ATI bugzilla] Very newly setup (!) bugzilla, which might grow to be a source for information about ATI bugs. Might then be monitored by ATI guys ([http://www.rage3d.com/board/showpost.php?p=1333438751&amp;amp;postcount=386], [http://www.rage3d.com/board/showpost.php?p=1333439009&amp;amp;postcount=390]). We will see how this develops.&lt;br /&gt;
&lt;br /&gt;
[[Category:Drivers]] [[Category:Debian]] [[Category:SuSE]] [[Category:Gentoo]]&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ifplugd&amp;diff=1639</id>
		<title>Ifplugd</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ifplugd&amp;diff=1639"/>
		<updated>2005-03-14T16:38:40Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
ifplugd is a Linux daemon which will automatically configure your ethernet device when a cable is plugged in and automatically unconfigure it if the cable is pulled.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
*support for multiple ethernets&lt;br /&gt;
*use of native ifup/ifdown scripts&lt;br /&gt;
*supports ethtool, mii-diag and mii-tool APIs or can run without cable detection&lt;br /&gt;
*supports syslog&lt;br /&gt;
*optionally ignores short unplugged periods&lt;br /&gt;
&lt;br /&gt;
=== Project Homepage / Availability ===&lt;br /&gt;
*Homepage: http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd/&lt;br /&gt;
&lt;br /&gt;
=== Packages ===&lt;br /&gt;
*[[:Category:Debian | Debian]] packages: http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;amp;version=all&amp;amp;exact=1&amp;amp;keywords=ifplugd&lt;br /&gt;
*[[:Category:SuSE | SuSE]] packages: http://packman.links2linux.de/?action=359&lt;br /&gt;
*[[:Category:Gentoo | Gentoo]] emerge ifplugd - but it will no work for Gentoo - see [http://bugs.gentoo.org/show_bug.cgi?id=28362 here]&lt;br /&gt;
&lt;br /&gt;
=== Subversion ===&lt;br /&gt;
Is supposed to reside [https://seth.intheinter.net:8081/svn/ifplugd/ here], but the link doesn't work currently.&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
*stable and active&lt;br /&gt;
&lt;br /&gt;
=== Interesting links related to this project ===&lt;br /&gt;
&lt;br /&gt;
*[[waproamd]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tools]]&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Tools&amp;diff=5831</id>
		<title>Tools</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Tools&amp;diff=5831"/>
		<updated>2005-03-14T16:33:35Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on Tools helping you to get along with your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
==Input==&lt;br /&gt;
*[[tpb]] &amp;lt;tt&amp;gt;(Thinkpad buttons)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://rsim.cs.uiuc.edu/~sachs/tp-scroll/ tp-scroll] &amp;lt;tt&amp;gt;(Use trackpoint and middle button to scroll vertically. You may also use the built-in EmulateWheel option in both XFree86 and XOrg.)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://tpctl.sourceforge.net/configure-trackpoint.html configure-trackpoint] &amp;lt;tt&amp;gt;(GUI TrackPoint configuration tool for the TrackPoint driver for 2.6 linux kernel)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://www.slac.stanford.edu/~strauman/pers/tp4utils/ Linux Trackpoint Utilities] &amp;lt;tt&amp;gt;(An earlier trackpoint configuration tool)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics==&lt;br /&gt;
*[[radeontool]] &amp;lt;tt&amp;gt;(Tool for enabling/disabling background light and external video)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[atitvout]] &amp;lt;tt&amp;gt;(Tool to control TV out)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Power Management==&lt;br /&gt;
*[[apmd]] &amp;lt;tt&amp;gt;(APM event daemon and tools)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://tpctl.sf.net tpctl and configure-thinkpad] &amp;lt;tt&amp;gt;(ThinkPad configuration programs that are compatible with APM)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[acpid]] &amp;lt;tt&amp;gt;(ACPI event daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://sourceforge.net/projects/acpitool/ acpitool]&amp;lt;tt&amp;gt; (displays acpi information and can be used to set sleep mode)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[tphdisk]] &amp;lt;tt&amp;gt;(Tool to create a hibernation file.)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[laptop-mode-tools]] &amp;lt;tt&amp;gt;(laptop-mode configuration scripts)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Networking==&lt;br /&gt;
*[[ifplugd]] &amp;lt;tt&amp;gt;(Daemon to reconfigure your network settings on cable (un)plugging)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[waproamd]] &amp;lt;tt&amp;gt;(Daemon for Wireless roaming with automatic WEP key handling)&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Tools&amp;diff=1627</id>
		<title>Tools</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Tools&amp;diff=1627"/>
		<updated>2005-03-14T16:32:24Z</updated>

		<summary type="html">&lt;p&gt;192.33.106.228: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Information on Tools helping you to get along with your Thinkpad.&lt;br /&gt;
&lt;br /&gt;
==Input==&lt;br /&gt;
*[[tpb]] &amp;lt;tt&amp;gt;(Thinkpad buttons)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://rsim.cs.uiuc.edu/~sachs/tp-scroll/ tp-scroll] &amp;lt;tt&amp;gt;(Use trackpoint and middle button to scroll vertically. You may also use the built-in EmulateWheel option in both XFree86 and XOrg.)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://tpctl.sourceforge.net/configure-trackpoint.html configure-trackpoint] &amp;lt;tt&amp;gt;(GUI TrackPoint configuration tool for the TrackPoint driver for 2.6 linux kernel)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://www.slac.stanford.edu/~strauman/pers/tp4utils/ Linux Trackpoint Utilities] &amp;lt;tt&amp;gt;(An earlier trackpoint configuration tool)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Graphics==&lt;br /&gt;
*[[radeontool]] &amp;lt;tt&amp;gt;(Tool for enabling/disabling background light and external video)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[atitvout]] &amp;lt;tt&amp;gt;(Tool to control TV out)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Power Management==&lt;br /&gt;
*[[apmd]] &amp;lt;tt&amp;gt;(APM event daemon and tools)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://tpctl.sf.net tpctl and configure-thinkpad] &amp;lt;tt&amp;gt;(ThinkPad configuration programs that are compatible with APM)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[acpid]] &amp;lt;tt&amp;gt;(ACPI event daemon)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[http://sourceforge.net/projects/acpitool/ acpitool]&amp;lt;tt&amp;gt; - displays acpi information and can be used to set sleep mode&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[tphdisk]] &amp;lt;tt&amp;gt;(Tool to create a hibernation file.)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[laptop-mode-tools]] &amp;lt;tt&amp;gt;(laptop-mode configuration scripts)&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Networking==&lt;br /&gt;
*[[ifplugd]] &amp;lt;tt&amp;gt;(Daemon to reconfigure your network settings on cable (un)plugging)&amp;lt;/tt&amp;gt;&lt;br /&gt;
*[[waproamd]] &amp;lt;tt&amp;gt;(Daemon for Wireless roaming with automatic WEP key handling)&amp;lt;/tt&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.33.106.228</name></author>
		
	</entry>
</feed>