Re: GNOME Blank Screensaver

2001-09-05 Thread Joe Bouchard
On Mon, Sep 03, 2001 at 10:49:56PM +1200, Adam Warner wrote:
 Hi all,
 
 Does anyone know how to set up a blank screensaver under GNOME?

Try adding xset s on in your .xinitrc file.

man xset

-- 

Thank you,
Joe Bouchard

Powered by Debian GNU/Linux



GNOME Blank Screensaver

2001-09-03 Thread Adam Warner
Hi all,

Does anyone know how to set up a blank screensaver under GNOME?

I've checked web and newsgroup archives and I can't find a solution that
works!

I'm running Debian unstable.

Even if I add a file in /usr/share/control-center/.data called
Blank.desktop with these contents:

[Desktop Entry]
Name=Blank Screensaver
Comment=
Exec=xscreensaver-command -activate
TryExec=
Terminal=0
Type=Application

[Screensaver Data]
WindowIdCommand=
RootCommand=
Icon=
Author=
ExtendedComment=
Demo=


I get a random screensaver!

Many thanks,
Adam





Re: GNOME Blank Screensaver

2001-09-03 Thread Tim Moss

Adam Warner wrote:

Hi all,

Does anyone know how to set up a blank screensaver under GNOME?

I've checked web and newsgroup archives and I can't find a solution that
works!

I'm running Debian unstable.

Even if I add a file in /usr/share/control-center/.data called
Blank.desktop with these contents:

[Desktop Entry]
Name=Blank Screensaver
Comment=
Exec=xscreensaver-command -activate
TryExec=
Terminal=0
Type=Application

[Screensaver Data]
WindowIdCommand=
RootCommand=
Icon=
Author=
ExtendedComment=
Demo=


I get a random screensaver!

Many thanks,
Adam



I think if you run
xscreensaver-demo
and deselect all the screensavers, it will do you you want.




Re: GNOME Blank Screensaver

2001-09-03 Thread Adam Warner
On 03 Sep 2001 11:21:24 -0700, Tim Moss wrote:
 Adam Warner wrote:
  Hi all,
  
  Does anyone know how to set up a blank screensaver under GNOME?
  
  I've checked web and newsgroup archives and I can't find a solution that
  works!
  
  I'm running Debian unstable.
  
  Even if I add a file in /usr/share/control-center/.data called
  Blank.desktop with these contents:
  
  [Desktop Entry]
  Name=Blank Screensaver
  Comment=
  Exec=xscreensaver-command -activate
  TryExec=
  Terminal=0
  Type=Application
  
  [Screensaver Data]
  WindowIdCommand=
  RootCommand=
  Icon=
  Author=
  ExtendedComment=
  Demo=
  
  
  I get a random screensaver!
  
  Many thanks,
  Adam
 
 
 I think if you run
 xscreensaver-demo
 and deselect all the screensavers, it will do you you want.

Many thanks Tim. I can confirm that I now get a blank screen.

Regards,
Adam




Blank screensaver

2001-04-16 Thread Russell May



How do I disable the automatic blank screensaver that kicks 
in?

-Russell May


Re: Blank screensaver

2001-04-16 Thread John Patton
xset -s off

Personally, I stuck this in the end (almost) of the
/etc/X11/Xsession file so that it get automatically turned
off when I (or anybody else) log in. Otherwise, you could
put it in your .xinitrc file, or whatever else get's
automatically loaded when you start your x session.

On Mon, Apr 16, 2001 at 09:09:18AM -0600, Russell May wrote:
 How do I disable the automatic blank screensaver that kicks in?
 
 -Russell May

-- 
John Patton  [EMAIL PROTECTED]
Get my GnuPG public key: finger [EMAIL PROTECTED]

I can resist everything but temptation.
- Oscar Wilde



Re: Blank screensaver

2001-04-16 Thread Romain Lerallut

xset s off
( you might also want to disable dpms: xset -dpms)

HTH,
Romain

On Mon, 16 Apr 2001, Russell May wrote:

 How do I disable the automatic blank screensaver that kicks in?

 -Russell May


--
Baby On Board.




Re: Blank screensaver

2001-04-16 Thread Pierfrancesco Caci
:- Russell == Russell May [EMAIL PROTECTED] writes:

 How do I disable the automatic blank screensaver that kicks in?

In the console:

setterm -powersave off  

(man setterm for details)

In X Window:

xset s off
or
xset -dpms

depending on what you activated before

again, man xset gives you other interesting details

  

 -Russell May


Pf

-- 

---
 Pierfrancesco Caci | ik5pvx | mailto:[EMAIL PROTECTED]  -  
http://gusp.dyndns.org
  Firenze - Italia  | Office for the Complication of Otherwise Simple Affairs 
 Linux penny 2.4.3 #1 Sat Mar 31 14:03:42 CEST 2001 i686 unknown



Re: Blank screensaver

2001-04-16 Thread Karsten M. Self
on Mon, Apr 16, 2001 at 09:09:18AM -0600, Russell May ([EMAIL PROTECTED]) wrote:
 How do I disable the automatic blank screensaver that kicks in?

Under X, if you're running xscreensaver, disable it from your .xinitrc
or /etc/X11/Xsession file.  You can also change setting with the command 
xscreensaver-command -prefs and the dialog it brings up.

Also under X, you may be getting a blanked screen through xset and the
DPMS (Energy Star) features .  Refer to the manpage for xset on how to
disable this.  I believe xset +dpms will do it.

Under console, you'll want to tweak with setterm and its powersave
options.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org


pgpSlyKmxtugr.pgp
Description: PGP signature


Re: Blank screensaver

2001-04-16 Thread Cameron Matheson
Hey,

try 'xset s off'

Cameron Matheson


On Mon, Apr 16, 2001 at 09:51:28AM -0700, Karsten M. Self wrote:
 on Mon, Apr 16, 2001 at 09:09:18AM -0600, Russell May ([EMAIL PROTECTED]) 
 wrote:
  How do I disable the automatic blank screensaver that kicks in?
 
 Under X, if you're running xscreensaver, disable it from your .xinitrc
 or /etc/X11/Xsession file.  You can also change setting with the command 
 xscreensaver-command -prefs and the dialog it brings up.
 
 Also under X, you may be getting a blanked screen through xset and the
 DPMS (Energy Star) features .  Refer to the manpage for xset on how to
 disable this.  I believe xset +dpms will do it.
 
 Under console, you'll want to tweak with setterm and its powersave
 options.
 
 -- 
 Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
  What part of Gestalt don't you understand?   There is no K5 cabal
   http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com