Anthony Hornby wrote:
Hi,
sorry if this is a dumb question.
I have had a look around but haven't found an answer yet - hope someone
on this list can help.

I am running Gentoo 2005 and have a working install of vdr-1.3.27
running on top of DirectFB 0.9.22 with a Matrox G550 graphics card.

I have emerged xdirectfb 1.0.5 and have a working executable.
How can I configure the system so XDirectFB runs on the "head" attached
to the computer monitor and VDR runs on the TV "head".

copies of working config files would be useful ;-)

My directfbrc file is:
mmc ~ # cat /etc/directfbrc
system=fbdev
fbdev=/dev/fb0
matrox-crtc2
matrox-tv-standard=pal
videoram-limit=32768
depth=32
mode=720x576
#pixelformat=RGB32
primary-layer=2
hardware
mmx
screenshot-dir=/tmp

My loaded modules are:
matroxfb_base          27172  2
matroxfb_DAC1064       10688  1 matroxfb_base
matroxfb_accel          4288  1 matroxfb_base
matroxfb_Ti3026         5696  1 matroxfb_base
matroxfb_g450           6336  1 matroxfb_base
g450_pll                5440  2 matroxfb_DAC1064,matroxfb_g450
matroxfb_misc          11228  6
matroxfb_base,matroxfb_DAC1064,matroxfb_accel,matroxfb_Ti3026,matroxfb_g450,g450_pll
fusion                  30404   0

I can provide any more data needed

Thanks Regards Anthony


1) Remove "primary-layer=2" from /etc/directfbrc.
2) Either
        echo "primary-layer=2" > ~/.directfbrc.$(VDR)
        (replace $(VDR) with the name of the binary)
   or
        export DFBARGS="primary-layer=2" before launching vdr.


--
Regards,
     Claudio Ciccani

[EMAIL PROTECTED]
http://directfb.org
http://sf.net/projects/php-directfb

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to