# HG changeset patch # User diego # Date 1157824852 0 # Node ID 9b41b396d3ca5eb09e3a84254d1c1664140cfe69 # Parent c55b49cd67bafe9909d028f9eb7f4ebfbcc6461a Remove outdated hint about patching kernel sources. diff -r c55b49cd67ba -r 9b41b396d3ca DOCS/xml/en/install.xml --- a/DOCS/xml/en/install.xml Sat Sep 09 11:57:43 2006 +0000 +++ b/DOCS/xml/en/install.xml Sat Sep 09 18:00:52 2006 +0000 @@ -881,23 +881,12 @@ The new timer code uses the RTC (RealTime Clock) for this task, because it has precise 1ms timers. It is automagically enabled - when available, but requires root privileges, a setuid root - MPlayer binary or a properly set up kernel. + when available, but requires a properly set up kernel. If you are running kernel 2.4.19pre8 or later you can adjust the maximum RTC frequency for normal users through the /proc filesystem. Use this command to enable RTC for normal users: echo 1024 > /proc/sys/dev/rtc/max-user-freq - If you do not have such a new kernel, you can also change one line in - 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. You can see the new timer's efficiency in the status line. The power management functions of some notebook BIOSes with speedstep CPUs interact badly with RTC. Audio and video may get out of sync. Plugging the @@ -913,10 +902,6 @@ doesn't use RTC. On the other hand, it requires more CPU. -NEVER install a setuid root -MPlayer binary on a multiuser system! -It's a clear way for everyone to become root. -