summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-02-12 00:31:26 +0000
committerKevin Breit <battery841@src.gnome.org>2002-02-12 00:31:26 +0000
commit3d297e9ed3f7e404f8ab14b9cceacc5c1c620459 (patch)
tree9108143b10500ba641f01668c9bb7e56aca88cf2 /help
parentb172e7ee363b448adf8e6505ff80349cd2e6c676 (diff)
downloadgnome-control-center-3d297e9ed3f7e404f8ab14b9cceacc5c1c620459.tar.gz
Finished documenting this. The advanced tab is covered. It could use some
2002-02-11 Kevin Breit <mrproper@ximian.com> * C/config-screensaver.xml: Finished documenting this. The advanced tab is covered. It could use some more revision, but oh well! That is for the future.
Diffstat (limited to 'help')
-rw-r--r--help/C/config-screensaver.xml99
-rw-r--r--help/ChangeLog4
2 files changed, 98 insertions, 5 deletions
diff --git a/help/C/config-screensaver.xml b/help/C/config-screensaver.xml
index 2312b54c6..006dcecc0 100644
--- a/help/C/config-screensaver.xml
+++ b/help/C/config-screensaver.xml
@@ -140,13 +140,13 @@
</orderedlist>
</para>
<para>
- Below the preview window are two buttons: <guibutton>Preview</guibutton> and
- <guibutton>Settings</guibutton>.
+ Below the preview window are two buttons:
+ <guibutton>Preview</guibutton> and <guibutton>Settings</guibutton>.
</para>
<para>
- By clicking the <guibutton>Preview</guibutton> button, you'll be able to see what the
- screensaver will look like at full screen. Hit any key to
- close the screensaver when you're viewing it.
+ By clicking the <guibutton>Preview</guibutton> button, you'll
+ be able to see what the screensaver will look like at full
+ screen. Hit any key to close the screensaver when you're viewing it.
</para>
<para>
<guibutton>Settings</guibutton> lets you configure each individual screensaver. The
@@ -158,7 +158,96 @@
<sect2 id="config-screensaver-advanced">
<title>The Advanced Tab</title>
<para>
+ The <guilabel>Advanced</guilabel> tab holds a whole plethora of
+ options available to you.
</para>
+ <para>
+ The <guilabel>Advanced</guilabel> tab is broken into four
+ sections:
+ <variablelist>
+ <varlistentry>
+ <term>Image Manipulation</term>
+ <listitem>
+ <para>
+ Your screensaver can take your desktop and temporarily
+ run image manipulations on your desktop as your screensaver.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Display Power Management</term>
+ <listitem>
+ <para>
+ Your system can help save power by changing your
+ monitor's status.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Diagnostics</term>
+ <listitem>
+ <para>
+ Sometimes, your system may have problems because of your
+ screensaver. Use this section to enable information to
+ be displayed to help you fix your problem.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Colormaps</term>
+ <listitem>
+ <para>
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ <sect3 id="config-screensaver-advanced-imgmanip">
+ <title>The Image Manipulation Section</title>
+ <para>
+ Your screensaver has the ability take your desktop and
+ temporarily run image manipulations on your desktop as your
+ screensaver. Several options exist for you to setup your
+ image manipulation. Select the method of image manipulation
+ you wish to use.
+ <note>
+ <para>
+ If you don't want your screensaver to use any image
+ manipulations, deselect all the options.
+ </para>
+ </note>
+ </para>
+ </sect3>
+ <sect3 id="config-screensaver-advanced-apm">
+ <title>The Display Power Management Section</title>
+ <para>
+ Power management can help conserve power by setting modes of
+ your monitor. Select the timings for the modes to be set in
+ this section.
+ </para>
+ </sect3>
+ <sect3 id="config-screensaver-advanced-diag">
+ <title>The Diagnostics Section</title>
+ <para>
+ Sometimes, your system may have problems because of your
+ screensaver. Use this section to enable information to
+ be displayed to help you fix your problem.
+ <note>
+ <para>
+ These won't give you a straight forward answer to your
+ problem. However, your system adminstrator may find this
+ to be useful information in fixing your problem.
+ </para>
+ </note>
+ </para>
+ </sect3>
+ <sect3 id="config-screensaver-advanced-color">
+ <title>The Colormaps Section</title>
+ <para>
+ Colormaps allow some simple color options to be changed. Set
+ your color options here.
+ </para>
+ </sect3>
</sect2>
</sect1>
diff --git a/help/ChangeLog b/help/ChangeLog
index 4a29fea87..b228b889a 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-11 Kevin Breit <mrproper@ximian.com>
+
+ * C/config-screensaver.xml: Finished documenting this. The advanced tab is covered. It could use some more revision, but oh well! That is for the future.
+
2002-02-10 Kevin Breit <mrproper@ximian.com>
* C/config-screensaver.xml: Did a bit of work on this. I still need to work on the advanced tab though. I added the file to CVS.