X and Fluxbox :: Disabe sleep mode/screensaver



hello. :laugh:

i am having troubles with the sleep mode that dsl goes into after a certain amount of time. ???

is there a way to disable this? im sure there is, but my noob-ness is making it diffucult for me to figure it out on my own.  :(

thanks in advance!  :D

If you mean screen blanking....

for text mode:
setterm -term linux -blank 0 > /dev/tty1
put this in /opt/bootlocal.sh for auto setting

for X:
xset s off
put this in /home/dsl/.xinitrc for auto


original here.