display power

2006-12-06 Thread abc
can someone tell me how to stop FreeBSD (4.11) from
turning off my monitor (after whatever preset timeout
there is)?

it's messing my monitor up because it takes my monitor
about an hour to stabilize the display after being
turned off - and i can't afford a new monitor right now.
until it is warmed up, it squiggles all over to the
point where nothing can be seen or read on the display.

thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: display power

2006-12-06 Thread Warren Block

On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote:


can someone tell me how to stop FreeBSD (4.11) from
turning off my monitor (after whatever preset timeout
there is)?


vidcontrol -t off

Unless you're running X, in which case I know it can be done, but can't 
remember how.


Incidentally, a monitor like that can be a fire hazard.  Replace as soon 
as possible.  It shouldn't be hard, because people are giving away used 
CRTs now.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: display power

2006-12-06 Thread Frank Shute
On Wed, Dec 06, 2006 at 10:48:06AM -0700, Warren Block wrote:

 On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote:
 
 can someone tell me how to stop FreeBSD (4.11) from
 turning off my monitor (after whatever preset timeout
 there is)?
 
 vidcontrol -t off
 
 Unless you're running X, in which case I know it can be done, but can't 
 remember how.

xset(1) is worth reading in that case. Something like:

xset -dpms

in .xinitrc should do it.

 
 Incidentally, a monitor like that can be a fire hazard.  Replace as soon 
 as possible.  It shouldn't be hard, because people are giving away used 
 CRTs now.

I've got a houseful of CRTs that I want to get rid of :/

-- 

 Frank 


echo f r a n k @ e s p e r a n c e - l i n u x . c o . u k | sed 's/ //g'

  ---PGP keyID: 0x10BD6F4B---  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: display power

2006-12-06 Thread Alex Zbyslaw

Warren Block wrote:


On Wed, 6 Dec 2006, [EMAIL PROTECTED] wrote:


can someone tell me how to stop FreeBSD (4.11) from
turning off my monitor (after whatever preset timeout
there is)?



vidcontrol -t off

Unless you're running X, in which case I know it can be done, but 
can't remember how.



This works for me.

xset -dpms; xset s off

And back on with the reverse:

xset +dpms; xset s on

--Alex


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: display power

2006-12-06 Thread Peter A. Giessel
On 2006/12/06 9:37, Frank Shute seems to have typed:
 On Wed, Dec 06, 2006 at 10:48:06AM -0700, Warren Block wrote:
 Incidentally, a monitor like that can be a fire hazard.  Replace as soon 
 as possible.  It shouldn't be hard, because people are giving away used 
 CRTs now.
 
 I've got a houseful of CRTs that I want to get rid of :/
 

State Surplus in Juneau was getting rid of 17-19 CRTs that work great
for $5 each (since I notice that the OP is in Anchorage and figure they
have a similar deal there).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]