Hi, Michael Hofer wrote: > Hi! > > After a LOT of playing around, I hope you can help me. > I try to get "fbxine" in combination with DirectFB running. I use a Matrox > G400 DH, which is connected with a VGA-SCART-cable to my TV (special cable, > just for the G400 second head, which can also work as a TV-OUT port). > > When I configure fbxine/directfb to use the first head (VGA-monitor), videos > are displayed as they should. But when the video should be displayed on the > second head (TV-OUT) there is some flickering and then just a black screen on > the TV. That means that there is some kind of signal on the SCART-interface, > otherwise the TV would display a blue screen (no signal on SCART). > There are no error messages or something like that. > > A SDL/directfb application had no problems to display something on the > TV-OUT, also "mplayer -vo dfbmga" works. Unfortunately I need xine, because > of special postprocessing plugins. So df_xine cant be used either (doesnt > support xine postprocessing plugins on the command-line), although it works. > > Regarding to the following mail > http://mail.directfb.org/pipermail/directfb-users/2006-January/001390.html > my configuration files are: > > /etc/directfbrc: > no-banner > primary-layer=2 > matrox-crtc2 > matrox-tv-standard=pal > > ~/.xine/config: > video.device.directfb_layer_id:0 > > Drivers in use: > modprobe matroxfb_base > modprobe i2c-dev > modprobe matroxfb_crtc2 (also tried without this driver) > > I use Debian 4.0 Etch, which contains the following versions: > > DirectFB 0.9.25 > Xine-lib 1.1.2 > > > Perhaps someone has a hint for me or knows an alternative method to get > fbxine with DirectFB running.
I'm having a similar setup (same Matrox card). Try fbxine after setting the environment variable DFBARGS either globally, or just use a wrapper script "fbx" for fbxine like I'm doing: htpc ~ # cat /usr/local/bin/fbx #!/bin/bash DFBARGS="matrox-crtc2,primary-layer=2" /usr/bin/fbxine --verbose=5 -d $@ You may also add the -A and -V switches to the wrapper script, unless you specify them when calling "fbx"... Regards, Lucian _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
