Re: "fatal" screen blanking

2019-04-05 Thread Gene Heskett
On Friday 05 April 2019 09:08:33 Felix Miata wrote: > Gene Heskett composed on 2019-04-05 06:03 (UTC-0400): > > On Friday 05 April 2019 04:09:55 Felix Miata wrote: > >> Were you running MC in TDE? Have you set its screen power save to > >> maximum 120 minutes (as I do)? > > > > MC has no such opti

Re: "fatal" screen blanking

2019-04-05 Thread Felix Miata
Gene Heskett composed on 2019-04-05 06:03 (UTC-0400): > On Friday 05 April 2019 04:09:55 Felix Miata wrote: >> Were you running MC in TDE? Have you set its screen power save to >> maximum 120 minutes (as I do)? > MC has no such option. TDE I haven't checked yet. But PI sure wouldn't > think it

Re: "fatal" screen blanking (was: Getting amd64 stretch netinstall to work)

2019-04-05 Thread Gene Heskett
On Friday 05 April 2019 04:09:55 Felix Miata wrote: > Gene Heskett composed on 2019-04-04 15:09 (UTC-0400): > > ...I had other things to do and left mc running but sitting idle > > while I attended to the washing machine and walked to the mailbox to > > get todays mail. On returning, the screen

Re: "fatal" screen blanking (was: Getting amd64 stretch netinstall to work)

2019-04-05 Thread Felix Miata
Gene Heskett composed on 2019-04-04 15:09 (UTC-0400): > ...I had other things to do and left mc running but sitting idle > while I attended to the washing machine and walked to the mailbox to get > todays mail. On returning, the screen had been blanked. Nothing on the > keyboard or mouse woul

Re: using less in a bash script, screen blanking, alternate screen

2013-09-09 Thread Zenaan Harkness
On 9/8/13, Zenaan Harkness wrote: > On 9/8/13, Zenaan Harkness wrote: >> OK, I have the following script (reduced, just enough to demonstrate >> the problem): >> >> --- test.sh --- >> #!/bin/bash >> cmd="apt-cache search debian-installer | sort | egrep --color=always >> -i debian-installer" >> #t

Re: using less in a bash script, screen blanking, alternate screen

2013-09-08 Thread Thomas Dickey
On Sunday, September 8, 2013 4:00:02 AM UTC-4, Zenaan Harkness wrote: > OK, I have the following script (reduced, just enough to demonstrate > > the problem): > --- test.sh --- > #!/bin/bash > cmd="apt-cache search debian-installer | sort | egrep --color=always -i > debian-installer" > #tput nrrm

Re: using less in a bash script, screen blanking, alternate screen

2013-09-08 Thread Zenaan Harkness
On 9/8/13, Zenaan Harkness wrote: > OK, I have the following script (reduced, just enough to demonstrate > the problem): > > --- test.sh --- > #!/bin/bash > cmd="apt-cache search debian-installer | sort | egrep --color=always > -i debian-installer" > #tput nrrmc # line 3 > #less -REf <($cmd) # lin

Re: using less in a bash script, screen blanking, alternate screen

2013-09-08 Thread Sven Joachim
On 2013-09-08 09:53 +0200, Zenaan Harkness wrote: > OK, I have the following script (reduced, just enough to demonstrate > the problem): > > --- test.sh --- > #!/bin/bash > cmd="apt-cache search debian-installer | sort | egrep --color=always > -i debian-installer" > #tput nrrmc # line 3 > #less -R

using less in a bash script, screen blanking, alternate screen

2013-09-08 Thread Zenaan Harkness
OK, I have the following script (reduced, just enough to demonstrate the problem): --- test.sh --- #!/bin/bash cmd="apt-cache search debian-installer | sort | egrep --color=always -i debian-installer" #tput nrrmc # line 3 #less -REf <($cmd) # line 4 less -REf <(bash -c "$cmd") # line 5 #less -REf

Solution for Gnome 3 screen blanking

2012-07-01 Thread Andrew Wood
After much experimenting and hair pulling I thought Id share my solution for disabling the screen blanking on Gnome 3. There are various solutions on the web but this is the only one Ive found which always works every boot and keeps working after upgrades. Basically it consists of a Python

Re: wheezy: disable X11 screen blanking

2012-03-11 Thread Camaleón
On Sun, 11 Mar 2012 09:09:21 -0700, Aaron Marks wrote: > I am using Debian wheezy and X11 on x86-64. I noticed that after five > minutes with no input or so, my screen is blacked. How can I disable > this feature? I DO have xset -dpms s off in my .xsession BTW., but this > does not help. Check if

