I've spent a good amount of hours researching and making tests, unfortunately I can't make it work and I'm really desperate, so I'd really thank any help. I hope someone can lend me a hand (mainly on the procedures of patches of alexander and sean, I can't make them work). ---- The script of first solution works (in my case replacing HDMI-0 with HDMI1), I create it in ~/fixhdmi.sh and chmod 755 it. The question here is automating the process, and in this I've not been able to, It only works running script manually from terminal (I've no try to make a shortcut, it's not valid for my needs) :( I even added a wait time before the process (since the TV takes some time in beign ready I thought it could help) and a message after with zenity: [code]#!/bin/sh #Fix TV state when HDMI link is lost. #By Mario Limonciello