# HG changeset patch # User uau # Date 1157768953 0 # Node ID 28fbad45a4c07b954b4f873fb26584887221d897 # Parent f5584340d2e688a4f0c6c1efa030ecd7fabbcfe5 -nortc is now the default, document -rtc instead. Change the description of -rtc and -softsleep. diff -r f5584340d2e6 -r 28fbad45a4c0 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sat Sep 09 02:08:52 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Sep 09 02:29:13 2006 +0000 @@ -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 @@ -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