From 3845eff65833ebf862e0e154ea93ca5fb6b549eb Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 15 Apr 2003 17:30:29 +0000 Subject: add a section about playback smoothness and ways to improve it by kernel tuning CVS patchset: 4615 CVS date: 2003/04/15 17:30:29 --- doc/faq/faq.sgml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'doc/faq/faq.sgml') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 4a829ea33..6f9720bee 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -1020,6 +1020,35 @@ + + + + Oki, xine doesn't drop frames now but video output still is not really smooth + + + video output can be further improved by tuning your linux kernel: + + + + set HZ to 1000 in + /usr/src/linux/include/asm-i386/param.h + + + + + try applying scheduler patches, especially the O(1) and the preemptive + patches have proven useful at the time of this writing (spring 2003). + + + + linux 2.5/2.6 will probably have these improvements out of the box. + + + + Miguel Freitas has written a nice article about his kernel multimedia experiments + here. + + -- cgit v1.2.3