How to disable the Ubuntu screensaver

2 posts / 0 new
Last post
Anonymous (not verified)
How to disable the Ubuntu screensaver

It's enabled in the master.

edit /etc/X11/xorg.conf to read as follows:

Section "ServerFlags"
Option "DontVTSwitch" "true"
Option "blanktime" "0"
Option "standbytime" "0"
Option "suspendtime" "0"
Option "offtime" "0"
EndSection

Michael (not verified)
xScreensaver

Hi

I'm testing the kiosk. It's very good, thanks.

I've a problem with xscreensaver. It works fine for itadmin but it doesn´t work for kiosk user, past 10 minutes the screen go to blank so I've applied the changes related in this topic and all is ok, the screen is always working now but...

I'd like to use xscreensaver too, somebody can help me please?

Thanks in advance !