shutdown HDMI signal and other services

  • Hi!

    My S905x device cause interferences over the TV signal. The HDMI cable has good quality but probably the Android device not.

    This made difficult see the TV when the S905x in on.

    Also I use the S905x for other tasks that consume resources and not needs kodi to works (a daemon running on background).

    Currently my using this script:

    Code
    systemctl stop kodi
    systemctl stop kodi-cleanlogs.service
    systemctl stop kodi.target
    systemctl stop graphical.target
    systemctl stop pulseaudio.service

    Hows fine and my TV signal now is much better, but not perfect, I can see some channels with bad signal.

    Any other services that I can stop?
    How can I disable the HDMI output?

    Edited once, last by CGarces (November 8, 2016 at 8:11 PM).