[mythtv-users] Screen turns off after 15 minutes

Chris Palmer mythtv at zencow.com
Fri Mar 14 13:33:54 EST 2003


Pierre-Olivier Bouchard wrote
> On Fri, 14 Mar 2003 15:18:26 -0500
> Jason Ramey <webmaster at permutation.org> wrote:
> 
> > You can also specify 'xset s off' in your .xsession (which I assume you are
> > using if you are using blackbox).
> > 
> 
> That's the only thing that worked for me, anything else didn't have any useful effect.
> 

I made a couple scripts "sson" and "ssoff".

sson:
  #!/bin/bash
  xset +dpms s on

ssoff:
  #!/bin/bash
  xset -dpms s off

I then made a wrapper script "mf" for mythfrontend:

  #!/bin/bash
  ssoff
  mythfrontend
  sson

then I just run "mf" and the screensaver is automatically turned 
off, and the frontend is started, and then the screensaver is 
turned back on when (if) I exit.

-Chris


More information about the mythtv-users mailing list