[MPlayer-DOCS] r19763 - trunk/DOCS/man/en/mplayer.1

uau subversion at mplayerhq.hu
Sat Sep 9 10:32:38 CEST 2006


Author: uau
Date: Sat Sep  9 04:29:13 2006
New Revision: 19763

Modified:
   trunk/DOCS/man/en/mplayer.1

Log:
-nortc is now the default, document -rtc instead. Change the description
of -rtc and -softsleep.


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Sat Sep  9 04:29:13 2006
@@ -901,9 +901,12 @@
 on this option).
 .
 .TP
-.B \-nortc (RTC only)
-Turns off usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
+.B \-rtc (RTC only)
+Turns on usage of the Linux RTC (realtime clock \- /dev/\:rtc) as timing
 mechanism.
+This wakes up the process every 1/1024 seconds to check the current time.
+Useless with modern Linux kernels configured for desktop use as they already
+wake up the process with similar accuracy when using normal timed sleep.
 .
 .TP
 .B \-playing-msg <string>
@@ -961,8 +964,9 @@
 .
 .TP
 .B \-softsleep
-Use high-quality software timers instead of the RTC.
-As precise as the RTC without requiring special privileges.
+Time frames by repeatedly checking the current time instead of asking the
+kernel to wake up MPlayer at the correct time.
+Useful if your kernel timing is imprecise and you cannot use the RTC either.
 Comes at the price of higher CPU consumption.
 .
 .TP



More information about the MPlayer-DOCS mailing list