This commit is contained in:
gferg 2007-06-01 13:30:48 +00:00
parent 12c5a8cc85
commit 605aab0aae
7 changed files with 123 additions and 31 deletions

View File

@ -16,10 +16,16 @@
</affiliation>
</author>
<!-- All dates specified in ISO "YYYY-MM-DD" format -->
<pubdate>2007-05-13</pubdate>
<pubdate>2007-05-30</pubdate>
<revhistory>
<revhistory>
<revision>
<revnumber>1.2.2</revnumber>
<date>2007-05-30</date>
<authorinitials>dn</authorinitials>
<revremark>corrected a typo in the nforce disable command</revremark>
</revision>
<revision>
<revnumber>1.2.1</revnumber>
<date>2007-05-13</date>
<authorinitials>dn</authorinitials>
@ -36,12 +42,6 @@
<date>2006-04-06</date>
<authorinitials>dn</authorinitials>
<revremark>typos corrected</revremark>
</revision>
<revision>
<revnumber>1.1.11</revnumber>
<date>2005-03-05</date>
<authorinitials>dn</authorinitials>
<revremark>SiS741 was false ... now it should be right. some command-line hacks modified.</revremark>
</revision>
</revhistory>
@ -277,7 +277,7 @@
<term>on Nforce:</term>
<listitem>
<para>enable:</para>
<para><command>setpci -v -H1 -s 0:0.0 E7=$(printf %x $((0x$(setpci -H1 -s 0:0.0 E7) | 0x06)))</command></para>
<para><command>setpci -v -H1 -s 0:0.0 E4=$(printf %x $((0x$(setpci -H1 -s 0:0.0 E7) | 0x06)))</command></para>
<para>disable:</para>
<para><command>setpci -v -H1 -s 0:0.0 E4=$(printf %x $((0x$(setpci -H1 -s 0:0.0 E7) &amp; 0xf9)))</command></para>
</listitem>

View File