wheezy: disable X11 screen blanking

2012-03-11 Thread Aaron Marks
Hi, I am using Debian wheezy and X11 on x86-64. I noticed that after five minutes with no input or so, my screen is blacked. How can I disable this feature? I DO have xset -dpms s off in my .xsession BTW., but this does not help. Thanks a lot! Aaron -- To UNSUBSCRIBE, email to debian-user-r

Re: Re: Re: How to avoid screen blanking?

2012-02-26 Thread Tom H
On Sun, Feb 26, 2012 at 3:06 AM, Felix Koop wrote: > > I looked at the 3 idle-dim keys and deselected idle-dim-ac and > idle-dim-battery (btw this is a desktop machine and should never be on > battery). Also I changed idle-dim-time to 3600, but no success. The > screen always blanks after 30 s of

Re: How to avoid screen blanking?

2012-02-26 Thread Henrique de Moraes Holschuh
On Sun, 26 Feb 2012, Felix Koop wrote: > if you look at the beginning of the thread, you see that I especially do > not want any screen blanking. Trivial to do in xscreensaver, but you will have to get the desktop environment bling to stop messing with you first at which point you

Re: Re: How to avoid screen blanking?

2012-02-26 Thread Rob Owens
On Sun, Feb 26, 2012 at 04:39:20PM +0100, Felix Koop wrote: > if you look at the beginning of the thread, you see that I especially do > not want any screen blanking. > > Unfortunately it seems that it is not a screensaver issue, because I > killed any screensaver process

Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
if you look at the beginning of the thread, you see that I especially do not want any screen blanking. Unfortunately it seems that it is not a screensaver issue, because I killed any screensaver process running and the blanking still does happen. Any idea who might be the culprit? I am using

Re: How to avoid screen blanking?

