The problem is DPMS, the energy saving stuff. Personally, I disabled it globally in my x.org config;

Section "ServerFlags"
        AllowMouseOpenFail
        Option "NoPM" "true"
        Option "BlankTime" "0"

Your IR control won't wake out of monitor sleep, because X doesn't recognise it as a device (i.e. it's controlled by LIRCD rather than an X device). I'm attempting to get around this so that I can use Xscreensaver to draw pretty pictures when Myth ain't in use; try adding something like this to your .lircrc

begin
        remote = myremote
        button = bleep
        prog = irexec
        repeat = 0
        config = xset dpms force suspend
end

At 17:56 03/12/2004, you wrote:
(FC2 / jarod / Pundit-R / PVR350)

After being idle for a while, my screen goes black, and i can revive it by shaking mouse, or pressing a key on the keyboard.

_but_ pressing keys on my remote control does NOT start the TV up, but it does actually "perform the functions".

What setting might i have missed here?  (yes, screen saver in X is disabled).
_______________________________________________
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

Reply via email to