blob: f300c1b83871d8f1266b36da59af1ea637eaee27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
--- driver/XScreenSaver.ad.in.orig 2005-05-27 14:10:59.000000000 -0500
+++ driver/XScreenSaver.ad.in 2005-05-27 14:10:46.000000000 -0500
@@ -31,19 +31,19 @@
*mode: random
*timeout: 0:10:00
*cycle: 0:10:00
-*lockTimeout: 0:00:00
+*lockTimeout: 0:15:00
*passwdTimeout: 0:00:30
-*dpmsEnabled: False
+*dpmsEnabled: True
*dpmsStandby: 2:00:00
*dpmsSuspend: 2:00:00
*dpmsOff: 4:00:00
-*grabDesktopImages: True
+*grabDesktopImages: False
*grabVideoFrames: False
*chooseRandomImages: @DEFAULT_IMAGES_P@
*imageDirectory: @DEFAULT_IMAGE_DIRECTORY@
*nice: 10
*memoryLimit: 0
-*lock: False
+*lock: True
*lockVTs: True
*verbose: False
*timestamp: True
@@ -57,11 +57,11 @@
*captureStderr: True
*ignoreUninstalledPrograms: False
-*textMode: file
-*textLiteral: XScreenSaver
-*textFile: /usr/X11R6/lib/X11/doc/README
-*textProgram: fortune
-*textURL: http://www.livejournal.com/stats/latest-rss.bml
+*textMode: literal
+*textLiteral: Gentoo Linux
+*textFile: /etc/gentoo-release
+*textProgram: /usr/bin/fortune
+*textURL: http://planet.gentoo.org/rss20.xml
*overlayTextForeground: #FFFF00
*overlayTextBackground: #000000
|