# HG changeset patch # User gabucino # Date 1024741369 0 # Node ID cb078d0579f388ff2a355d603ee566be7f3d13ae # Parent ce4647b864e53a97a924a9a545cd5f2ca1c87c5d timer routines section slightly reformatted added note about buggy RTC in some cases diff -r ce4647b864e5 -r cb078d0579f3 DOCS/Hungarian/documentation.html --- 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 @@
usleep()
-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 setuid root
-MPlayer 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 -softsleep
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.
+usleep()
-et használ az A/V szinkron javításához, +/-
+10ms pontossággal. Néha ez nem elég pontos.-softsleep
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.usleep()
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,
+usleep()
to tune A/V sync, with +/- 10ms accuracy. However
+sometimes the sync has to be tuned even finer.-softsleep
option. It has the
-efficiency of the RTC, but it doesn't use RTC. On the other hand,
-it requires more CPU. Note: 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.-softsleep
+option. It has the efficiency of the RTC, but it doesn't use RTC. On the other
+hand, it requires more CPU.