You are not logged in.
Pages: 1
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
Offline
xvesa:
Open /etc/slim.conf with nano or leafpad as root.
[c]xserver_arguments dpms[/c]
to
[c]xserver_arguments -dpms[/c]
xorg-server:
[c]tazpkg get-install xorg-xset[/c]
Auto started applications settings are executed after user login.
Preferences>Auto Started Applications>Configuration
Add to the end of the list/save:
[c]#xset[/c]
[c]xset s off; xset -dpms &[/c]
Reference: http://vanilla.slitaz.org/index.php?p=/discussion/708/screensaver-howto-disables/p1
Offline
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..
Offline
Change:
[c]xserver_arguments dpms[/c]
to
[c]xserver_arguments -dpms[/c]
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
Offline
i already done it, but same thing with the -dpms option, screenblanking is still here
Offline
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.
Offline
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.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]