[mythtv-users] MythTV Raspberry Pi2 - MythFrontend Setup Tutorial

Peter Bennett (cats22) cats22 at comcast.net
Sun Mar 6 16:02:07 UTC 2016


On 03/05/2016 09:18 PM, airdrummer wrote:
> i tried a different
> tar(http://www.softsystem.co.uk/download/mythtv/mythtv-v0.27.5-115-g00c0993-RPI2-jessie.tar.bz2)
> and i was able to get thru the setup displaying thru xwin, but running
> thru hdmi, i get gross overscan, then trying to view live tv gives this:
>
> 2016-03-05 21:15:40.263027 I  TV: Creating TV object
> 2016-03-05 21:15:40.462028 N  Suspending idle timer
> 2016-03-05 21:15:40.476211 I  TV: Created TvPlayWindow.
> 2016-03-05 21:15:40.884588 I  TV: Attempting to change from None to
> WatchingLiveTV
> 2016-03-05 21:15:40.890522 I  MythCoreContext: Connecting to backend
> server: 10.0.1.206:6543 (try 1 of 1)
> 2016-03-05 21:15:40.923713 N  TV: Spawning LiveTV Recorder -- begin
> 2016-03-05 21:15:41.071445 N  TV: Spawning LiveTV Recorder -- end
> 2016-03-05 21:15:41.109802 I  TV:
> playbackURL(myth://mythtv-shelsHP/1689_20160306021541.mpg)
> cardtype(DUMMY)
> 2016-03-05 21:15:41.425271 N  AudioPlayer: Enabling Audio
> Xlib:  extension "XFree86-VidModeExtension" missing on display
> "localhost:10.0".
> X Error of failed request:  BadWindow (invalid Window parameter)
>   Major opcode of failed request:  122016-03-05 21:15:41.575780 E
> XError type: 0
>   serial no: 8
>    err code: 9 (BadDrawable (invalid Pixmap or Window parameter))
>    req code: 55
>  minor code: 0
> resource id: 3
>
>  (X_ConfigureWindow)
> 2016-03-05 21:15:41.600138 E  X11 ModeLine query failed
>   Resource id in failed request:  0x3
>   Serial number of failed request:  14
>   Current serial number in output stream:  15
> QWaitCondition: cv destroy failure: Device or resource busy
> QWaitCondition: mutex destroy failure: Device or resource busy
>
>
> got any suggestions?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>
What operating system are you using? Are you on Jessie? It will not work
on wheezy.

For jessie as per LVR you need these dependencies
sudo apt-get install libudf0 libass5\
    libxcb-icccm4 libxcb-image0 libxcb-render-util0 libxcb-sync1
libxcb-randr0 libxcb-keysyms1\
    fonts-liberation libdate-calc-perl\
    mysql-client libexiv2-13

Did you use the command line as specified by LVR?

            QT_QPA_EGLFS_FORCE888=1 QT_QPA_PLATFORM=xcb\
                LD_LIBRARY_PATH=$MYTHTVDIR/lib:$MYTHTVDIR/lib/mysql\
                QT_PLUGIN_PATH=$MYTHTVDIR/plugins\
                QT_QPA_FONTDIR=$MYTHTVDIR/lib/fonts\
                MYSQL_UNIX_PORT=/var/run/mysqld/mysqld.sock\
                PYTHONPATH=$MYTHTVDIR/lib/python2.7/site-packages\
                $MYTHTVDIR/bin/mythfrontend
 
MYTHTVDIR has to be set to the directory where you extracted the tar.

I am working on a build that runs like the normal mythtv without extra
libraries and command line overrides. I can send you a link if you are
interested. It is still a work in progress but it is usable.

Peter


More information about the mythtv-users mailing list