[mythtv] [PATCH] QT/Embedded-Directfb Support

Wayne A. Hogue II mythtv at chiphead.net
Tue Dec 23 23:54:04 EST 2003


Here it is.  I took Steve's earlier videoout_directfb module, integrated 
it with my qte patches, added keyboard evert translations and havhe it 
all working pretty well.

There are just a couple screens where you can see a small bit of the 
previous screen showing through, but no biggy.

Keyboard codes are in, but no modified keys (Shifted keys etc) are 
translated.  All the current default mythtv keys work.

You need:

QT/Embedded 3.3 from http://www.trolltech.com
Directfb-0.9.20 from http://www.directfb.org
and all the usual stuff that myth needs.

Uncomment the directfb stuff in settings.pro and build as usual.

For starting up, you may want to use a script, as the console is left in 
an unusable state for some reason, but a reset fixes it.  I have to look 
into this.

Here is a script I use for running mythtv-qte:

export HOME=/root
export QTDIR=/usr/local/qt-embedded
export LD_LIBRARY_PATH=/usr/local/qt-embedded/lib:/usr/local/mythtv-qte/lib
export 
PATH=/usr/local/qt-embedded/bin:/usr/local/mythtv-qte/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export TZ=EST
mythfrontend -qws >/root/mythfb.log 2>&1
reset


-Wayne (Chiphead)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: directfb_patch.tar.bz2
Type: application/x-tar
Size: 6927 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20031223/794a754d/directfb_patch.tar.tar


More information about the mythtv-dev mailing list