2012-02-26 Thread Henrique de Moraes Holschuh
On Sat, 25 Feb 2012, Felix Koop wrote: > I tried "xset dpms force off" but that would blank the screen directly. > "xset -dpms" will switch dpms off (at least according to "xset q", but > will not stop the blanking. Same with xset s off or xset s 0. Both Those only work with good screensavers. Fl

Re: Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
I looked at the 3 idle-dim keys and deselected idle-dim-ac and idle-dim-battery (btw this is a desktop machine and should never be on battery). Also I changed idle-dim-time to 3600, but no success. The screen always blanks after 30 s of inactivity. -- Mit freundlichen Grüßen Felix Koop -- T

Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
I have set that to 30 min also, but 30 min would be ok. My screen currently blanks after 30 seconds and that is way to early. -- Mit freundlichen Grüßen Felix Koop Am Samstag, den 25.02.2012, 17:23 -0600 schrieb Selim T. Erdogan: > Felix Koop, 25.02.2012: > > I have tried in dconf-editor to

Re: Re: How to avoid screen blanking?

2012-02-25 Thread Tom H
On Sat, Feb 25, 2012 at 6:23 PM, Selim T. Erdogan wrote: > Felix Koop, 25.02.2012: >> >> I have tried in dconf-editor to find a setting in >> "org.gnome.settings-daemon.plugins.power" without success. Even >> deactivating the whole plugin does not seem to help. :-( > > Under "org.gnome.settings-da

Re: Re: How to avoid screen blanking?

2012-02-25 Thread Tom H
On Sat, Feb 25, 2012 at 5:24 PM, Felix Koop wrote: > > I have tried in dconf-editor to find a setting in > "org.gnome.settings-daemon.plugins.power" without success. Even > deactivating the whole plugin does not seem to help. :-( Look at the two "idle-dim" keys. -- To UNSUBSCRIBE, email to deb

Re: How to avoid screen blanking?

2012-02-25 Thread Tom H
On Sat, Feb 25, 2012 at 3:17 PM, Rob Owens wrote: > On Sat, Feb 25, 2012 at 08:39:43PM +0100, Felix Koop wrote: >> >> Thanks for your answers. Please keep me on cc as I am currently not >> subscribed to this list. >> >> I tried "xset dpms force off" but that would blank the screen directly. >> "xs

Re: Re: How to avoid screen blanking?

2012-02-25 Thread Selim T. Erdogan
Felix Koop, 25.02.2012: > I have tried in dconf-editor to find a setting in > "org.gnome.settings-daemon.plugins.power" without success. Even > deactivating the whole plugin does not seem to help. :-( Under "org.gnome.settings-daemon.plugins.power", try changing "sleep-display-ac" and "sleep-displ

Re: How to avoid screen blanking?

2012-02-25 Thread Selim T. Erdogan
r: /usr/bin/gnome-screensaver-preferences > > ... > > > > > > > -- > > > Mit freundlichen Grüßen > > > > > > Felix Koop > > > > > > > > > > > > Am Samstag, den 25.02.2012, 15:19 -0500 s

Re: How to avoid screen blanking?

2012-02-25 Thread Rob Owens
On Sat, Feb 25, 2012 at 10:24:07PM +0100, Felix Koop wrote: > Hi Rob, > > I do not have that command (gnome-screensaver-preferences) installed and > did not find it in any debian SID package. I am using Debian SID. Do you > also use SID and can tell me in which package this command is? > Sorry, I

Re: Re: How to avoid screen blanking?

2012-02-25 Thread Felix Koop
I have tried in dconf-editor to find a setting in "org.gnome.settings-daemon.plugins.power" without success. Even deactivating the whole plugin does not seem to help. :-( -- Mit freundlichen Grüßen Felix Koop -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: How to avoid screen blanking?

2012-02-25 Thread Selim T. Erdogan
gt; -Rob > > > > - Forwarded message from Rob Owens - > > > > Date: Sat, 25 Feb 2012 15:17:41 -0500 > > From: Rob Owens > > To: debian-user@lists.debian.org > > Subject: Re: How to avoid screen blanking? > > > > On Sat, Feb 25, 201

Re: How to avoid screen blanking?

2012-02-25 Thread Felix Koop
-0500 schrieb Rob Owens: > Sorry, forgot to cc you. > -Rob > > - Forwarded message from Rob Owens - > > Date: Sat, 25 Feb 2012 15:17:41 -0500 > From: Rob Owens > To: debian-user@lists.debian.org > Subject: Re: How to avoid screen blanking? > > On Sat,

Re: How to avoid screen blanking?

2012-02-25 Thread Tom H
On Sat, Feb 25, 2012 at 2:39 PM, Felix Koop wrote: > > Yes, I am using gnome and my window manager is gdm3. I tried searching > power settings under org.gnome in dconf-editor, but did not find any. > Could you be more specific where they should be? Or do I need to install > any package to have tho

Re: How to avoid screen blanking?

2012-02-25 Thread Rob Owens
On Sat, Feb 25, 2012 at 08:39:43PM +0100, Felix Koop wrote: > Thanks for your answers. Please keep me on cc as I am currently not > subscribed to this list. > > I tried "xset dpms force off" but that would blank the screen directly. > "xset -dpms" will switch dpms off (at least according to "xset

Re: How to avoid screen blanking?

2012-02-25 Thread Felix Koop
Thanks for your answers. Please keep me on cc as I am currently not subscribed to this list. I tried "xset dpms force off" but that would blank the screen directly. "xset -dpms" will switch dpms off (at least according to "xset q", but will not stop the blanking. Same with xset s off or xset s 0.

Re: How to avoid screen blanking?

2012-02-24 Thread Tom H
On Fri, Feb 24, 2012 at 3:09 PM, Felix Koop wrote: > > I have a problem with my sid installation. The screen is turning blank > after about 30s of inactivity on mouse/keyboard. I have already set dpms > mode off (xset -dpms) and deactivated the screensavers (xset s 0), but > no luck. Has anybody a

Re: How to avoid screen blanking?

2012-02-24 Thread Don deJuan
On 02/24/2012 12:09 PM, Felix Koop wrote: Hello, I have a problem with my sid installation. The screen is turning blank after about 30s of inactivity on mouse/keyboard. I have already set dpms mode off (xset -dpms) and deactivated the screensavers (xset s 0), but no luck. Has anybody any idea wh

Re: How to avoid screen blanking?

2012-02-24 Thread Don deJuan
On 02/24/2012 12:32 PM, Bob Proulx wrote: Felix Koop wrote: I have a problem with my sid installation. The screen is turning blank after about 30s of inactivity on mouse/keyboard. I have already set dpms mode off (xset -dpms) and deactivated the screensavers (xset s 0), but no luck. Has anybody

Re: How to avoid screen blanking?

2012-02-24 Thread Don deJuan
On 02/24/2012 12:32 PM, Bob Proulx wrote: Felix Koop wrote: I have a problem with my sid installation. The screen is turning blank after about 30s of inactivity on mouse/keyboard. I have already set dpms mode off (xset -dpms) and deactivated the screensavers (xset s 0), but no luck. Has anybody

Re: How to avoid screen blanking?

2012-02-24 Thread Bob Proulx
Felix Koop wrote: > I have a problem with my sid installation. The screen is turning blank > after about 30s of inactivity on mouse/keyboard. I have already set dpms > mode off (xset -dpms) and deactivated the screensavers (xset s 0), but > no luck. Has anybody any idea what might be the reason or

How to avoid screen blanking?

2012-02-24 Thread Felix Koop
Hello, I have a problem with my sid installation. The screen is turning blank after about 30s of inactivity on mouse/keyboard. I have already set dpms mode off (xset -dpms) and deactivated the screensavers (xset s 0), but no luck. Has anybody any idea what might be the reason or how I could debug

Re: [SOLVED] problems setting up screen blanking in X

2009-11-04 Thread green
ioned that above. Did it work? > > I thought I would have to script the xset -dpms command but the screen > blanking behaviour is now (4 days later) adhering to the configuration, i.e. > I am not getting any screen blanking now. I use xset to set dpms in ~/.xsession; you may need

Keyboard does not answer anymore after screen blanking

2009-11-04 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have settings on my Debian Lenny (w/ kernel 2.6.26-2-686-bigmem) so that after some minutes, my screen is blanked. The problem is that, once it has been done, my keyboard is sometimes completely ``locked,'' and I am thus unable to type my cre

[SOLVED] problems setting up screen blanking in X

2009-11-04 Thread Adam Hardy (struts)
> green on 29/10/09 13:57, wrote: >>> DPMS (Energy Star): >>> Standby: 0Suspend: 0Off: 0 >>> DPMS is Enabled >>> Monitor is On >> > Hmm, yes, I mentioned that above. Did it work? I thought I would have to script the xset -dpms com

Re: problems setting up screen blanking in X

2009-10-31 Thread green
Adam Hardy wrote at 2009-10-29 19:15 -0500: > green on 29/10/09 13:57, wrote: >> Adam Hardy wrote at 2009-10-29 04:00 -0500: >>> I have checked that this is the only xorg.conf being read. The output >>> from "xset q" for the screen saver (disabled in the xfce config menu) >>> is what I think stil

Re: problems setting up screen blanking in X

2009-10-29 Thread Adam Hardy
green on 29/10/09 13:57, wrote: Adam Hardy wrote at 2009-10-29 04:00 -0500: I have checked that this is the only xorg.conf being read. The output from "xset q" for the screen saver (disabled in the xfce config menu) is what I think still needs to change: Screen Saver: prefer blanking: yes

Re: problems setting up screen blanking in X

2009-10-29 Thread green
Adam Hardy wrote at 2009-10-29 04:00 -0500: > I have checked that this is the only xorg.conf being read. The output > from "xset q" for the screen saver (disabled in the xfce config menu) is > what I think still needs to change: > > Screen Saver: > prefer blanking: yesallow exposures: yes

Re: problems setting up screen blanking in X

2009-10-29 Thread Adam Hardy
Adam Hardy on 28/10/09 14:06, wrote: green on 28/10/09 13:34, wrote: Adam Hardy wrote at 2009-10-28 04:47 -0500: My only problem now is with the video signal powering down after 10 mins. I can't find the configuration setting anywhere and searching the internet has so far only turned up people

Re: Upgraded to Lenny can't Disable Screen Blanking

2009-03-28 Thread Bernd Aufrecht
Does anybody have any idea on how to disable screen blanking in Lenny? Hi, have yo tried these settings in the xorg.conf? Option "DPMS" And in the ServerLayout section: Option "BlankTime" "0" Option "StandbyTime"

Re: Upgraded to Lenny can't Disable Screen Blanking

2009-03-18 Thread Brian
e Options DPMS line in the xorg.conf file before I could stop the screen blanking in Etch. I did enter that xset s off command as root though. I am not sure if that was the right thing to do so I just tried it as the user logged into the console to see if that would work. So far so good. T

Re: Upgraded to Lenny can't Disable Screen Blanking

2009-03-17 Thread Norbert Zeh
> xset s off does not seem to have worked either. What do you use as your screensaver? If it's nothing, the above should work (and does for me on Lenny). If it's xscreensaver, gnome-screensaver or other, they already do what xset s off would achieve and control blanking the screen themselves. -

Re: Upgraded to Lenny can't Disable Screen Blanking

2009-03-17 Thread Brian
--- On Tue, 3/17/09, Norbert Zeh wrote: > From: Norbert Zeh > Subject: Re: Upgraded to Lenny can't Disable Screen Blanking > To: "Brian" > Cc: "Debian User" > Date: Tuesday, March 17, 2009, 10:15 AM > > xset -s noblank > > I believe wh

Re: Upgraded to Lenny can't Disable Screen Blanking

2009-03-17 Thread Norbert Zeh
> xset -s noblank I believe what you want here is "xset s off". At least that's what I do, and if I understand the manpage correctly, xset s (no)blank does not affect the activation of the screensaver, only what it does when it activates. Cheers, Norbert -- To UNSUBSCRIBE, email to debian-use

Upgraded to Lenny can't Disable Screen Blanking

2009-03-17 Thread Brian
I have a kiosk machine that I just upgraded to Lenny and now it seems that my old method of disabling screen blanking does not work. With Etch all I did was edit the xorg.conf file and commented out # Options "DPMS" That worked until the upgrade.  I have tried: xset -s noblank an

Re: Can't turn off screen blanking -SOLVED

2008-06-03 Thread Anthony Campbell
On 03 Jun 2008, Anthony Campbell wrote: > I'm using Sid on a Thinkpad Z61M. I can't turn off screen blanking, > which happens after about 10 min. I don't have either KDE or Gnome; just > icewm. > > I've used "xset s noblank" and "xset -dpms"

Can't turn off screen blanking

2008-06-03 Thread Anthony Campbell
I'm using Sid on a Thinkpad Z61M. I can't turn off screen blanking, which happens after about 10 min. I don't have either KDE or Gnome; just icewm. I've used "xset s noblank" and "xset -dpms" and I've removed xscreensaver; no luck. I can't see an

Re: fluxbox and screen blanking

2006-03-14 Thread Thomas Jollans
On Tuesday 14 March 2006 16:33, Ishwar Rattan wrote: > I am running a debian derivative system details ? > with fluxbox > window manager. The screen does not blank and I have failed > in finding how to do it? you may want to install Xscreensaver and start it in your ,xsession . I believe blanki

fluxbox and screen blanking

2006-03-14 Thread Ishwar Rattan
I am running a debian derivative system with fluxbox window manager. The screen does not blank and I have failed in finding how to do it? Any ideas will be appreciated. -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: screen blanking

2005-12-01 Thread Dave Sherohman
On Thu, Dec 01, 2005 at 07:13:08AM -0600, Hugo Vanwoerkom wrote: > The best I get disabling dpms is 20 minutes with either: > Option "BlankTime" "3600" > in "ServerLayout" > > or -s 3600 in the start options for the server. Have you considered simply turning dpms off? `xset -dpms` shou

Re: screen blanking

2005-12-01 Thread Hugo Vanwoerkom
Hugo Vanwoerkom wrote: Hi, On both my monitors the screen blanks when you do not use it for a time. Anybody has an idea who is in charge of this? I don't have a screen saver. Just plain XFree86 under Sarge with the Nvidia closed source driver. I would like to disable it in some cases. Tha

Re: screen blanking

2005-11-30 Thread d
in charge of this? I don't have a screen saver. > > Just > > plain XFree86 under Sarge with the Nvidia closed source driver. > > > > I would like to disable it in some cases. > > I forget exactly how it is changed, but need to change your XDPMS > settings.

Re: screen blanking

2005-11-30 Thread Almut Behrens
On Wed, Nov 30, 2005 at 01:11:39PM -0600, Hugo Vanwoerkom wrote: > Xset did not define the dpms states, this does: > http://webpages.charter.net/dperr/dpms.htm > > Also you have to set the option in the monitor section, per googling for > dpms subject. > > However, doing all that, I got it to wo

Re: screen blanking

2005-11-30 Thread Hugo Vanwoerkom
Roberto C. Sanchez wrote: On Wed, Nov 30, 2005 at 07:14:07AM -0600, Hugo Vanwoerkom wrote: Hi, On both my monitors the screen blanks when you do not use it for a time. Anybody has an idea who is in charge of this? I don't have a screen saver. Just plain XFree86 under Sarge with the Nvidia cl

Re: screen blanking

2005-11-30 Thread Brad Sawatzky
On Wed, 30 Nov 2005, Hugo Vanwoerkom wrote: > On both my monitors the screen blanks when you do not use it for a time. > > Anybody has an idea who is in charge of this? I don't have a screen > saver. Just plain XFree86 under Sarge with the Nvidia closed source driver. > > I would like to disabl

Re: screen blanking

2005-11-30 Thread Roberto C. Sanchez
On Wed, Nov 30, 2005 at 07:14:07AM -0600, Hugo Vanwoerkom wrote: > Hi, > > On both my monitors the screen blanks when you do not use it for a time. > > Anybody has an idea who is in charge of this? I don't have a screen saver. > Just > plain XFree86 under Sarge with the Nvidia closed source dri

screen blanking

2005-11-30 Thread Hugo Vanwoerkom
Hi, On both my monitors the screen blanks when you do not use it for a time. Anybody has an idea who is in charge of this? I don't have a screen saver. Just plain XFree86 under Sarge with the Nvidia closed source driver. I would like to disable it in some cases. Thanks. H -- To UNSUBSCRIB

Re: [OT] Err, how do I turn off screen blanking

2004-07-19 Thread David Goodenough
On Monday 19 July 2004 02:30, Randy W. Sims wrote: > Silvan wrote: > > On Sunday 18 July 2004 08:48 pm, Randy W. Sims wrote: > >>How do I turn off or customize the time out for the "screen saver" that > >>blanks the screen? I thought it might be part of the power management > >>features, but couldn

Re: [OT] [Solved] Err, how do I turn off screen blanking

2004-07-18 Thread Randy W. Sims
Patrick Wiseman wrote: On Sun, 18 Jul 2004, Randy W. Sims wrote: :Matthias Czapla wrote: :> On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: :> :>>How do I turn off or customize the time out for the "screen saver" that :>>blanks the screen? I thought it might be part of the power mana

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Patrick Wiseman
On Sun, 18 Jul 2004, Randy W. Sims wrote: :Matthias Czapla wrote: :> On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: :> :>>How do I turn off or customize the time out for the "screen saver" that :>>blanks the screen? I thought it might be part of the power management :>>features, bu

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Randy W. Sims
Matthias Czapla wrote: On Sun, Jul 18, 2004 at 09:32:42PM -0400, Randy W. Sims wrote: Matthias Czapla wrote: On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: How do I turn off or customize the time out for the "screen saver" that blanks the screen? I thought it might be part of the

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Matthias Czapla
On Sun, Jul 18, 2004 at 09:32:42PM -0400, Randy W. Sims wrote: > Matthias Czapla wrote: > >On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: > > > >>How do I turn off or customize the time out for the "screen saver" that > >>blanks the screen? I thought it might be part of the power m

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Randy W. Sims
Matthias Czapla wrote: On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: How do I turn off or customize the time out for the "screen saver" that blanks the screen? I thought it might be part of the power management features, but couldn't find any docs. Note: this is the blanking that

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Randy W. Sims
Silvan wrote: On Sunday 18 July 2004 08:48 pm, Randy W. Sims wrote: How do I turn off or customize the time out for the "screen saver" that blanks the screen? I thought it might be part of the power management features, but couldn't find any docs. Note: this is the blanking that occurs both at the

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Matthias Czapla
On Sun, Jul 18, 2004 at 08:48:32PM -0400, Randy W. Sims wrote: > How do I turn off or customize the time out for the "screen saver" that > blanks the screen? I thought it might be part of the power management > features, but couldn't find any docs. Note: this is the blanking that > occurs both a

Re: [OT] Err, how do I turn off screen blanking

2004-07-18 Thread Silvan
On Sunday 18 July 2004 08:48 pm, Randy W. Sims wrote: > How do I turn off or customize the time out for the "screen saver" that > blanks the screen? I thought it might be part of the power management > features, but couldn't find any docs. Note: this is the blanking that > occurs both at the consol

[OT] Err, how do I turn off screen blanking

2004-07-18 Thread Randy W. Sims
How do I turn off or customize the time out for the "screen saver" that blanks the screen? I thought it might be part of the power management features, but couldn't find any docs. Note: this is the blanking that occurs both at the console and within X, it's not the screen saver. Thanks, Randy.

Re: How to change screen-blanking time

2002-10-27 Thread German Garcia
On Fri, Oct 25, 2002 at 07:46:50PM -0400, Sebastian Canagaratna wrote: > I would still like to know how one sets the blank time permanently in > some file. Where is this information held? I have not been able to You can try something like this in a file in /etc/rc.boot/ (e.g. /etc/rc.boot/confi

Re: How to change screen-blanking time

2002-10-26 Thread Shawn Lamson
I assume this is solely for the console? I was never aware of this option myself, but in X i use xset -- something to the effect of xset s 1800 2600 3200 in my .xsessions file in $HOME Shawn --- Bob Hilliard <[EMAIL PROTECTED]> wrote: > Sebastian Canagaratna <[EMAIL PROTECTED]> writes: > > >

Re: How to change screen-blanking time

2002-10-26 Thread Bob Hilliard
Sebastian Canagaratna <[EMAIL PROTECTED]> writes: > Recently my machine (pentium, linux kernel 2.4.18, sarge), used > used to blank after 5 min, suddenly stopped blanking. I looked > around and found that I could set it with setterm -blank time. > This presumable would have to be done ever

How to change screen-blanking time

2002-10-25 Thread Sebastian Canagaratna
Hi: Recently my machine (pentium, linux kernel 2.4.18, sarge), used used to blank after 5 min, suddenly stopped blanking. I looked around and found that I could set it with setterm -blank time. This presumable would have to be done everytime one booted. In any case, I found that when I r

Re: Screen blanking on logout

2002-09-11 Thread Bob Proulx
Raffaele Sandrini <[EMAIL PROTECTED]> [2002-09-11 18:21:35 +0200]: > On Monday 09 September 2002 09:26, Sridhar M.A. wrote: > > Why not put the `clear` in /etc/issue? That way as and when the user > > logs out, the screen is cleared and whatever is in issue comes on > > screen. > > BTW: Where can

Re: Screen blanking on logout

2002-09-11 Thread Raffaele Sandrini
On Monday 09 September 2002 09:26, Sridhar M.A. wrote: > > Why not put the `clear` in /etc/issue? That way as and when the user > logs out, the screen is cleared and whatever is in issue comes on > screen. I am attaching my /etc/issue. Try that. > > Regards, Yeah, also a good idea... BTW: Where c

Re: Screen blanking on logout

2002-09-09 Thread Sridhar M.A.
On Sun, Sep 08, 2002 at 11:28:53PM +0200, Raffaele Sandrini wrote: > > I solved it with this script: > - > #!/bin/bash > > clear > exec /sbin/getty 38400 $1 > - > > And in the inittab i have then: > 1:2345:respawn:/root/bin/shell tty1 > > The dis

Re: Screen blanking on logout

2002-09-08 Thread Raffaele Sandrini
On Friday 06 September 2002 14:43, Ian Johannesen wrote: > > Since I'm using bash2 I normally do > echo 'clear' >> /etc/skel/.bash_logout > > But if you only want it for one local user you could just replace the > above with: > echo 'clear' >> ~/.bash_logout > > .bash_logout is executed when logou

Re: Screen blanking on logout

2002-09-06 Thread Eric G. Miller
On Fri, Sep 06, 2002 at 02:43:06PM +0200, Ian Johannesen wrote: > On Fri, Sep 06, 2002 at 02:14:02PM +0200, Raffaele Sandrini wrote: > Hi Raffaele, > > [...] > > > I did not find an option wich lets getty blank the screen so wich are my > > options to get that feature? write a script wich firstl

Re: Screen blanking on logout

2002-09-06 Thread Ian Johannesen
On Fri, Sep 06, 2002 at 02:14:02PM +0200, Raffaele Sandrini wrote: Hi Raffaele, [...] > I did not find an option wich lets getty blank the screen so wich are my > options to get that feature? write a script wich firstly runs clear and the > getty and take that one in the inittab or do i have to

Screen blanking on logout

2002-09-06 Thread Raffaele Sandrini
Hi Debian uses getty as the tty program. Getty does not blank the screen when its invoked. Other distri namely SuSE, take mingetty for that job wich is able to blank the screen. I did not find an option wich lets getty blank the screen so wich are my options to get that feature? write a script w

Re: Making setterm permanent (was: How to turn off screen blanking)

2001-10-23 Thread Karsten M. Self
on Mon, Oct 22, 2001 at 09:24:53PM -0400, Jason Bleazard ([EMAIL PROTECTED]) wrote: > Mark Carroll wrote: > > > > On Mon, 22 Oct 2001, Doug Fields wrote: > > (snip) > > > How do I turn off the automatic screen blanking features? > > > > setterm for te

Making setterm permanent (was: How to turn off screen blanking)

2001-10-22 Thread Jason Bleazard
Mark Carroll wrote: > > On Mon, 22 Oct 2001, Doug Fields wrote: > (snip) > > How do I turn off the automatic screen blanking features? > > setterm for text consoles, xset for X, might be what you need? > > -- Mark 'setterm -blank 0' works for me at the tex

Re: How to turn off screen blanking

2001-10-22 Thread Petre Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 try setterm -blank 0 gluck. Dani, dumb terminal support. DF> Hello, DF> My computers are primarily servers (Debian/woody) which display diagnostic DF> information. DF> How do I turn off the automatic screen blanking features? DF> Th

Re: How to turn off screen blanking

2001-10-22 Thread Mark Carroll
On Mon, 22 Oct 2001, Doug Fields wrote: (snip) > How do I turn off the automatic screen blanking features? setterm for text consoles, xset for X, might be what you need? -- Mark

How to turn off screen blanking

2001-10-22 Thread Doug Fields
Hello, My computers are primarily servers (Debian/woody) which display diagnostic information. How do I turn off the automatic screen blanking features? Thanks, Doug

Re: KDE2 and login screen blanking

2001-01-17 Thread David B . Harris
To quote [EMAIL PROTECTED] (Dean Allen Provins), # Hello: # # I have KDE2 as the X display manager using an ATI rage128 card, but # cannot get the login screen to blank. # # I've set xset to 10 minutes, but nothing happens at the end of the # interval. 'xset' only works for the current X session

KDE2 and login screen blanking

2001-01-17 Thread Dean Allen Provins
Hello: I have KDE2 as the X display manager using an ATI rage128 card, but cannot get the login screen to blank. I've set xset to 10 minutes, but nothing happens at the end of the interval. Clearly I'm missing something, probably related to KDE and its login. Ideas or suggestions are most welco

Re: Strange screen blanking on 2.2 boot

2000-10-13 Thread Brent Buchholz
On Fri, Oct 13, 2000 at 05:11:01AM -0700, Dwight Johnson wrote: > At the end of booting my new potato 2.2 installation (my first for debian), > the console screen goes blank and then reappears four times before finally > settling on the login prompt. > > What's going on? > At a guess, I'd say xdm

Strange screen blanking on 2.2 boot

2000-10-13 Thread Dwight Johnson
At the end of booting my new potato 2.2 installation (my first for debian), the console screen goes blank and then reappears four times before finally settling on the login prompt. What's going on? Thanks in advance, Dwight -- Dwight Johnson [EMAIL PROTECTED]

Re: console and screen blanking

2000-01-06 Thread Colin Watson
[EMAIL PROTECTED] (Lance Hoffmeyer) wrote: >How do I shut off the screen blanking in a console? Screen blanking used to >work fine but I installed a new motherboard (Can't remember brand (SOYO?) >but now when the screen blanks and stays blanked over night it locks up my >compu

Re: console and screen blanking

2000-01-06 Thread aphro
2000, Lance Hoffmeyer wrote: lanceh > lanceh >How do I shut off the screen blanking in a console? Screen blanking used to lanceh >work fine but I installed a new motherboard (Can't remember brand (SOYO?) lanceh >but now when the screen blanks and stays blanked over night it loc

Re: console and screen blanking

2000-01-06 Thread Mike Werner
On Thu, Jan 06, 2000 at 09:12:15PM -0600, Lance Hoffmeyer wrote: > How do I shut off the screen blanking in a console? Screen blanking used to > work fine but I installed a new motherboard (Can't remember brand (SOYO?) > but now when the screen blanks and stays blanked over night

console and screen blanking

2000-01-06 Thread Lance Hoffmeyer
How do I shut off the screen blanking in a console? Screen blanking used to work fine but I installed a new motherboard (Can't remember brand (SOYO?) but now when the screen blanks and stays blanked over night it locks up my computer and I have to turn the power off and reboot. I wa

Re: Console screen blanking time ?

1999-09-11 Thread Bob Nielsen
setterm -blank [0-60] (blanking time in minutes, 0=never) Bob On Sat, Sep 11, 1999 at 11:31:29AM -0400, Paul McHale wrote: > Hi, > > Does anyone know how to change/disable the console screen blanking time when > in text mode ? > > &

Console screen blanking time ?

1999-09-11 Thread Paul McHale
Hi, Does anyone know how to change/disable the console screen blanking time when in text mode ? thanks, paul Double E Solutions Attn: Paul McHale 4912 Effingham Dayton, Ohio 45431 [EMAIL PROTECTED] Work: 937-253-7610

Re: Turn off auto screen-blanking?

1999-07-13 Thread Shao Zhang
Oops, sorry that I did not read your mail probably... In that case, it is man setterm I believe... On Tue, Jul 13, 1999 at 11:16:40AM +1000, Shao Zhang wrote: > man xset > > On Sun, Jul 11, 1999 at 09:15:30PM -0700, Kevin Traas wrote: > > > > Can anyone point me to an RTFM page ;-) on how to d

Re: Turn off auto screen-blanking?

1999-07-13 Thread Shao Zhang
man xset On Sun, Jul 11, 1999 at 09:15:30PM -0700, Kevin Traas wrote: > > Can anyone point me to an RTFM page ;-) on how to disable the > auto-blanking feature? This is a cmd-line system only, no X. > > I'm assuming it's a kernel parameter somewhere > > TIA, > Kevin > > > > -- > Unsu

  1   2   >