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

Wayne A. Hogue II mythtv at chiphead.net
Wed Dec 24 12:23:40 EST 2003



Joseph A. Caputo wrote:

>On Tuesday 23 December 2003 23:54, Wayne A. Hogue II wrote:
>  
>
>>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)
>>    
>>
>
>Any tips on configuration options to use when building Qt/E ?
>  
>

Here is my config for QTE:
./configure -qt-gif -no-exceptions -disable-opengl -qt-imgfmt-png 
-qt-imgfmt-jpeg -qt-imgfmt-mng -thread  -qt-sql-mysql -I/usr/include/mysql/

-Wayne (Chiphead)




More information about the mythtv-dev mailing list