Lines 31-49
Link Here
|
31 |
*mode: random |
31 |
*mode: random |
32 |
*timeout: 0:10:00 |
32 |
*timeout: 0:10:00 |
33 |
*cycle: 0:10:00 |
33 |
*cycle: 0:10:00 |
34 |
*lockTimeout: 0:00:00 |
34 |
*lockTimeout: 0:20:00 |
35 |
*passwdTimeout: 0:00:30 |
35 |
*passwdTimeout: 0:00:30 |
36 |
*dpmsEnabled: False |
36 |
*dpmsEnabled: True |
37 |
*dpmsStandby: 2:00:00 |
37 |
*dpmsStandby: 1:00:00 |
38 |
*dpmsSuspend: 2:00:00 |
38 |
*dpmsSuspend: 1:00:00 |
39 |
*dpmsOff: 4:00:00 |
39 |
*dpmsOff: 2:00:00 |
40 |
*grabDesktopImages: True |
40 |
*grabDesktopImages: False |
41 |
*grabVideoFrames: False |
41 |
*grabVideoFrames: False |
42 |
*chooseRandomImages: @DEFAULT_IMAGES_P@ |
42 |
*chooseRandomImages: @DEFAULT_IMAGES_P@ |
43 |
*imageDirectory: @DEFAULT_IMAGE_DIRECTORY@ |
43 |
*imageDirectory: @DEFAULT_IMAGE_DIRECTORY@ |
44 |
*nice: 10 |
44 |
*nice: 10 |
45 |
*memoryLimit: 0 |
45 |
*memoryLimit: 0 |
46 |
*lock: False |
46 |
*lock: True |
47 |
*lockVTs: True |
47 |
*lockVTs: True |
48 |
*verbose: False |
48 |
*verbose: False |
49 |
*timestamp: True |
49 |
*timestamp: True |
Lines 51-67
Link Here
|
51 |
*unfade: False |
51 |
*unfade: False |
52 |
*fadeSeconds: 0:00:03 |
52 |
*fadeSeconds: 0:00:03 |
53 |
*fadeTicks: 20 |
53 |
*fadeTicks: 20 |
54 |
*splash: True |
54 |
*splash: False |
55 |
*splashDuration: 0:00:05 |
55 |
*splashDuration: 0:00:05 |
56 |
*visualID: default |
56 |
*visualID: default |
57 |
*captureStderr: True |
57 |
*captureStderr: True |
58 |
*ignoreUninstalledPrograms: False |
58 |
*ignoreUninstalledPrograms: False |
59 |
|
59 |
|
60 |
*textMode: file |
60 |
*textMode: file |
61 |
*textLiteral: XScreenSaver |
61 |
*textLiteral: Gentoo Linux |
62 |
*textFile: @DEFAULT_TEXT_FILE@ |
62 |
*textFile: /usr/share/xscreensaver/gentoo-philosophy |
63 |
*textProgram: fortune |
63 |
*textProgram: /usr/bin/fortune |
64 |
*textURL: http://www.livejournal.com/stats/latest-rss.bml |
64 |
*textURL: http://planet.gentoo.org/rss20.xml |
65 |
|
65 |
|
66 |
*overlayTextForeground: #FFFF00 |
66 |
*overlayTextForeground: #FFFF00 |
67 |
*overlayTextBackground: #000000 |
67 |
*overlayTextBackground: #000000 |
Lines 118-124
Link Here
|
118 |
|
118 |
|
119 |
! The format used for printing the date and time in the password dialog box |
119 |
! The format used for printing the date and time in the password dialog box |
120 |
! (see the strftime(3) manual page for details.) |
120 |
! (see the strftime(3) manual page for details.) |
121 |
*dateFormat: %d-%b-%y (%a); %I:%M %p |
121 |
! Preferred time representation for the current locale |
|
|
122 |
*dateFormat: %x %X |
123 |
! Xscreensaver's default |
124 |
! *dateFormat: %d-%b-%y (%a); %I:%M %p |
122 |
! To show the time only: |
125 |
! To show the time only: |
123 |
! *dateFormat: %I:%M %p |
126 |
! *dateFormat: %I:%M %p |
124 |
! For 24 hour time: |
127 |
! For 24 hour time: |