after i've tried to disable the screensaver with a lot of solutions found here in the forum and on other platforms, i can't figure out my problem.
After 20-30 Minutes i get the weird screensaver, shown in the pictures below.
I start the screen session with "startx" and i run chromium in kiosk mode via autostart in fullscreen mode with a preset website in the file /etc/xdg/lxsessions/LXDE/sutostart.
I've tried all this stuff:
- Added the line setterm -blank 0 to /etc/rc.local
- Installed x11-xserver-utils and editet ~/.xinitrc AND /etc/X11/xinit/xinitrc files. Added this:
Code: Select all
xset s off xset -dpms xset s noblank - Editet /etc/kbd/config and Changed the lines:
Code: Select all
BLANK_TIME=30 # changed to BLANK_TIME=0 POWERDOWN_TIME=15 #changed to POWERDOWN_TIME=0 - Editet /etc/lightdm/lightdm.conf and inserted:
Code: Select all
[SeatDefault] xserver-command=X -s 0 dpms
Can anyone of you figure out how to completely disable the screensaver?
Or is this a chromium screensaver??
I run debian wheezy on the latest version ...

