diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-15 17:30:29 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-04-15 17:30:29 +0000 |
commit | 3845eff65833ebf862e0e154ea93ca5fb6b549eb (patch) | |
tree | d44b3ca5dc87dacb29207718ef2018c1e4a23115 /doc/faq/faq.sgml | |
parent | 068809bb197c3afdc3ac30a4c155a444dd7b0599 (diff) | |
download | xine-lib-3845eff65833ebf862e0e154ea93ca5fb6b549eb.tar.gz xine-lib-3845eff65833ebf862e0e154ea93ca5fb6b549eb.tar.bz2 |
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
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r-- | doc/faq/faq.sgml | 29 |
1 files changed, 29 insertions, 0 deletions
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 @@ -1021,6 +1021,35 @@ </para> </sect1> + <sect1 id="smoothness"> + + <title>Oki, xine doesn't drop frames now but video output still is not really smooth</title> + + <para> + video output can be further improved by tuning your linux kernel: + <itemizedlist> + <listitem> + <para> + set HZ to 1000 in + <filename> /usr/src/linux/include/asm-i386/param.h </filename> + </para> + </listitem> + <listitem> + <para> + try applying scheduler patches, especially the O(1) and the preemptive + patches have proven useful at the time of this writing (spring 2003). + </para> + </listitem> + </itemizedlist> + linux 2.5/2.6 will probably have these improvements out of the box. + </para> + + <para> + Miguel Freitas has written a nice article about his kernel multimedia experiments + <ulink url="http://cambuca.ldhs.cetuc.puc-rio.br/~miguel/multimedia_sim/">here</ulink>. + </para> + + </sect1> <sect1 id="ports"> |