From 8701e319f1620acd2089b8d3c252fa19cc3e6d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sun, 15 Apr 2007 16:11:08 +0200 Subject: The X11 visual doesn't seem to actually work at all with X11 xine-ui, so use the Framebuffer output only with fbxine. --- src/video_out/video_out_fb.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index 3c07f9756..e2672e2a1 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -35,14 +35,11 @@ * @author Geert Uytterhoeven and Chris Lawrence: * Ideas from ppmtofb - Display P?M graphics on framebuffer devices. * - * @note Use this with fbxine. It may work with the regular xine too, - * provided the visual type is changed (USE_X11_VISUAL). + * @note Use this with fbxine. * * @todo VT Switching (configurable) */ -/* #define USE_X11_VISUAL */ - #define RECOMMENDED_NUM_BUFFERS 5 #define MAXIMUM_NUM_BUFFERS 25 @@ -1117,11 +1114,7 @@ static void *fb_init_class(xine_t *xine, void *visual_gen) static const vo_info_t vo_info_fb = { 1, /* priority */ -#ifdef USE_X11_VISUAL - XINE_VISUAL_TYPE_X11 /* visual type */ -#else XINE_VISUAL_TYPE_FB /* visual type */ -#endif }; /* exported plugin catalog entry */ -- cgit v1.2.3