changeset 6500:cb078d0579f3

timer routines section slightly reformatted added note about buggy RTC in some cases
author gabucino
date Sat, 22 Jun 2002 10:22:49 +0000
parents ce4647b864e5
children 827f08ddf044
files DOCS/Hungarian/documentation.html DOCS/documentation.html
diffstat 2 files changed, 36 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html	Sat Jun 22 10:03:46 2002 +0000
+++ b/DOCS/Hungarian/documentation.html	Sat Jun 22 10:22:49 2002 +0000
@@ -615,17 +615,25 @@
 <LI>Ha van V4L kompatibilis <B>TV tunered</B>, nézd meg a <A HREF=#2.5>TV bemenet</A>
   fejezetet.</LI>
 
-<LI>Három időzítő kód van az <B>MPlayerben</B>. A régi
-módszer használatához nem kell semmit tenned, alapértelmezett. Lényege hogy
-<CODE>usleep()</CODE>-et használ az A/V szinkron javításához, +/- 10ms
-pontossággal. Néha ez nem elég pontos. Az új kód a PC-k RTC-jét (Real Time
-Clock) használja erre a célra, mivel ezzel sokkal pontosabb, +/- 1ms-os
-időzítést lehet elérni. Ez root jogokat követel, vagy egy <I>setuid root</I>
-<B>MPlayer</B> binárist (nos, vagy egy kis kernel átirást, ezt azért inkább
-ne..). Az új időzítő kód hatékonysága szépen látszik a státuszsorban.
-A harmadik módszer haszálatához a <CODE>-softsleep</CODE> opciót kell megadni.
-Ez van olyan hatékony mint az RTC, de nem használja az RTC-t.
-Viszont sajnos több CPU-t igényel.
+<LI>Három időzítő kód van az <B>MPlayerben</B>.<BR>
+<BR>
+<B>A régi módszer használatához</B> nem kell semmit tenned, alapértelmezett.
+Lényege hogy <CODE>usleep()</CODE>-et használ az A/V szinkron javításához, +/-
+10ms pontossággal. Néha ez nem elég pontos.<BR>
+<BR>
+<B>Az új kód</B> a PC-k RTC-jét (Real Time Clock) használja erre a célra, mivel
+ezzel sokkal pontosabb, +/- 1ms-os időzítést lehet elérni. Ez root jogokat
+követel, vagy egy <I>setuid root</I> <B>MPlayer</B> binárist (nos, vagy egy kis
+kernel átirást, ezt azért inkább ne..). Az új időzítő kód hatékonysága szépen
+látszik a státuszsorban. Néhány hardware kombinációban (ellenőrizve egy
+DMA nélküli DVD drive használatakor egy ALi1541 alaplapon) az RTC
+használata szaggatott lejátszáshoz vezet. Ilyenkor a következő módszer
+használata javallott.<BR>
+<BR>
+<B>A harmadik módszer haszálatához</B> a <CODE>-softsleep</CODE> opciót kell
+megadni. Ez van olyan hatékony mint az RTC, de nem használja az RTC-t. Viszont
+sajnos több CPU-t igényel.<BR>
+<BR>
 Megj.: <B>SOHA ne installálj setuid MPlayer binárist többfelhasználós
 gépre!</B> Ez a legegyszerűbb módja hogy mindenki root jogot szerezzen.</LI>
 
--- a/DOCS/documentation.html	Sat Jun 22 10:03:46 2002 +0000
+++ b/DOCS/documentation.html	Sat Jun 22 10:22:49 2002 +0000
@@ -648,16 +648,25 @@
 <LI>If you have a V4L compatible <B>TV tuner</B> card, and wish to watch/grab and
 encode movies with <B>MPlayer</B>, read the <A HREF="#2.5">TV input</A> section.</LI>
 
-<LI>There are three timing methods in <B>MPlayer</B>. To use the old
-method, you don't have to do anything. It uses <CODE>usleep()</CODE> to tune
-A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned
-even finer. The new timer code uses PC's RTC (Real Time Clock) for this task,
+<LI>There are three timing methods in <B>MPlayer</B>.<BR>
+<BR>
+<B>To use the old method</B>, you don't have to do anything. It uses
+<CODE>usleep()</CODE> to tune A/V sync, with +/- 10ms accuracy. However
+sometimes the sync has to be tuned even finer.<BR>
+<BR>
+<B>The new timer</B> code uses PC's RTC (Real Time Clock) for this task,
 because it has precise 1ms timers. This requires root, or a <I>setuid root</I>
 <B>MPlayer</B> binary (or a little kernel hacking, but that's unadvised). You
-can see the new timer's efficiency in the status line. The third timer
-code is turned on with the <CODE>-softsleep</CODE> option. It has the
-efficiency of the RTC, but it doesn't use RTC. On the other hand,
-it requires more CPU. Note: <B>NEVER install setuid MPlayer binary on a
+can see the new timer's efficiency in the status line. 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
+following method in these cases.<BR>
+<BR>
+<B>The third timer code</B> is turned on with the <CODE>-softsleep</CODE>
+option. It has the efficiency of the RTC, but it doesn't use RTC. On the other
+hand, it requires more CPU.<BR>
+<BR>
+Note: <B>NEVER install setuid MPlayer binary on a
 multiuser system!</B> It's a clear way for everyone to gain root.</LI>
 
 </UL>