[MPlayer-DOCS] r19975 - trunk/DOCS/xml/en/install.xml
diego
subversion at mplayerhq.hu
Sun Sep 24 19:01:07 CEST 2006
Author: diego
Date: Sun Sep 24 19:01:07 2006
New Revision: 19975
Modified:
trunk/DOCS/xml/en/install.xml
Log:
Also mention sysctl for adjusting RTC settings.
Modified: trunk/DOCS/xml/en/install.xml
==============================================================================
--- trunk/DOCS/xml/en/install.xml (original)
+++ trunk/DOCS/xml/en/install.xml Sun Sep 24 19:01:07 2006
@@ -570,9 +570,14 @@
option enables it, but a properly set up kernel is required.
If you are running kernel 2.4.19pre8 or later you can adjust the maximum RTC
frequency for normal users through the <systemitem class="systemname">/proc
- </systemitem> filesystem. Use this command to
+ </systemitem> filesystem. Use one of the following two commands to
enable RTC for normal users:
<screen>echo 1024 > /proc/sys/dev/rtc/max-user-freq</screen>
+ <screen>sysctl dev/rtc/max-user-freq=1024</screen>
+ You can make this setting permanent by adding the latter to
+ <filename>/etc/sysctl.conf</filename>.
+ </para>
+ <para>
You can see the new timer's efficiency in the status line.
The power management functions of some notebook BIOSes with speedstep CPUs
interact badly with RTC. Audio and video may get out of sync. Plugging the
More information about the MPlayer-DOCS
mailing list