blob: c9a3bfcd636ac4828cda95c1dd16dc9dfbe96696 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
diff -Nru xscreensaver-4.24.vanilla/driver/XScreenSaver.ad.in xscreensaver-4.24/driver/XScreenSaver.ad.in
--- xscreensaver-4.24.vanilla/driver/XScreenSaver.ad.in 2006-02-12 11:45:45.000000000 +0100
+++ xscreensaver-4.24/driver/XScreenSaver.ad.in 2006-02-12 12:00:11.000000000 +0100
@@ -31,19 +31,19 @@
*mode: random
*timeout: 0:10:00
*cycle: 0:10:00
-*lockTimeout: 0:00:00
+*lockTimeout: 0:20:00
*passwdTimeout: 0:00:30
-*dpmsEnabled: False
-*dpmsStandby: 2:00:00
-*dpmsSuspend: 2:00:00
-*dpmsOff: 4:00:00
-*grabDesktopImages: True
+*dpmsEnabled: True
+*dpmsStandby: 1:00:00
+*dpmsSuspend: 1:00:00
+*dpmsOff: 2:00:00
+*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
@@ -51,17 +51,17 @@
*unfade: False
*fadeSeconds: 0:00:03
*fadeTicks: 20
-*splash: True
+*splash: False
*splashDuration: 0:00:05
*visualID: default
*captureStderr: False
*ignoreUninstalledPrograms: False
-*textMode: file
-*textLiteral: XScreenSaver
-*textFile: @DEFAULT_TEXT_FILE@
-*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
@@ -118,7 +118,10 @@
! The format used for printing the date and time in the password dialog box
! (see the strftime(3) manual page for details.)
-*dateFormat: %d-%b-%y (%a); %I:%M %p
+! Preferred time representation for the current locale
+*dateFormat: %x %X
+! Xscreensaver's default
+! *dateFormat: %d-%b-%y (%a); %I:%M %p
! To show the time only:
! *dateFormat: %I:%M %p
! For 24 hour time:
|