mirror of https://github.com/mpv-player/mpv
Also mention sysctl for adjusting RTC settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19975 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2c114078ac
commit
f881681e8e
|
@ -570,9 +570,14 @@ There are three timing methods in <application>MPlayer</application>.
|
||||||
option enables it, but a properly set up kernel is required.
|
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
|
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
|
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:
|
enable RTC for normal users:
|
||||||
<screen>echo 1024 > /proc/sys/dev/rtc/max-user-freq</screen>
|
<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.
|
You can see the new timer's efficiency in the status line.
|
||||||
The power management functions of some notebook BIOSes with speedstep CPUs
|
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
|
interact badly with RTC. Audio and video may get out of sync. Plugging the
|
||||||
|
|
Loading…
Reference in New Issue