Re: Stop Screen Turning Off

2001-12-19 Thread Tomas Capdevila

try this in your .xinit and/or .xsession

xset -dpms

it switsches the power saving off, just enter a 'man xset' in a
terminal and look out for dpms. they describe it better than i can do
here ;-)


bye,
tomas



Re: Stop Screen Turning Off

2001-12-19 Thread xOr

On Thu, Dec 20, 2001 at 08:54:07AM +1100, -|- Hurgh -|- wrote:
> Sorry about this post cause i know that there were some similar to this a little 
>while back, but i lost all my email's and cant remember what was said in the email.
> 
> What i want to know is what command you have to add to what file to stop the screen 
>turning off by itself - cause i would much rather turn it off by hand than have it 
>turn off when it thinks i am not using the computer any more.
> 
> Any help would be appreciated, and sorry again for asking the same question that has 
>already been answered.

Section "ServerFlags"
Option  "SuspendTime"  "0"
Option  "StandbyTime"  "0"
Option  "BlankTime""0"
Option  "OffTime"  "0"
EndSection

To your /etc/X11/XF86Config file.

xOr
-- 
I am damn unsatisfied to be killed in this way.



msg04410/pgp0.pgp
Description: PGP signature


Re: Stop Screen Turning Off

2001-12-19 Thread Sean 'Shaleh' Perry

On 19-Dec-2001 -|- Hurgh -|- wrote:
> Sorry about this post cause i know that there were some similar to this a
> little while back, but i lost all my email's and cant remember what was said
> in the email.
> 
> What i want to know is what command you have to add to what file to stop the
> screen turning off by itself - cause i would much rather turn it off by hand
> than have it turn off when it thinks i am not using the computer any more.
> 
> Any help would be appreciated, and sorry again for asking the same question
> that has already been answered.
> 
> -|- Hurgh -|-

We hafve mailing list archives for a reason.  blackbox.alug.org has the link.



Re: Stop Screen Turning Off

2001-12-19 Thread tps12

Ah, I knew I was not alone. You can "xset s 0" when X is running, or set
Option "BlankTime" "0" in your XF86Config's "ServerFlags". If you have an
EnergyStar monitor, you can also set the StandbyTime, SuspendTime, and
OffTime in the same way.

On Thu, 20 Dec 2001, -|- Hurgh -|- wrote:

> Sorry about this post cause i know that there were some similar to this a little 
>while back, but i lost all my email's and cant remember what was said in the email.
> 
> What i want to know is what command you have to add to what file to stop the screen 
>turning off by itself - cause i would much rather turn it off by hand than have it 
>turn off when it thinks i am not using the computer any more.
> 
> Any help would be appreciated, and sorry again for asking the same question that has 
>already been answered.
> 
> -|- Hurgh -|-
> 

( tps12 )