From c13524a87fb997ef260d397a0e14d5649af323ef Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 Jan 2008 16:00:49 +0000 Subject: Update documentation to match filename-parsing changes in 1.1.9. [Bug 22] --- doc/faq/faq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/faq') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 9743cf361..77502d618 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -946,7 +946,7 @@ Latest xine-lib modules (1-beta3 or newer) support external subtitles for any media file, not only AVI. In order to use it you can pass a special MRL construction like: -    xine test.mpg#subtitle:file.sub +    xine file://path/to/test.mpg#subtitle:/path/to/file.sub The external subtitles support can also be used by any xine frontend. Currently xine-ui and kaffeine implement this feature with a subtitle selection dialog. -- cgit v1.2.3 From 4b30fc7d0ad482d4449703e9270df933cdd755ee Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 17 Jan 2008 16:13:23 +0000 Subject: Update the copyright info in the FAQ list. --- doc/faq/faq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/faq') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 77502d618..1176024e0 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -6,7 +6,7 @@ The xine engine FAQ xine FAQ - 2001-2003 + 2001-2008 the xine project team -- cgit v1.2.3 From 2b3df508106c0cf311132baeab89a2049fe22a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Thu, 17 Jan 2008 20:25:53 +0100 Subject: Remove SyncFB video output plugin, and related documentation and code. Matthias Dahl, the last maintainer of the code, confirms that the needed Linux kernel module is not building anymore, and thus this is unusable. Please consider using VIDIX or DirectFB instead, which should both work fine with Matrox cards. --- doc/faq/faq.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/faq') diff --git a/doc/faq/faq.docbook b/doc/faq/faq.docbook index fa414f1e9..57da1c5bd 100644 --- a/doc/faq/faq.docbook +++ b/doc/faq/faq.docbook @@ -1828,7 +1828,7 @@ Drivers that access hardware directly includes VIDIX (warning: requires - root priviledges or kernel helper) and SyncFB (requires kernel helper - Matrox only). + root priviledges or kernel helper). User may try one of those, but should be warned that with root access they can cause the system to crash hard. The support is also limited to a couple of graphics cards only. -- cgit v1.2.3