Archiv > Development

New Application

<< < (3/5) > >>

orgel:
If you to XBMC switch the VDR Fontend are xineliboutput deactivated and XBMC started. Turned around if XBMC is left restarts xineliboutput. The VDR continues to run, since it concerns thereby a backendserver. Xinelibouput and XBMC PVR are the expenditure Frontends

best regards
orgel

dodger:
@orgel thanks for the info.
Do you know is it possible to stop live tv in vdr, just to show this logo picture like when you don't have signal or something like this?

orgel:
One must only extend the script there going that the VDR stops or into the time SHIFT mode goes. MarMic or Clausmuus could say where the script lies to switch.

best regards
orgel
 

MarMic:
i m not sure if i understand you dodgers

please construct an use case

greetz MarMic

orgel:
I believe I white which it mean, I have also only after that 2 or 3 time read understood. It wants to put only the computer into the Suspenmode. If he tried from XBMC can it be it does not go. In addition a script must be provided. There some graphiccards drivers there spiders in particular the AMD.

--- Code: ---/etc/pm/sleep.d/99_fglrx

#!/bin/sh

case $1 in
     suspend|suspend_hybrid|hibernate)
        /usr/sbin/service lightdm stop
        /sbin/rmmod -f fglrx
      ;;

     resume|thaw)
        /sbin/modprobe fglrx
        /usr/sbin/service lightdm start
      ;;
esac
chmod +x  /etc/pm/sleep.d/99_fglrx

--- End code ---
Only where belonged I do not know it in MLD

best regards
Orgel

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version