summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-22 10:22:49 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-22 10:22:49 +0000
commit88c475968f50f76fdafe323f1cf349aafd03aa47 (patch)
treee51b9427b5d1beef50b40bfa2ce8d08e4534d723 /DOCS
parentae320b78bf2071749b3cd26fc08d4d048a5f3a3c (diff)
downloadmpv-88c475968f50f76fdafe323f1cf349aafd03aa47.tar.bz2
mpv-88c475968f50f76fdafe323f1cf349aafd03aa47.tar.xz
timer routines section slightly reformatted
added note about buggy RTC in some cases git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6501 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/documentation.html30
-rw-r--r--DOCS/documentation.html25
2 files changed, 36 insertions, 19 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index bece4a9c29..af391a864e 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -615,17 +615,25 @@ meghajtókat érdemes kipróbálni :
<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>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 63b0626a25..c452817184 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -648,16 +648,25 @@ see the <A HREF="encoding.html#2.4">MEncoder section</A> .</LI>
<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>