From cb26b0943659cec1daf90c510a499cbb7886fa86 Mon Sep 17 00:00:00 2001 From: Perberos Date: Thu, 17 Nov 2011 10:51:33 -0300 Subject: fixing omf cpufreq --- cpufreq/help/C/cpufreq-applet.xml | 372 -------------------------------- cpufreq/help/C/mate-cpufreq-applet.xml | 372 ++++++++++++++++++++++++++++++++ cpufreq/help/Makefile.am | 2 +- cpufreq/help/cpufreq-applet.omf.in | 9 - cpufreq/help/mate-cpufreq-applet.omf.in | 9 + 5 files changed, 382 insertions(+), 382 deletions(-) delete mode 100644 cpufreq/help/C/cpufreq-applet.xml create mode 100644 cpufreq/help/C/mate-cpufreq-applet.xml delete mode 100644 cpufreq/help/cpufreq-applet.omf.in create mode 100644 cpufreq/help/mate-cpufreq-applet.omf.in (limited to 'cpufreq') diff --git a/cpufreq/help/C/cpufreq-applet.xml b/cpufreq/help/C/cpufreq-applet.xml deleted file mode 100644 index 1ac8ea80..00000000 --- a/cpufreq/help/C/cpufreq-applet.xml +++ /dev/null @@ -1,372 +0,0 @@ - - - - -]> - - -
- - - - &applet; Manual - - &applet; shows the current clock speed of the CPU and provides an - interface to change the clock speed if the CPU supports it. - - - 2005 - Davyd Madeley - - - 2004 - MATE Foundation - - - - - - MATE Documentation Project - - -&legal; - - - - - Carlos - Garcia Campos - - MATE Project -
carlosgc@gnome.org
-
-
- - Davyd - Madeley - - MATE Project -
davyd@madeley.id.au
-
-
- -
- - - - - - MATE 2.12 - August 2005 - - Davyd Madeley - - - - MATE 2.10 - March 2005 - - Davyd Madeley - - - - &applet; Applet Manual V0.3 - October 2004 - - Carlos Garcia Campos - MATE Documentation Project - - - - - This manual describes version &appletversion; of &applet;. - - - - Feedback - - To report a bug or make a suggestion regarding the &applet; applet or - this manual, follow the directions in the MATE Feedback Page. - - - -
- - - CPU Frequency Scaling Monitor - - - - - Introduction -
- &applet; - - - - - - - -
- - The &applet; provides a convenient way to monitor the CPU Frequency Scaling for each CPU. - - To add &applet; to a panel, right-click on the panel to open the panel popup menu, then choose - - Add to Panel - CPU Frequency Scaling Monitor - . - - - Unfortunately, CPU frequency scaling can currently only be monitored on - Linux machines that have support in the kernel. It can however, support the - several generations of frequency scaling interfaces in the kernel. - - - When there is no CPU frequency scaling support in the system, the &applet; only displays the current CPU frequency. - When CPU frequency scaling is supported in the system, the &applet; displays the CPU icon with a progress bar. The state of the progress bar represents the current CPU frequency with respect to the maximum frequency. - By default the &applet; displays the current CPU frequency as a value - in Hertz (the standard measure of frequency), but can be configured to - display a percentage instead. For more information on how to configure &applet; see . - Each instance of &applet; can monitor only one CPU. You must start an - instance of &applet; for each CPU that you want to monitor if you are in a - multiprocessor (SMP) system. - - - Understanding the Icons - - The &applet; has a series of icons that graphically represent the current - scaling level of the processor you are monitoring. They are: - - - - - - - - - Icon - - Description - - - - - - - - 100% Power - - - The CPU is running at, or close to, 100% throughput - - - - - - - 75% Power - - - The CPU is running at, or close to, 75% throughput - - - - - - - 50% Power - - - The CPU is running at, or close to, 50% throughput - - - - - - - 25% Power - - - The CPU is running at, or close to, 25% throughput - - - - - - - - - Frequency and Governor Selector - The Frequency Selector functionality may not be available - on your MATE Desktop by default. Please consult your system - administrator, vendor documentation, or the documentation that came with - this software. - - To set the CPU frequency, (left-)click on the monitor and a menu - will be shown. This menu will offer you a list of available frequencies - and/or frequency governors for your machine. - - - You can choose whether you want to show available frequencies or - governors in the Preferences. - See for more information. - - -
- Frequency selector showing just frequencies - - - - - - - -
- -
- Frequency selector showing both frequencies and governors - - - - - - - -
-
-
- - - - - Preferences - To configure the &applet;, right-click on the applet, then choose Preferences from the popup menu. - The Preferences dialog contains the following components: -
- &applet; Preferences Dialog - - - - - - &applet; preferences dialog - - - -
- - - - Monitored CPU (only in multiprocessor systems) - - Use this drop-down list to select the CPU that you want to monitor. -
- Selecting the CPU to monitor - - - - - - &applet; preferences dialog CPU selector - - - -
- - The Monitored CPU option will only appear on - multiprocessor (SMP) systems. - - -
-
- - Show in Mode - - Use this drop-down list to select the mode in which you want to display the applet. - Available modes are: Graphic, Text and both (Graphic and Text) - - - - - Show CPU frequency as frequency - - Select this option to display the current CPU frequency. - - - - Show frequency units - - Select this option to display or not the frequency units in the frequency mode. - - - - - Show CPU frequency as percentage - - Select this option to display the current CPU frequency as a percentage. - - - - - Show menu - - - This option allows you to choose how much information is shown in - the frequency selector dropdown - (see ). You can select to - display Frequencies, - Governors or both Frequencies and - Governors. -
- The selector configured to Frequencies and Governors - - - - - - CPU governors selector - - - -
- -
-
-
-
- -
diff --git a/cpufreq/help/C/mate-cpufreq-applet.xml b/cpufreq/help/C/mate-cpufreq-applet.xml new file mode 100644 index 00000000..1ac8ea80 --- /dev/null +++ b/cpufreq/help/C/mate-cpufreq-applet.xml @@ -0,0 +1,372 @@ + + + + +]> + + +
+ + + + &applet; Manual + + &applet; shows the current clock speed of the CPU and provides an + interface to change the clock speed if the CPU supports it. + + + 2005 + Davyd Madeley + + + 2004 + MATE Foundation + + + + + + MATE Documentation Project + + +&legal; + + + + + Carlos + Garcia Campos + + MATE Project +
carlosgc@gnome.org
+
+
+ + Davyd + Madeley + + MATE Project +
davyd@madeley.id.au
+
+
+ +
+ + + + + + MATE 2.12 + August 2005 + + Davyd Madeley + + + + MATE 2.10 + March 2005 + + Davyd Madeley + + + + &applet; Applet Manual V0.3 + October 2004 + + Carlos Garcia Campos + MATE Documentation Project + + + + + This manual describes version &appletversion; of &applet;. + + + + Feedback + + To report a bug or make a suggestion regarding the &applet; applet or + this manual, follow the directions in the MATE Feedback Page. + + + +
+ + + CPU Frequency Scaling Monitor + + + + + Introduction +
+ &applet; + + + + + + + +
+ + The &applet; provides a convenient way to monitor the CPU Frequency Scaling for each CPU. + + To add &applet; to a panel, right-click on the panel to open the panel popup menu, then choose + + Add to Panel + CPU Frequency Scaling Monitor + . + + + Unfortunately, CPU frequency scaling can currently only be monitored on + Linux machines that have support in the kernel. It can however, support the + several generations of frequency scaling interfaces in the kernel. + + + When there is no CPU frequency scaling support in the system, the &applet; only displays the current CPU frequency. + When CPU frequency scaling is supported in the system, the &applet; displays the CPU icon with a progress bar. The state of the progress bar represents the current CPU frequency with respect to the maximum frequency. + By default the &applet; displays the current CPU frequency as a value + in Hertz (the standard measure of frequency), but can be configured to + display a percentage instead. For more information on how to configure &applet; see . + Each instance of &applet; can monitor only one CPU. You must start an + instance of &applet; for each CPU that you want to monitor if you are in a + multiprocessor (SMP) system. + + + Understanding the Icons + + The &applet; has a series of icons that graphically represent the current + scaling level of the processor you are monitoring. They are: + + + + + + + + + Icon + + Description + + + + + + + + 100% Power + + + The CPU is running at, or close to, 100% throughput + + + + + + + 75% Power + + + The CPU is running at, or close to, 75% throughput + + + + + + + 50% Power + + + The CPU is running at, or close to, 50% throughput + + + + + + + 25% Power + + + The CPU is running at, or close to, 25% throughput + + + + + + + + + Frequency and Governor Selector + The Frequency Selector functionality may not be available + on your MATE Desktop by default. Please consult your system + administrator, vendor documentation, or the documentation that came with + this software. + + To set the CPU frequency, (left-)click on the monitor and a menu + will be shown. This menu will offer you a list of available frequencies + and/or frequency governors for your machine. + + + You can choose whether you want to show available frequencies or + governors in the Preferences. + See for more information. + + +
+ Frequency selector showing just frequencies + + + + + + + +
+ +
+ Frequency selector showing both frequencies and governors + + + + + + + +
+
+
+ + + + + Preferences + To configure the &applet;, right-click on the applet, then choose Preferences from the popup menu. + The Preferences dialog contains the following components: +
+ &applet; Preferences Dialog + + + + + + &applet; preferences dialog + + + +
+ + + + Monitored CPU (only in multiprocessor systems) + + Use this drop-down list to select the CPU that you want to monitor. +
+ Selecting the CPU to monitor + + + + + + &applet; preferences dialog CPU selector + + + +
+ + The Monitored CPU option will only appear on + multiprocessor (SMP) systems. + + +
+
+ + Show in Mode + + Use this drop-down list to select the mode in which you want to display the applet. + Available modes are: Graphic, Text and both (Graphic and Text) + + + + + Show CPU frequency as frequency + + Select this option to display the current CPU frequency. + + + + Show frequency units + + Select this option to display or not the frequency units in the frequency mode. + + + + + Show CPU frequency as percentage + + Select this option to display the current CPU frequency as a percentage. + + + + + Show menu + + + This option allows you to choose how much information is shown in + the frequency selector dropdown + (see ). You can select to + display Frequencies, + Governors or both Frequencies and + Governors. +
+ The selector configured to Frequencies and Governors + + + + + + CPU governors selector + + + +
+ +
+
+
+
+ +
diff --git a/cpufreq/help/Makefile.am b/cpufreq/help/Makefile.am index 73a2a06a..82450d5b 100644 --- a/cpufreq/help/Makefile.am +++ b/cpufreq/help/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/mate-doc-utils.make dist-hook: doc-dist-hook -DOC_MODULE = cpufreq-applet +DOC_MODULE = mate-cpufreq-applet DOC_ENTITIES = legal.xml DOC_FIGURES = figures/cpufreq-100.png \ diff --git a/cpufreq/help/cpufreq-applet.omf.in b/cpufreq/help/cpufreq-applet.omf.in deleted file mode 100644 index 3fbad40b..00000000 --- a/cpufreq/help/cpufreq-applet.omf.in +++ /dev/null @@ -1,9 +0,0 @@ - - - - - user's guide - - - - diff --git a/cpufreq/help/mate-cpufreq-applet.omf.in b/cpufreq/help/mate-cpufreq-applet.omf.in new file mode 100644 index 00000000..3fbad40b --- /dev/null +++ b/cpufreq/help/mate-cpufreq-applet.omf.in @@ -0,0 +1,9 @@ + + + + + user's guide + + + + -- cgit v1.2.1