hello
i'm looking for a way to disable the blank screensaver on slitaz3 livecd.
the main problem is the computer doesn't have any internet connection, so i wish there is a way to disable it with only change settings..
thanks you
hello
i'm looking for a way to disable the blank screensaver on slitaz3 livecd.
the main problem is the computer doesn't have any internet connection, so i wish there is a way to disable it with only change settings..
thanks you
xvesa:
Open /etc/slim.conf with nano or leafpad as root.
xserver_arguments dpms
to
xserver_arguments -dpms
xorg-server:
tazpkg get-install xorg-xset
Auto started applications settings are executed after user login.
Preferences>Auto Started Applications>Configuration
Add to the end of the list/save:
#xset
xset s off; xset -dpms &
Reference: http://vanilla.slitaz.org/index.php?p=/discussion/708/screensaver-howto-disables/p1
thanks you for your quick answer
tried with :
xserver_arguments= change dpms to -dpms
do nothing..
then seen tazpkg get-install xorg-xset
but i can't have internet connection on this computer..
Change:
xserver_arguments dpms
to
xserver_arguments -dpms
Disable screenblanking on slitaz-3.0 xvesa system:
xserver_arguments -ac -shadow -dpms +extension Composite -screen 1024x768x24 -keybd keyboard -mouse mouse,5,/dev/input/mice -nolisten
Enable screenblanking on slitaz-3.0 xvesa system:
xserver_arguments -ac -shadow dpms +extension Composite -screen 1024x768x24 -keybd keyboard -mouse mouse,5,/dev/input/mice -nolisten
i already done it, but same thing with the -dpms option, screenblanking is still here
My monitor normally blanks after 10 minutes.
It's been over an hour and it still shows the desktop.
Maybe someone else will reply with another method.
On my system "xserver_arguments -dpms" only prevents that the monitor shut off,
screen-blanking is still active.
Please try the xset commands as suggested by mojo
download the Package:
http://mirror.slitaz.org/packages/3.0/xorg-xset-1.0.4.tazpkg
and transfer / install it to your PC.
You must log in to post.