@ -57,7 +57,7 @@
<legalnotice>
<para>
Copyright &copy; 1999-2006 by Werner Heuser. This document may be
Copyright &copy; 1999-2007 by Werner Heuser. This document may be
distributed under the terms set forth in the LDP license at
<ulink url="http://tldp.org/COPYRIGHT.html">COPYRIGHT</ulink>.
The information in this document is correct to the best of my knowledge, but
@ -71,11 +71,11 @@ contained herein. All trademarks belong to their owners.
</legalnotice>
<copyright>
<year>1999-2006</year>
<year>1999-2007</year>
<holder>Werner Heuser</holder>
</copyright>
<pubdate>0.16, 2006-10-24</pubdate>
<pubdate>0.17, 2007-05-30</pubdate>
<abstract>
@ -207,7 +207,7 @@ I don't have enough technological knowledge to make a decision between these alt
<para>
If I didn't provide an URL for a program or a package, you may get it from
<ulink url="http://www.debian.org">Debian</ulink>
<ulink url="http://www.debian.org/">Debian</ulink>
or as a RPM package, from your favorite RPM server, for instance
<ulink url="http://rpmfind.net/">rpmfind</ulink>.
</para>
@ -229,9 +229,11 @@ The latest version of this document is available at
</para>
<para>
A <ulink url="http://free-electrons.com/articles/linux-ecology">summary presentation</ulink>
about this work has been contributed by <ulink url="http://free-electrons.com">Free Electrons</ulink>,
which also made contributions to this document itself.
A
<ulink url="http://free-electrons.com/articles/linux-ecology">summary presentation</ulink>
about this HOWTO has been contributed by Michael Opdenacker from
<ulink url="http://free-electrons.com/">Free Electrons</ulink>,
which also has made many contributions to this document itself.
</para>
<para>
@ -677,6 +679,20 @@ which is a LCD display connected to a serial port.
</para>
</listitem>
<listitem>
<para>
Getting your computer to use the least amount of power can be problematic.
Intel's
<ulink url="http://www.linuxpowertop.org/index.php"></ulink> project provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux.
As a first step, Intel has released PowerTOP, a tool that helps you find what
software is using the most power. By fixing (or closing) these applications or
processes, you can immediately see the power savings in the tool. You'll also
see the estimated time left for battery power if you are running a laptop. The
Tips &amp; Tricks page has fixes for a lot of the issues that are already found.
</para>
</listitem>
</itemizedlist>
</para>
@ -1002,7 +1018,15 @@ Linux halts the CPU in the idle cycle to further reduce power consumption. Early
</para>
<para>
Most Linux-users tend to leave their computer on for years whenever possible. However, several modern BIOS's support an unattended powerup, and with <command>cron</command> you can even do an unattended <command>shutdown</command>. No need to leave the computer on night after night.
Most Linux-users tend to leave their computer on for years whenever
possible. However, several modern BIOS's support an unattended powerup, and
with <command>cron</command> you can even do an unattended
<command>shutdown</command>. No need to leave the computer on night after
night. Other techniques to powerup your computer at certain times
are: ACPI-Wakeup, NVRAM-wakeup and the <command>settime</command> command.
Computers can even be power up on request remotely by means of
Wake-on-LAN using a network connection or Wake-on-Ring using an
old fashioned serial interface and a modem.
</para>
<para>
@ -1023,7 +1047,7 @@ to <command>none</command> or <command>once</command>.
<para>
Do not forget to switch off your DSL modem / wireless router / ISP box / printers
at night or during vacations if you don't use them.
These devices consume quite a lot (typically 15W)
These devices consume quite a lot (typically 15W).
</para>
</sect1>
@ -1482,6 +1506,38 @@ does a simplistic layout of non-cropped original pages.
</listitem>
<listitem>
<para>
Besides command line tools for sophisticated printing there are also
usefull GUI applications available. KPrinter opens automatically
when you click on the "Print" icon of any KDE application. Choose your
print job settings by going through the dialog and the click on the
"Print" button.
kprinter is a very versatile tool. Depending on the actual features
and power of the print subsystem of your com- puter, kprinter
translates the former's abilities into a nice and easy-to-understand
GUI e.g. if your print subsystem does not support duplexing, kprinter
will not show the option.
</para>
</listitem>
<listitem>
<para>
If you need to print a lot of Web pages from inside your FireFox webbrowser, the
<ulink url="http://addons.mozilla.org/firefox/951">Nuke Anything Enhanced</ulink>
extension will help you to save some ink and paper. Once installed,
it adds a "Remove this object" option to the right-click context menu.
Place your mouse over information you don't need printed (menu bars,
big graphical logos and so on) and use "Remove this object" to zap
them temporarily. Clean up the page, then print just what you need.
</para>
</listitem>
</itemizedlist>
</para>
@ -1708,6 +1764,7 @@ A common use for an old computer is running a print server on it.
</para>
</sect3>
</sect2>
<sect2>
@ -2417,8 +2474,7 @@ Some remarks about backlights in laptops, monitors (screensavers), harddisks (hd
</sect1>
<sect1 id="ecology-howto-lifecyle-upgrading-and-repairing">
<title>Upgrading and Repairing Hardware</title>
<title>Upgrading and Repairing Computer Hardware and Communication Devices</title>
<para>
Usually manufacturers declare the warranty to be void if the case
@ -2426,14 +2482,21 @@ Some remarks about backlights in laptops, monitors (screensavers), harddisks (hd
anyway you may find some interesting links about how to
<ulink url="http://repair4laptop.org/">repair, disassemble, upgrade or mod laptops or notebooks</ulink>,
<ulink url="http://repair4pda.org/">repair broken PDAs and HandHelds</ulink>, as well as
<ulink url="http://repair4mobilephone.org/">repair mobile (cell) phones</ulink>,
<ulink url="http://repair4mobilephone.org/">repair mobile (cellular) phones</ulink>,
<ulink url="http://repair4player.org/">repair portable audio and video players</ulink>,
<ulink url="http://repair4mouse.org/">repair and mod a computer mouse</ulink>,
<ulink url="http://repair4mouse.org/">repair, clean and mod a computer mouse</ulink>,
<ulink url="http://repair4printer.org/">repair printers, ink and toner cartridges</ulink>,
<ulink url="http://repair4keyboard.org/">repair computer keyboards</ulink> and
<ulink url="http://repair4harddisk.org/">repair hard disk drives</ulink>,
<ulink url="http://repair4keyboard.org/">repair and clean computer keyboards</ulink> and
<ulink url="http://repair4pc.org/">repair personal computers - PCs</ulink>.
</para>
<para>
BTW: here are some non-computer related links to guides explaining, how to
<ulink url="http://repair4camera.org/">repair (digital) cameras</ulink>,
<ulink url="http://repair4car.org/">repair cars</ulink>.
</para>
</sect1>
<sect1 id="ecology-howto-lifecyle-other-os">
@ -2995,7 +3058,7 @@ particularly with respect to developing or newly industrializing countries.
<listitem>
<para>
<ulink url="http://www.svtc.org">Silicon Valley Toxics Coalition (SVTC)</ulink>
<ulink url="http://www.svtc.org/">Silicon Valley Toxics Coalition (SVTC)</ulink>
is a diverse grassroots coalition that
for almost twenty years has engaged in research, advocacy, and organizing
associated with environmental and human health problems caused by the rapid
@ -3009,6 +3072,24 @@ revolution in Silicon Valley and other high-tech areas of the US and the world.
</listitem>
<listitem>
<para>
Non-profit
<ulink url="http://www.freegeek.org/">Free Geek</ulink>
turns old PCs and laptops into Linux boxes and gives them
to poor people. Any computer equipment, working or not, can be donated to Free Geek.
They will repair and reuse what computers they can. Non-functioning computers and scrap
will be recycled responsibly.
<!--
website, offers many more information
Write to them and ask for link back.
-->
</para>
</listitem>
</itemizedlist>
</para>
@ -3350,6 +3431,17 @@ Some link and spell checking has been done.
</para>
</listitem>
<listitem>
<para>
0.17, 30 May 2007,
A short description of Intel's LinuxPowerTop project has been added to the Powermanagement section,
the Nuke Anything Enhanced FireFox extension and kprinter are now mentioned in the Printer section,
some minor enhancements have been done and
all URLs have been checked.
</para>
</listitem>
</itemizedlist>
</para>
</chapter>

View File

@ -1607,7 +1607,7 @@ play-back in Linux. </Para>
DVD-Playback-HOWTO</ULink>,
<CiteTitle>DVD Playback HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: FEb 2004</CiteTitle>.
<CiteTitle>Updated: Feb 2004</CiteTitle>.
This document describes how to view DVD movies on a Linux computer with a
DVD drive. </Para>
</ListItem>

View File

@ -1196,7 +1196,7 @@ play-back in Linux. </Para>
DVD-Playback-HOWTO</ULink>,
<CiteTitle>DVD Playback HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: FEb 2004</CiteTitle>.
<CiteTitle>Updated: Feb 2004</CiteTitle>.
This document describes how to view DVD movies on a Linux computer with a
DVD drive. </Para>
</ListItem>
@ -1207,7 +1207,7 @@ DVD drive. </Para>
Ecology-HOWTO</ULink>,
<CiteTitle>Linux Ecology HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: Oct 2006</CiteTitle>.
<CiteTitle>Updated: May 2007</CiteTitle>.
Discusses ways Linux computers can be used as a means to protect our
environment, by using its features to save power or paper. </Para>
</ListItem>
@ -2318,7 +2318,7 @@ sequence on IA-32 processors. </Para>
Linux+IPv6-HOWTO</ULink>,
<CiteTitle>Linux IPv6 HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: Nov 2006</CiteTitle>.
<CiteTitle>Updated: May 2007</CiteTitle>.
The goal of this HOWTO is to answer both basic and
advanced questions about IPv6 on the Linux operating system.
This HOWTO will provide the reader with enough information to

View File

@ -493,7 +493,7 @@ play-back in Linux. </Para>
DVD-Playback-HOWTO</ULink>,
<CiteTitle>DVD Playback HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: FEb 2004</CiteTitle>.
<CiteTitle>Updated: Feb 2004</CiteTitle>.
This document describes how to view DVD movies on a Linux computer with a
DVD drive. </Para>
</ListItem>

View File

@ -375,7 +375,7 @@ Yes, Linux DOES make coffee, and it tastes good. </Para>
Ecology-HOWTO</ULink>,
<CiteTitle>Linux Ecology HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: Oct 2006</CiteTitle>.
<CiteTitle>Updated: May 2007</CiteTitle>.
Discusses ways Linux computers can be used as a means to protect our
environment, by using its features to save power or paper. </Para>
</ListItem>

View File

@ -461,7 +461,7 @@ network topology. </Para>
Linux+IPv6-HOWTO</ULink>,
<CiteTitle>Linux IPv6 HOWTO</CiteTitle>
</Para><Para>
<CiteTitle>Updated: Nov 2006</CiteTitle>.
<CiteTitle>Updated: May 2007</CiteTitle>.
The goal of this HOWTO is to answer both basic and
advanced questions about IPv6 on the Linux operating system.
This HOWTO will provide the reader with enough information to