Mercurial > mplayer.hg
changeset 19773:194a53413994
RTC is no longer the default timing method.
author | diego |
---|---|
date | Sat, 09 Sep 2006 22:40:00 +0000 |
parents | bd81e18a2091 |
children | 109e241c0cca |
files | DOCS/xml/en/faq.xml DOCS/xml/en/install.xml |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Sat Sep 09 22:16:05 2006 +0000 +++ b/DOCS/xml/en/faq.xml Sat Sep 09 22:40:00 2006 +0000 @@ -236,7 +236,7 @@ <screen>Linux RTC init: ioctl (rtc_pie_on): Permission denied</screen> </para></question> <answer><para> -You need root privileges or a specially set up kernel to use the new timing +You need a specially set up kernel to use the RTC timing code. For details see the <link linkend="rtc">RTC</link> section of the documentation. </para></answer> </qandaentry>
--- a/DOCS/xml/en/install.xml Sat Sep 09 22:16:05 2006 +0000 +++ b/DOCS/xml/en/install.xml Sat Sep 09 22:40:00 2006 +0000 @@ -880,8 +880,8 @@ </simpara></listitem> <listitem><para> <emphasis role="bold">The new timer</emphasis> code uses the RTC (RealTime Clock) - for this task, because it has precise 1ms timers. It is automagically enabled - when available, but requires a properly set up kernel. + for this task, because it has precise 1ms timers. The <option>-rtc</option> + 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 @@ -891,7 +891,6 @@ 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 external power connector in before you power up your notebook seems to help. - You can always turn off RTC support with the <option>-nortc</option> option. In some hardware combinations (confirmed during usage of non-DMA DVD drive on an ALi1541 board) usage of the RTC timer causes skippy playback. It's recommended to use the third method in these cases.