Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Davide Cendron (scen)" <scen@g.o>
Subject: gentoo commit in xml/htdocs/doc/it: power-management-guide.xml
Date: Thu, 21 May 2009 20:49:01 +0000
scen        09/05/21 20:49:01

  Modified:             power-management-guide.xml
  Log:
  Verxion 1.42, revision 1.39 of EN CVS

Revision  Changes    Path
1.21                 xml/htdocs/doc/it/power-management-guide.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/power-management-guide.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/power-management-guide.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/power-management-guide.xml?r1=1.20&r2=1.21

Index: power-management-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/power-management-guide.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- power-management-guide.xml	10 Oct 2008 18:17:16 -0000	1.20
+++ power-management-guide.xml	21 May 2009 20:49:01 -0000	1.21
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/power-management-guide.xml,v 1.20 2008/10/10 18:17:16 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/power-management-guide.xml,v 1.21 2009/05/21 20:49:01 scen Exp $ -->
 
 <guide link="/doc/it/power-management-guide.xml" lang="it">
 <title>Guida alla Gestione Energetica</title>
@@ -28,8 +28,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.41</version>
-<date>2008-09-28</date>
+<version>1.42</version>
+<date>2009-05-14</date>
 
 <chapter>
 <title>Introduzione</title>
@@ -177,14 +177,12 @@
 
 <pre caption="Configurazione minimale del kernel per la Gestione Energetica
 (Kernel 2.6)">
-Power Management Options ---&gt;
+Power Management and ACPI options ---&gt;
   [*] Power Management Support
   [ ] Software Suspend
 
   ACPI( Advanced Configuration and Power Interface ) Support ---&gt;
-    [*] ACPI Support
-    [ ]   Sleep States
-    [ ]     /proc/acpi/sleep (deprecated)
+    [ ]   Deprecated /proc/acpi/ files
     [*]   AC Adapter
     [*]   Battery
     &lt;M&gt;   Button
@@ -1391,11 +1389,11 @@
 
 <p>
 Attualmente ci sono due implementazioni per S4. Quella originale è swsusp,
-la più recente è invece tuxonice (prima nota come suspend2) dotata di
+la più recente è invece tuxonice (precedentemente nota come suspend2) dotata di
 un'interfaccia più piacevole (include il supporto fbsplash).
 È possibile trovare <uri
 link="http://tuxonice.net/features.html#compare">un'analisi comparativa</uri>
-nell'<uri link="http://www.tuxonice.net">homepage di suspend2</uri>.
+nell'<uri link="http://www.tuxonice.net">homepage di tuxonice</uri>.
 Suspend-to-Disk (pmdisk), un fork di swsusp, è stato riunito al progetto
 originale.
 </p>
@@ -1403,7 +1401,7 @@
 <p>
 TuxOnIce non è ancora incluso nel kernel ufficiale, per questo motivo sarà
 necessario applicare una patch, disponibile all'indirizzo <uri
-link="http://tuxonice.net">tuxonice.net</uri>, ai sorgenti del kernel oppure
+link="http://www.tuxonice.net">tuxonice.net</uri>, ai sorgenti del kernel oppure
 utilizzare <c>sys-kernel/tuxonice-sources</c>.
 </p>
 
@@ -1412,23 +1410,21 @@
 </p>
 
 <pre caption="Configurazione del kernel per i vari stati di sospensione">
-Power Management Options ---&gt;
+Power Management and ACPI options ---&gt;
   <comment>(hibernate con swsusp)</comment>
-  [*] Software Suspend
+   [*] Hibernation (aka 'suspend to disk')
       <comment>(sostituire /dev/SWAP con la propria partizione di swap)</comment>
       (/dev/SWAP)      Default resume partition
 
   <comment>(hibernate con TuxOnIce)</comment>
   Enhanced Hibernation (TuxOnIce)
     --- Image Storage (you need at least one writer)
-    [*]    File Writer
-    [*]    Swap Writer
+    [*]    File Allocator
+    [*]    Swap Allocator
     ---   General Options
-    [*]    LZF image compression
-    <comment>(sostituire /dev/SWAP con la propria partizione di swap)</comment>
-    (swap:/dev/SWAP)   Default resume device name
+    [*]    Compression support
     [ ]    Allow Keep Image Mode
-
+    [*]    Replace swsusp by default
 </pre>
 
 <p>
@@ -1492,13 +1488,13 @@
 </pre>
 
 <p>
-Ora è necessario modificare il file <path>/etc/hibernate/suspend2.conf</path>,
+Ora è necessario modificare il file <path>/etc/hibernate/tuxonice.conf</path>,
 attivando la opzioni <c>TuxOnIce</c> necessarie. Per il momento non attivare le
 opzioni <c>fbsplash</c> in <c>common.conf</c>.
 </p>
 
 <pre caption="Ibernazione con TuxOnIce">
-# <i>nano -w /etc/hibernate.conf</i>
+# <i>nano -w /etc/hibernate/tuxonice.conf</i>
 <comment>(Assicurarsi di avere un backup dei propri dati)</comment>
 # <i>hibernate</i>
 </pre>
@@ -1523,7 +1519,7 @@
 </p>
 
 <pre caption="Utilizzo del tema livecd-2005.1 durante l'ibernazione">
-# <i>ln -sfn /etc/splash/livecd-2005.1 /etc/splash/suspend2</i>
+# <i>ln -sfn /etc/splash/livecd-2005.1 /etc/splash/tuxonice</i>
 </pre>
 
 <p>





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo commit in xml/htdocs/doc/it: power-management-guide.xml
Next by thread:
gentoo commit in xml/htdocs/doc/it: power-management-guide.xml
Previous by date:
gentoo-x86 commit in net-wireless/iw: ChangeLog iw-0.9.11.ebuild
Next by date:
gentoo-x86 commit in app-arch/dpkg: ChangeLog dpkg-1.15.1.ebuild


Updated Jan 26, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.