v0.91 - Touchscreen goes to screensaver regardless of setting 0
Hi,
With the latest version i noticed that my touchscreen goes to screensaver after about 10 mintues. I had previously disabled screensaver by having a time limit set of zero. Now it seems regardless of this setting a screensaver is applied after a few minutes and i can't seem to turn it off.
Not a huge issue but it was not there in the last version.
Cheers
With the latest version i noticed that my touchscreen goes to screensaver after about 10 mintues. I had previously disabled screensaver by having a time limit set of zero. Now it seems regardless of this setting a screensaver is applied after a few minutes and i can't seem to turn it off.
Not a huge issue but it was not there in the last version.
Cheers
Comments
sudo echo "repetierserver ALL=NOPASSWD: /usr/local/Repetier-Setup/bin/screensaver" >> /etc/sudoers.d/repetierserver-perms
to fix. Then set timeout 0 and disable display should be disabled. You need to toggle if it is already. Then it will work.
Next update will fix it automatically.
sudo makes you root so you should have all permissions. You can also edit the file and add the line manually
sudo nano /etc/sudoers.d/repetierserver-perms
and add line
repetierserver ALL=NOPASSWD: /usr/local/Repetier-Setup/bin/screensaver
I'm having the same issues, regardless what timeout I set, the display goes dark after 10 minutes. I already checked what's stated above. I'm on version 0.93.1.
Thanks
which is the source for next image screen saver script.