You are not logged in.

#1 2009-03-04 20:53:26

taz
Member
Registered: 2009-03-04
Posts: 24

system turn off the screen

If i do not touch the keyboard then the screen go out after 10 minutes. Where can I disable it?
ssory for my english)

Last edited by taz (2009-03-04 20:54:23)


linux is <3

Offline

#2 2009-03-04 21:08:57

Troels
Member
From: Denmark
Registered: 2009-03-01
Posts: 16

Re: system turn off the screen

Which DE are you using?

Offline

#3 2009-03-04 21:17:11

ArchGh0ul
Member
Registered: 2008-10-23
Posts: 96

Re: system turn off the screen

taz wrote:

If i do not touch the keyboard then the screen go out after 10 minutes. Where can I disable it?
ssory for my english)

Edit /etc/X11/xorg.conf and add

Option "BlankTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"

to the "ServerFlags" section.

"0" disables the timeout, any other positive number sets the minutes untill action is taken.
So Option "BlankTime" "10" would blank the screen after 10 minutes etc.

P.S. Test if it works by setting BlankTime to "1" and don't touch anything for 1 minute. Go get a soda or something smile

Last edited by ArchGh0ul (2009-03-04 21:19:16)

Offline

#4 2009-03-04 22:44:00

taz
Member
Registered: 2009-03-04
Posts: 24

Re: system turn off the screen

Troels wrote:

Which DE are you using?

kde 4.2 from kdemod


linux is <3

Offline

#5 2009-03-04 22:45:27

taz
Member
Registered: 2009-03-04
Posts: 24

Re: system turn off the screen

ArchGh0ul wrote:
taz wrote:

If i do not touch the keyboard then the screen go out after 10 minutes. Where can I disable it?
ssory for my english)

Edit /etc/X11/xorg.conf and add

Option "BlankTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"

to the "ServerFlags" section.

"0" disables the timeout, any other positive number sets the minutes untill action is taken.
So Option "BlankTime" "10" would blank the screen after 10 minutes etc.

P.S. Test if it works by setting BlankTime to "1" and don't touch anything for 1 minute. Go get a soda or something smile

1) it doesnt work
2) screen goes down without X too, when i work only in console


linux is <3

Offline

#6 2009-03-05 10:07:51

ArchGh0ul
Member
Registered: 2008-10-23
Posts: 96

Re: system turn off the screen

Funny..it works for me.
Check this then: http://bbs.archlinux.org/viewtopic.php?pid=295738

Offline

Board footer

Powered by FluxBB