Tiny Core Base > TCB Q&A Forum

Xvesa: Default Display Blanking Timeout

<< < (3/3)

Tahoe:
Solution, albeit simple! These two issued one after the other.
They probably won't for monitors not supporting dpms.

xset s blank

Followed by:

xset s [time_in_seconds] 180 for my preference.

Now how to apply before the Xserver's up?

^thehatsrule^:
This can be used only after X is up.  See ~/.xsession

Tahoe:
Unfortunately I'm still a greenhorn when it comes to appending necessary information.


--- Code: ---Xvesa -br -screen 1024x768x32 -shadow -mouse /dev/input/mice,5 -nolisten tcp -I >/dev/null 2>&1 &
waitforX
"$DESKTOP" 2>/tmp/wm_errors &
export WM_PID=$!
[ -n "$THEME" ] && cp /opt/jwmThemes/"$THEME" .jwmrc-theme
if [ -n "$BACKGROUND" ]; then
  setbackground image /opt/backgrounds/"$BACKGROUND"
else
  [ -x ./.setbackground ] && ./.setbackground
fi
[ "$ICONS" == "wbar" ] && /usr/bin/wbar.sh
[ -x ./.mouse_config ] && ./.mouse_config &
[ $(which flit) ] && flit &
[ $(which watcher) ] && watcher -g +0-0 &
--- End code ---

Will I need to add the options from Xvesa's cli or xset's?
The Xvesa line before the "waitforX" notation, right?

Tahoe:
Xvesa's! Options v and -s [minutes] somewhere in the line before "waitforX."

Navigation

[0] Message Index

[*] Previous page

Go to full version