View previous topic :: View next topic |
Author |
Message |
diefast Tux's lil' helper
Joined: 08 Sep 2005 Posts: 131 Location: little room with no windows
|
Posted: Tue Jan 17, 2006 10:12 pm Post subject: How can I disable power save/blank screen [Solved] |
|
|
Hi,
I am running kernel 2.6.14 r5. I am interested in finding out how I can make my computer work without power save. My computer goes into save mode and turns the screen blank. I do not know, where such configuration is, and I would like to find it out. Please advise. I have APM enabled in my kernel.
Last edited by diefast on Wed Jan 18, 2006 1:59 am; edited 1 time in total |
|
Back to top |
|
|
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
Posted: Wed Jan 18, 2006 12:26 am Post subject: |
|
|
Uhm... /etc/init.d/apmd stop? |
|
Back to top |
|
|
psycepa Veteran
Joined: 27 Dec 2004 Posts: 1637 Location: Poland
|
Posted: Wed Jan 18, 2006 12:27 am Post subject: |
|
|
disable it or play with apm settings
there should be some file like
/etc/conf.d/apmd
but i don't know exactly...
and check if you have in your xorg.conf (i assume that screen blanks under X)
Code: |
Option "BlankTime" XX
Option "StandbyTime" XX
Option "SuspendTime" XX
Option "OffTime" XX
|
greetingz _________________ RLUNo. 376073
bo czytac, to trzeba ze zrozumieniem (c) by psycepa
"nigdy nie kloc sie z glupcem, najpierw sprowadzi cie do swojego poziomu a potem pokona doswiadczeniem"
"Life is complex. It has its real and imaginary part." |
|
Back to top |
|
|
yaneurabeya Veteran
Joined: 13 May 2004 Posts: 1754 Location: Seattle
|
Posted: Wed Jan 18, 2006 12:43 am Post subject: |
|
|
Your WM or DE may also have settings which affect that as well, and not just the xorg.conf file. |
|
Back to top |
|
|
diefast Tux's lil' helper
Joined: 08 Sep 2005 Posts: 131 Location: little room with no windows
|
Posted: Wed Jan 18, 2006 1:46 am Post subject: |
|
|
psycepa wrote: | disable it or play with apm settings
there should be some file like
/etc/conf.d/apmd
but i don't know exactly...
and check if you have in your xorg.conf (i assume that screen blanks under X)
Code: |
Option "BlankTime" XX
Option "StandbyTime" XX
Option "SuspendTime" XX
Option "OffTime" XX
|
greetingz |
Thanks,
In my case the command line is going blank. I am trying to setup a cross compiling machine for arm920T, and I need that screen at all times. I am emerging stuff right now, but I will look into the /etc/conf.d/ later.
Also,
I was born not too far away from your location. I grew up in Kharkiv, Ukraine.
thanks again,
Roman |
|
Back to top |
|
|
diefast Tux's lil' helper
Joined: 08 Sep 2005 Posts: 131 Location: little room with no windows
|
Posted: Wed Jan 18, 2006 1:49 am Post subject: |
|
|
yaneurabeya wrote: | Your WM or DE may also have settings which affect that as well, and not just the xorg.conf file. |
What is DE? |
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Wed Jan 18, 2006 1:56 am Post subject: |
|
|
setterm -powersave off
setterm -blank 0 |
|
Back to top |
|
|
diefast Tux's lil' helper
Joined: 08 Sep 2005 Posts: 131 Location: little room with no windows
|
Posted: Wed Jan 18, 2006 1:59 am Post subject: |
|
|
bollucks wrote: | setterm -powersave off
setterm -blank 0 |
Works for me. Thanks |
|
Back to top |
|
|
|