# HG changeset patch # User diego # Date 1029080982 0 # Node ID 3263d686e99a64dfd4188aff837d68ac5d8b0715 # Parent be2505036de181d9177187c12a53d4dc80eb8213 Created RTC section and moved RTC explanation there. Closed some tags and fixed a few typos (hungarian -> Hungarian). Reorganized the mailing list section. diff -r be2505036de1 -r 3263d686e99a DOCS/documentation.html --- a/DOCS/documentation.html Sun Aug 11 13:37:35 2002 +0000 +++ b/DOCS/documentation.html Sun Aug 11 15:49:42 2002 +0000 @@ -34,6 +34,7 @@
usleep()
to tune A/V sync, with +/- 10ms accuracy. However
- sometimes the sync has to be tuned even finer./proc
filesystem.
- Use this command to enable RTC for normal users:
-
- echo 1024 > /proc/sys/dev/rtc/max-user-freq
-
drivers/char/rtc.c
and recompile your kernel. Find the
- section that reads
- - * We don't really want Joe User enabling more - * than 64Hz of interrupts on a multi-user machine. - */ - if ((rtc_freq > 64) && (!capable(CAP_SYS_RESOURCE))) -- and change the 64 to 1024. You should really know what you are doing, though. -
-nortc
switch.
- 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.Then build MPlayer:
@@ -919,9 +875,9 @@ programs.
Some URLs:
You can change default behaviour by setting osdlevel=
variable
in config file.
usleep()
to tune A/V sync, with +/- 10ms accuracy. However
+ sometimes the sync has to be tuned even finer./proc
filesystem.
+ Use this command to enable RTC for normal users:
+
+ echo 1024 > /proc/sys/dev/rtc/max-user-freq
+
drivers/char/rtc.c
and recompile your kernel. Find the
+ section that reads
+ + * We don't really want Joe User enabling more + * than 64Hz of interrupts on a multi-user machine. + */ + if ((rtc_freq > 64) && (!capable(CAP_SYS_RESOURCE))) ++ and change the 64 to 1024. You should really know what you are doing, though. +
-nortc
switch.
+ 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 third 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.This list is about mplayer development! Talking about interface/API changes, +
Things related to the hardware decoder card called DVB. (NOT dxr3!)
+Send only questions about CVS changes here. -(if you don't understand why a change is required or you've better fix or you've -noticed possible bug/problem in the committed patch) -Be sure in that your target developer reads this list!
+NOTE: language of above lists are ENGLISH, unless explicitly stated -otherwise. Please do not send messages using other language!
- -NOTE: you can reach the searchable mailing list archives -here. +
Note: The Languages of above lists are ENGLISH, unless explicitly + stated otherwise. Please do not send messages using another language!
+ +Note: You can reach the searchable mailing list archives + here.
Appendix C - How to report bugs
diff -r be2505036de1 -r 3263d686e99a DOCS/faq.html --- a/DOCS/faq.html Sun Aug 11 13:37:35 2002 +0000 +++ b/DOCS/faq.html Sun Aug 11 15:49:42 2002 +0000 @@ -446,7 +446,7 @@Linux RTC init: ioctl (rtc_pie_on): Permission denied