SliTaz SliTaz Forum

You are not logged in.

#1 2018-05-08 15:11:52

lm2
Member
Registered: 2017-02-16
Posts: 155

slitaz5rolling, frozen after 10min of IDLE

hello people,

with my eeepc running slitaz 5 latest rolling, after 10minutes of inactivity, i have a black screen.. it's very unconvenient when break cause i lost my work..

is there any way to avoid screensaver or to understand, by logs, what happens, or why when screen is going black nothing can be done?

thank you

Offline

#2 2018-05-09 00:40:46

Darjeeling
Member
Registered: 2012-02-06
Posts: 210

Re: slitaz5rolling, frozen after 10min of IDLE

Unfortunately, in recent 5.0 rolling releases it is no longer possible to turn off the screensaver with the x-server arguments in /etc/slim.conf. A while back I posted a comment on the subject but didn't receive any reply.

But of course it is still possible to get rid of the screensaver if you are using a full live or core installation (not gtk, justx or base):

1) create an "autostart" sub-directory in your user directory...

   [c]mkdir -p /home/???/.config/autostart[/c]

2) create/edit file "xset-screensaver.desktop" in autostart...

   [c]leafpad /home/???/.config/autostart/xset-screensaver.desktop[/c]

   ... so, it looks like this:

   [c][Desktop Entry][/c]

   [c]Type=Application[/c]

   [c]Name=xset screensaver timeout[/c]

   [c]Exec=xset dpms 0 0 0 s 0 0[/c]

3) save the file and restart the desktop or reboot your pc

   and check if it still bombs out after 10 minutes.

Offline

#3 2018-05-09 08:10:26

Saipul
Member
Registered: 2011-06-28
Posts: 87

Re: slitaz5rolling, frozen after 10min of IDLE

Try add line to /etc/X11/xorg.conf or /etc/X11/xorg.conf.d/10-ServerLayout.conf

Section "ServerFlags"

        Option  "Xinerama"    "0"

    Option    "blank time"    "0"

    Option    "standby time"    "0"

    Option    "suspend time"    "0"

    Option    "off time"    "0"

    Option    "dpms"        "false"

EndSection

Offline

#4 2018-05-09 09:32:55

bellard
Administrator
Registered: 2011-03-28
Posts: 657

Re: slitaz5rolling, frozen after 10min of IDLE

/usr/bin/xset-screensaver.sh

menu: setting->Set screensaver timeout

Offline

#5 2018-05-09 19:53:28

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz5rolling, frozen after 10min of IDLE

@bellard @allothers

thankies, it works with bellard's answer smile

(but maybe on all eeepc it will do the same problem? no way to understand why?)

thank you anyway

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]