Re: prevent debian from sleeping

2015-06-18 Thread Nicolas George
Le decadi 30 prairial, an CCXXIII, Siard a écrit : > But how to purge this 'screen saver'? The only way to do this is by > uninstalling x11-xserver-utils, I guess. No, you would have to purge xserver-xorg-core. This is probably not what you want. The screen blanking and DPMS are built into the X

Re: prevent debian from sleeping

2015-06-18 Thread Siard
Chris Bannister wrote: > Siard wrote: > > Chris Bannister wrote: > > > Haines Brown wrote: > > > > I start the x server with startx and have no desktop environment, > > > > and have simply this in my window manager (fluxbox) startup file: > > > > > > > > xset s off > > > > xset -dpms > > > >

Re: prevent debian from sleeping

2015-06-18 Thread Chris Bannister
On Thu, Jun 18, 2015 at 04:29:36PM +0200, Siard wrote: > Chris Bannister wrote: > > Haines Brown wrote: > > > I start the x server with startx and have no desktop environment, > > > and have simply this in my window manager (fluxbox) startup file: > > > > > > xset s off > > > xset -dpms > > >

Re: prevent debian from sleeping

2015-06-18 Thread Siard
Chris Bannister wrote: > Haines Brown wrote: > > I start the x server with startx and have no desktop environment, > > and have simply this in my window manager (fluxbox) startup file: > > > > xset s off > > xset -dpms > > Correct me if I'm being a bit dim, but why have a screensaver > instal

Re: prevent debian from sleeping

2015-06-18 Thread Chris Bannister
On Wed, Jun 17, 2015 at 05:34:17AM -0400, Haines Brown wrote: > On Tue, Jun 16, 2015 at 11:41:15AM -0400, Jack Dangler wrote: > > Hi, all - > > Just noticed that my deb sessions are going to sleep. I setup > > my .xinitrc file to prevent it using xset, but no joy. > > > > The .xinitrc contains th

Re: prevent debian from sleeping

2015-06-17 Thread Haines Brown
On Tue, Jun 16, 2015 at 11:41:15AM -0400, Jack Dangler wrote: > Hi, all - > Just noticed that my deb sessions are going to sleep. I setup > my .xinitrc file to prevent it using xset, but no joy. > > The .xinitrc contains the following - > xset s off# don't activate screensaver > xset -dpms

Re: prevent debian from sleeping

2015-06-16 Thread Lisi Reisz
On Tuesday 16 June 2015 23:29:16 Brian wrote: > On Tue 16 Jun 2015 at 20:55:08 +0100, Lisi Reisz wrote: > > On Tuesday 16 June 2015 19:12:53 Brian wrote: > > > On Tue 16 Jun 2015 at 11:41:15 -0400, Jack Dangler wrote: > > > > Hi, all - > > > > Just noticed that my deb sessions are going to sleep. I

Re: prevent debian from sleeping

2015-06-16 Thread Brian
On Tue 16 Jun 2015 at 20:55:08 +0100, Lisi Reisz wrote: > On Tuesday 16 June 2015 19:12:53 Brian wrote: > > On Tue 16 Jun 2015 at 11:41:15 -0400, Jack Dangler wrote: > > > Hi, all - > > > Just noticed that my deb sessions are going to sleep. I setup > > > my .xinitrc file to prevent it using xset,

Re: prevent debian from sleeping

2015-06-16 Thread Lisi Reisz
On Tuesday 16 June 2015 19:12:53 Brian wrote: > On Tue 16 Jun 2015 at 11:41:15 -0400, Jack Dangler wrote: > > Hi, all - > > Just noticed that my deb sessions are going to sleep. I setup > > my .xinitrc file to prevent it using xset, but no joy. > > > > The .xinitrc contains the following - > > xset

Re: prevent debian from sleeping

2015-06-16 Thread Brian
On Tue 16 Jun 2015 at 11:41:15 -0400, Jack Dangler wrote: > Hi, all - > Just noticed that my deb sessions are going to sleep. I setup > my .xinitrc file to prevent it using xset, but no joy. > > The .xinitrc contains the following - > xset s off# don't activate screensaver > xset -dpms#

Re: prevent debian from sleeping

2015-06-16 Thread Siard
Jack Dangler wrote: > Just noticed that my deb sessions are going to sleep. I setup > my .xinitrc file to prevent it using xset, but no joy. > > The .xinitrc contains the following - > xset s off# don't activate screensaver > xset -dpms# disable DPMS (energy star) features > xset s noblan

Re: prevent debian from sleeping

2015-06-16 Thread Paul van der Vlis
Op 16-06-15 om 17:41 schreef Jack Dangler: > Hi, all - > Just noticed that my deb sessions are going to sleep. I setup > my .xinitrc file to prevent it using xset, but no joy. > > The .xinitrc contains the following - > xset s off# don't activate screensaver > xset -dpms# disable DPMS (e

prevent debian from sleeping

2015-06-16 Thread Jack Dangler
Hi, all - Just noticed that my deb sessions are going to sleep. I setup my .xinitrc file to prevent it using xset, but no joy. The .xinitrc contains the following - xset s off # don't activate screensaver xset -dpms # disable DPMS (energy star) features xset s noblank # don't blank th