X and Fluxbox :: Screen blacks out...



Hi,

I have DSL running on an Amaz laptop and the screen goes black after about 5 minutes of inactivity.  Tap the mousepad and it comes back up.

Checked the bios, and power management is disabled, not other video settings there.

Checked Xvesa once up in DSL, but no option there...am I missing something?


Smohrman :-D

xset b off

This turns off screen blanking in X.

If you want to do it for console:
setterm -blank 0 > /dev/tty1

Hi Mikshaw,

I'm not quite saavy enough yet to run with those commands...  :-O

When you say "xset b off" is that a startup parameter, or something you enter at the terminal?  I tried it at boot, but the screen still blanks out after ten minutes.

Also tried at the console (post-boot):  

setterm -blank 0 > /dev/tty1

The screen still goes black.  Am I entering these commands at the proper time?

Thanks for all your help.  I'd really like to stick with DSL if I can just get it to work   :{D
and

The xset command has to be done within an X session.  It should work from an x terminal, but if you want it to be automatic, put the command in /home/dsl/.xinitrc, somewhere above the last line.  Also make sure it is not inside another command, such as a "case/esac" or "if/fi" block.

The setterm command can be put in /opt/bootlocal.sh, although i forgot part of it:
setterm -term linux -blank 0 > /dev/tty1
I don't know for sure if it works in DSL (can't remember ever testing it), but i have two other systems in which it works fine.
If you have multiple ttys, you can do all of them like so (assuming 4 terminals here):
for TTY in /dev/tty[1-4] ; do
       setterm -term linux -blank 0 > $TTY
done

OK, here's what I've tried..

** I downloaded and am running RC2
** I did the xset command within an X session.
** Executed   setterm -term linux -blank 0 > /dev/tty1 at the XTerm.


Not toally sure how to be "sure it is not inside another command, such as a "case/esac" or "if/fi" block."  I opened up XTerminal, sudo su, then exectued the commands.  

Still, the screen goes black at 10 minutes.

I'm using the Live CD until I can get these issues resolved, so I can't put the setterm command in /opt/bootlocal.sh.  

I appreciate your help.  If you have any other suggestions please let me know.  I hate to go back to Windows, :( but I need this laptop to work... This doesn't count the sound problem I'm having....

Thanks again

Next Page...
original here.