Information
The default timeout is 30 minutes of keyboard and mouse inactivity before a password-protected screen saver is invoked by the Xscreensaver application used in the GNOME windowing environment.
Note - Presently, the file /usr/openwin/lib/app-defaults/XScreenSaver is not marked volatile, so the pkgchk command produces an error for this item. The following bug has been filed in relation to this-
6255740 XScreenSaver global property file should be marked as volatile
Solution
Perform the following to implement the recommended state-
cd /usr/openwin/lib/app-defaults
awk '/^*timeout:/ { $2 = '0:10:00' } /^*lockTimeout:/ { $2 = '0:00:00' } /^*lock:/ { $2 = 'True' } { print }' XScreenSaver >XScreenSaver.new
mv XScreenSaver.new XScreenSaver
pkgchk -f -n -p /usr/openwin/lib/app-defaults/XScreenSaver