I run MythTV without a window manager by calling a seperate script for starting X on the PVR-350's tv out port (since I run a regular X session on my VGA card). Notice that I "exec" mythfrontend rather than a window manager like Gnome or KDE
[EMAIL PROTECTED]:~# cat startX #!/bin/sh xinit /root/startXrc -- /usr/X11R6/bin/Xorg :1 vt12 -layout "Hauppauge Layout" [EMAIL PROTECTED]:~# cat startXrc #!/bin/sh mythbackend --daemon --logfile /home/www/data/PVR/backend.log exec mythfrontend ----- Original Message ----- From: Piers Kittel <[EMAIL PROTECTED]> Date: Monday, December 27, 2004 5:47 pm Subject: Re: [mythtv-users] X through PVR350 probs > OK, how do I run it without using a windowmanager? It does sound > like a > better idea anyway. > > Any ideas about the blue tint? > > Thanks again > > Cheers - Piers > > John Harvey wrote: > > Not sure about the black bars. > > Moving the mouse shouldn't show anything while watching tv > since the > > mouse should be hidden while running myth. > > > > I would try running without a window manager since it sounds > like something > > is making x draw to the screen for some reason. > > > > John >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
