[mythtv-users] Using myth FE on other screen

Mitch Gore mitchell.gore at gmail.com
Sat Apr 5 14:54:58 UTC 2008


On Sat, Apr 5, 2008 at 6:41 AM, Christopher Brüning <moonkuh at gmail.com>
wrote:

> i don't know where it is under mythbuntu, but you can enter this for
> example
> /usr/bin/mythfrontend -display :0.1
> under mythbuntu session or so where you can say which program should start
> automaticly
>
>
I edited my starup script to set the DISPLAY variable.

[myth at mythtv ~]$ cat .mythtv/myth-load
#!/bin/bash

# Only do this stuff if we're on the main display
# (i.e., don't do this in a vnc session)


if [ `echo $DISPLAY | grep -c ":0"` -ge 1 ]
then
    DISPLAY=:0.1 # set to secont display
    # Launch irexec for myth power button stop/start
    irexec &
    # Launch myth frontend
    mythfrontend &
    # Disable dynamic power management (screen blanking)
    #/usr/bin/xset -dpms
    # Disable screen saver
    /usr/bin/xset s off
    # Start MythTranscode Deamon
    mtd &
fi
exit
[myth at mythtv

Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080405/9b28921a/attachment.htm 


More information about the mythtv-users mailing list