On Thursday 03 February 2005 12:48, Brian J. Murrell wrote: > I'm trying to get mythtv 0.16 to work with directfb with little success. > > So in looking through the code, I am starting to get this feeling that > DirectFB is only used in the actual NuppelVideoPlayer. Is that correct? > How is the whole UI supposed to display then? Does it still use X11? > ~shudder~ Or perhaps it uses DirectFB-less framebuffer? > > Where in the source would I find the start of the UI-output > initialization so I can start debugging my build here and seeing where > it gets hung up, or fails in some way to start displaying to my TV via > my G400.
I've yet to play around with trying this, but IIUC the only parts of the Myth code that would interface directly with DirectFB would be the video output code (i.e., NVP). This is because the UI is handled by Qt. You need to substitute Qt/Embedded for Qt here, and compile Qt/Embedded with DirectFB support. If you're not getting the UI on your framebuffer output, then you probably need to poke around in Qt/E and DirectFB. -JAC _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
