Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/inet-i686/custom-files/kdmrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 476 - (show annotations) (download)
Mon Apr 23 15:21:35 2007 UTC (17 years ago) by niro
File size: 21576 byte(s)
augusta-inet pc profile

1 # KDM master configuration file
2 #
3 # Definition: the greeter is the login dialog, i.e., the part of KDM
4 # which the user sees.
5 #
6 # You can configure every X-display individually.
7 # Every display has a display name, which consists of a host name
8 # (which is empty for local displays specified in {Static|Reserve}Servers),
9 # a colon, and a display number. Additionally, a display belongs to a
10 # display class (which can be ignored in most cases; the control center
11 # does not support this feature at all).
12 # Sections with display-specific settings have the formal syntax
13 # "[X-" host [":" number [ "_" class ]] "-" sub-section "]"
14 # You can use the "*" wildcard for host, number, and class. You may omit
15 # trailing components; they are assumed to be "*" then.
16 # The host part may be a domain specification like ".inf.tu-dresden.de".
17 # It may also be "+", which means non-empty, i.e. remote displays only.
18 # From which section a setting is actually taken is determined by these
19 # rules:
20 # - an exact match takes precedence over a partial match (for the host part),
21 # which in turn takes precedence over a wildcard ("+" taking precedence
22 # over "*")
23 # - precedence decreases from left to right for equally exact matches
24 # Example: display name "myhost:0", class "dpy".
25 # [X-myhost:0_dpy] precedes
26 # [X-myhost:0_*] (same as [X-myhost:0]) precedes
27 # [X-myhost:*_dpy] precedes
28 # [X-myhost:*_*] (same as [X-myhost]) precedes
29 # [X-+:0_dpy] precedes
30 # [X-*:0_dpy] precedes
31 # [X-*:0_*] (same as [X-*:0]) precedes
32 # [X-*:*_*] (same as [X-*])
33 # These sections do NOT match this display:
34 # [X-hishost], [X-myhost:0_dec], [X-*:1], [X-:*]
35 # If a setting is not found in any matching section, the default is used.
36 #
37 # Every comment applies to the following section or key. Note that all
38 # comments will be lost if you change this file with the kcontrol frontend.
39 # The defaults refer to KDM's built-in values, not anything set in this file.
40 #
41 # Special characters need to be backslash-escaped (leading and trailing
42 # spaces (\s), tab (\t), linefeed (\n), carriage return (\r) and the
43 # backslash itself (\\)).
44 # In lists, fields are separated with commas without whitespace in between.
45 # Some command strings are subject to simplified sh-style word splitting:
46 # single quotes (') and double quotes (") have the usual meaning; the backslash
47 # quotes everything (not only special characters). Note that the backslashes
48 # need to be doubled because of the two levels of quoting.
49
50 [General]
51 # This option exists solely for the purpose of a clean automatic upgrade.
52 # Do not even think about changing it!
53 ConfigVersion=2.3
54 # List of permanent displays. Displays with a hostname are foreign. A display
55 # class may be specified separated by an underscore.
56 # Default is ":0"
57 StaticServers=:0
58 # List of on-demand displays. See StaticServers for syntax.
59 # Default is ""
60 ReserveServers=:1,:2,:3
61 # VTs to allocate to X-servers. A negative number means that the VT will be
62 # used only if it is free. If all VTs in this list are used up, the next free
63 # one greater than the last one in this list will be allocated.
64 # Default is ""
65 ServerVTs=-7
66 # TTYs (without /dev/) to monitor for activity while in console mode.
67 # Default is ""
68 ConsoleTTYs=tty1,tty2,tty3,tty4,tty5,tty6
69 # Where KDM should store its PID (do not store if empty).
70 # Default is ""
71 PidFile=/var/run/kdm.pid
72 # Whether KDM should lock the PID file to prevent having multiple KDM
73 # instances running at once. Do not change unless you are brave.
74 # Default is true
75 #LockPidFile=false
76 # Where to store authorization files.
77 # Default is "/var/run/xauth"
78 #AuthDir=/tmp
79 # Whether KDM should automatically re-read configuration files, if it
80 # finds them having changed.
81 # Default is true
82 #AutoRescan=false
83 # Additional environment variables KDM should pass on to all programs it runs.
84 # LD_LIBRARY_PATH and XCURSOR_THEME are good candidates;
85 # otherwise, it should not be necessary very often.
86 # Default is ""
87 #ExportList=LD_LIBRARY_PATH,ANOTHER_IMPORTANT_VAR
88 # A character device KDM should read entropy from.
89 # Empty means use the system's preferred entropy device.
90 # Default is ""
91 #RandomDevice=/dev/altrandom
92 # Where the command FiFos should be created; make it empty to disable
93 # them.
94 # Default is "/var/run/xdmctl"
95 #FifoDir=/tmp
96 # The group to which the global command FiFo should belong;
97 # can be either a name or a numerical ID.
98 # Default is 0
99 #FifoGroup=xdmctl
100 # The directory in which KDM should store persistent working data.
101 # Default is "/var/lib/kdm"
102 #DataDir=
103 # The directory in which KDM should store users' .dmrc files. This is only
104 # needed if the home directories are not readable before actually logging in
105 # (like with AFS).
106 # Default is ""
107 #DmrcDir=/nfs-shared/var/dmrcs
108
109 [Xdmcp]
110 # Whether KDM should listen to incoming XDMCP requests.
111 # Default is true
112 Enable=false
113 # The UDP port on which KDM should listen for XDMCP requests. Do not change.
114 # Default is 177
115 #Port=177
116 # File with the private keys of X-terminals. Required for XDM authentication.
117 # Default is ""
118 #KeyFile=/usr/share/config/kdm/kdmkeys
119 # XDMCP access control file in the usual XDM-Xaccess format.
120 # Default is "/usr/share/config/kdm/Xaccess"
121 #Xaccess=
122 # Number of seconds to wait for display to respond after the user has
123 # selected a host from the chooser.
124 # Default is 15
125 #ChoiceTimeout=10
126 # Strip domain name from remote display names if it is equal to the local
127 # domain.
128 # Default is true
129 #RemoveDomainname=false
130 # Use the numeric IP address of the incoming connection on multihomed hosts
131 # instead of the host name.
132 # Default is false
133 #SourceAddress=true
134 # The program which is invoked to dynamically generate replies to XDMCP
135 # DirectQuery or BroadcastQuery requests.
136 # If empty, no program is invoked and "Willing to manage" is sent.
137 # Default is ""
138 Willing=/usr/share/config/kdm/Xwilling
139
140 [Shutdown]
141 # The command (subject to word splitting) to run to halt the system.
142 # Default is "/sbin/halt"
143 #HaltCmd=
144 # The command (subject to word splitting) to run to reboot the system.
145 # Default is "/sbin/reboot"
146 #RebootCmd=
147 # Whether it is allowed to shut down the system via the global command FiFo.
148 # Default is false
149 #AllowFifo=true
150 # Whether it is allowed to abort active sessions when shutting down the
151 # system via the global command FiFo.
152 # Default is true
153 #AllowFifoNow=false
154 # The boot manager KDM should use for offering boot options in the
155 # shutdown dialog.
156 # "None" - no boot manager
157 # "Grub" - Grub boot manager
158 # "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only)
159 # Default is None
160 #BootManager=Grub
161
162 # Rough estimations about how many seconds KDM will spend at most on
163 # - opening a connection to the X-server (OpenTime) if the attempt
164 # - times out: OpenTimeout
165 # - is refused: OpenRepeat * OpenDelay
166 # - starting a local X-server (ServerTime):
167 # ServerAttempts * (ServerTimeout + OpenDelay)
168 # - starting a display:
169 # - local display: ServerTime + OpenTime
170 # - foreign display: StartAttempts * OpenTime
171 # - XDMCP display: OpenTime (repeated indefinitely by client)
172
173 # Core config for all displays
174 [X-*-Core]
175 # How long to wait before retrying to connect a display.
176 # Default is 15
177 #OpenDelay=15
178 # How long to wait before timing out a display connection attempt.
179 # Default is 120
180 #OpenTimeout=120
181 # How many connection attempts to make during a start attempt. Note that
182 # a timeout aborts the entire start attempt.
183 # Default is 5
184 #OpenRepeat=5
185 # Try at most that many times to start a display. If this fails, the display
186 # is disabled.
187 # Default is 4
188 #StartAttempts=4
189 # Ping remote display every that many minutes.
190 # Default is 5
191 #PingInterval=5
192 # Wait for a Pong that many minutes.
193 # Default is 5
194 #PingTimeout=5
195 # The name of this X-server's Xauth file.
196 # If empty, a random name in the AuthDir directory will be used.
197 # Default is ""
198 #AuthFile=
199 # Specify a file with X-resources for the greeter, chooser and background.
200 # The KDE frontend does not use this file, so you do not need it unless you
201 # use another background generator than krootimage.
202 # Default is ""
203 #Resources=
204 # The xrdb program to use to read the above specified recources.
205 # Subject to word splitting.
206 # Default is "/usr/X11R6/bin/xrdb"
207 #Xrdb=
208 # A program to run before the greeter is shown. Can be used to start an
209 # xconsole or an alternative background generator. Subject to word splitting.
210 # Default is ""
211 Setup=/usr/share/config/kdm/Xsetup
212 # A program to run before a user session starts. Subject to word splitting.
213 # Default is ""
214 Startup=/usr/share/config/kdm/Xstartup
215 # A program to run after a user session exits. Subject to word splitting.
216 # Default is ""
217 Reset=/usr/share/config/kdm/Xreset
218 # The program which is run as the user which logs in. It is supposed to
219 # interpret the session argument (see SessionsDirs) and start an appropriate
220 # session according to it. Subject to word splitting.
221 # Default is "/usr/X11R6/bin/xterm -ls -T"
222 Session=/usr/share/config/kdm/Xsession
223 # The program to run if Session fails.
224 # Default is "/usr/X11R6/bin/xterm"
225 #FailsafeClient=
226 # The PATH for the Session program.
227 # Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games"
228 #UserPath=
229 # The PATH for Setup, Startup and Reset, etc.
230 # Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
231 #SystemPath=
232 # The default system shell.
233 # Default is "/bin/sh"
234 #SystemShell=/bin/bash
235 # Where to put the user's X-server authorization file if ~/.Xauthority
236 # cannot be created.
237 # Default is "/tmp"
238 #UserAuthDir=
239 # Whether to automatically restart sessions after X-server crashes.
240 # Note that enabling this makes circumventing screen lockers other than
241 # KDE's built-in one possible!
242 # Default is false
243 #AutoReLogin=true
244 # Allow root logins?
245 # Default is true
246 AllowRootLogin=false
247 # Allow to log in, when user has set an empty password?
248 # Default is true
249 #AllowNullPasswd=true
250 # Who is allowed to shut down the system. This applies both to the
251 # greeter and to the command FiFo.
252 # "None" - no "Shutdown..." menu entry is shown at all
253 # "Root" - the root password must be entered to shut down
254 # "All" - everybody can shut down the machine
255 # Default is All
256 AllowShutdown=Root
257 # Who is allowed to abort active sessions when shutting down.
258 # "None" - no forced shutdown is allowed at all
259 # "Root" - the root password must be entered to shut down forcibly
260 # "All" - everybody can shut down the machine forcibly
261 # Default is All
262 #AllowSdForceNow=Root
263 # The default choice for the shutdown condition/timing.
264 # "Schedule" - shut down after all active sessions exit (possibly at once)
265 # "TryNow" - shut down, if no active sessions are open; otherwise, do nothing
266 # "ForceNow" - shut down unconditionally
267 # Default is Schedule
268 #DefaultSdMode=ForceNow
269 # How to offer shutdown scheduling options:
270 # "Never" - not at all
271 # "Optional" - as a button in the simple shutdown dialogs
272 # "Always" - instead of the simple shutdown dialogs
273 # Default is Never
274 #ScheduledSd=Optional
275 # The directories containing session type definitions in .desktop format.
276 # Default is "/usr/share/apps/kdm/sessions"
277 #SessionsDirs=/etc/X11/sessions,/usr/share/xsessions
278 # The file (relative to $HOME) to redirect the session output to. This is
279 # a printf format string; one %s will be replaced with the display name.
280 # Default is ".xsession-errors"
281 ClientLogFile=.xsession-errors-%s
282 # Whether KDM's built-in utmp/wtmp/lastlog registration should be used.
283 # Default is true
284 #UseSessReg=false
285
286 # Greeter config for all displays
287 [X-*-Greeter]
288 # Widget style of the greeter. "" means the built-in default which currently
289 # is "Plastik".
290 # Default is ""
291 #GUIStyle=Windows
292 # Widget color scheme of the greeter. "" means the built-in default which
293 # currently is yellowish grey with some light blue and yellow elements.
294 # Default is ""
295 #ColorScheme=Pumpkin
296 # What should be shown in the greeter's logo are:
297 # "None" - nothing
298 # "Logo" - the image specified by LogoPixmap
299 # "Clock" - a neat analog clock
300 # Default is Clock
301 LogoArea=Logo
302 # The image to show when LogoArea=Logo.
303 # Default is ""
304 LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png
305 # The relative coordinates (X,Y in percent) of the center of the greeter.
306 # Default is "50,50"
307 #GreeterPos=30,40
308 # The screen the greeter should be displayed on in multi-headed and Xinerama
309 # setups. The numbering starts with 0. For Xinerama, it corresponds to the
310 # listing order in the active ServerLayout section of XF86Config; -1 means
311 # to use the upper-left screen, -2 means to use the upper-right screen.
312 # Default is 0
313 #GreeterScreen=-1
314 # The headline in the greeter. The following character pairs are replaced:
315 # - %d -> current display
316 # - %h -> host name, possibly with domain name
317 # - %n -> node name, most probably the host name without domain name
318 # - %s -> the operating system
319 # - %r -> the operating system's version
320 # - %m -> the machine (hardware) type
321 # - %% -> a single %
322 # Default is "Welcome to %s at %n"
323 GreetString=Magellan-Linux (%n)
324 # Whether the fonts used in the greeter should be antialiased.
325 # Default is false
326 AntiAliasing=true
327 # The font for the greeter headline.
328 # Default is "Serif,20,bold"
329 #GreetFont=Serif,20,5,0,50,0
330 # The normal font used in the greeter.
331 # Default is "Sans Serif,10"
332 #StdFont=Sans Serif,10,5,0,50,0
333 # The font used for the "Login Failed" message.
334 # Default is "Sans Serif,10,bold"
335 #FailFont=Sans Serif,10,5,0,75,0
336 # What to do with the Num Lock modifier for the time the greeter is running:
337 # "Off" - turn off
338 # "On" - turn on
339 # "Keep" - do not change the state
340 # Default is Keep
341 #NumLock=Off
342 # Language and locale to use in the greeter, encoded like $LC_LANG.
343 # Default is "en_US"
344 #Language=de_DE
345 # Enable autocompletion in the username line edit.
346 # Default is false
347 #UserCompletion=true
348 # Enable user list (names along with images) in the greeter.
349 # Default is true
350 #UserList=false
351 # User selection for UserCompletion and UserList:
352 # "NotHidden" - all users except those listed in HiddenUsers
353 # "Selected" - only the users listed in SelectedUsers
354 # Default is NotHidden
355 #ShowUsers=Selected
356 # For ShowUsers=Selected. @<group> means all users in that group.
357 # Default is ""
358 #SelectedUsers=root,johndoe
359 # For ShowUsers=NotHidden. @<group> means all users in that group.
360 # Default is ""
361 #HiddenUsers=root
362 # Special case of HiddenUsers: users with a non-zero UID less than this number
363 # will not be shown as well.
364 # Default is 0
365 MinShowUID=500
366 # Complement to MinShowUID: users with a UID greater than this number will
367 # not be shown as well.
368 # Default is 65535
369 MaxShowUID=65000
370 # If false, the users are listed in the order they appear in /etc/passwd.
371 # If true, they are sorted alphabetically.
372 # Default is true
373 #SortUsers=false
374 # Specify, where the users' pictures should be taken from.
375 # "AdminOnly" - from <FaceDir>/$USER.face[.icon]
376 # "PreferAdmin" - prefer <FaceDir>, fallback on $HOME
377 # "PreferUser" - ... and the other way round
378 # "UserOnly" - from the user's $HOME/.face[.icon]
379 # Default is AdminOnly
380 #FaceSource=PreferUser
381 # The directory containing the user images if FaceSource is not UserOnly.
382 # Default is "/usr/share/apps/kdm/faces"
383 #FaceDir=/usr/share/faces
384 # Specify, if/which user should be preselected for log in.
385 # "None" - do not preselect any user
386 # "Previous" - the user which successfully logged in last time
387 # "Default" - the user specified in the DefaultUser option
388 # Default is None
389 #PreselectUser=Previous
390 # If this is true, the password input line is focused automatically if
391 # a user is preselected.
392 # Default is false
393 #FocusPasswd=true
394 # The password input fields cloak the typed in text. Specify, how to do it:
395 # "OneStar" - <literal>*</literal> is shown for every typed letter
396 # "ThreeStars" - <literal>***</literal> is shown for every typed letter
397 # "NoEcho" - nothing is shown at all, the cursor does not move
398 # Default is OneStar
399 #EchoMode=NoEcho
400 # If true, krootimage will be automatically started by KDM; otherwise, the
401 # Setup script should be used to setup the background.
402 # Default is true
403 #UseBackground=false
404 # The configuration file to be used by krootimage.
405 # Default is "/usr/share/config/kdm/backgroundrc"
406 #BackgroundCfg=
407 # Hold the X-server grabbed the whole time the greeter is visible. This
408 # may be more secure, but it will disable any background and other
409 # X-clients started from the Setup script.
410 # Default is false
411 #GrabServer=true
412 # How many seconds to wait for grab to succeed.
413 # Default is 3
414 #GrabTimeout=3
415 # Warn, if display has no X-authorization (local auth cannot be created,
416 # XDMCP display wants no auth, or display is foreign from StaticServers).
417 # Default is true
418 #AuthComplain=false
419 # Random seed for forging saved session types, etc. of unknown users.
420 # This value should be random but constant across the login domain.
421 # Default is 0
422 ForgingSeed=1140205462
423 # Specify conversation plugins for the login dialog. Each plugin can be
424 # specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
425 # or as a full pathname.
426 # Default is "classic"
427 #PluginsLogin=sign
428 # Same as PluginsLogin, but for the shutdown dialog.
429 # Default is "classic"
430 #PluginsShutdown=modern
431 # A list of options of the form Key=Value. The conversation plugins can query
432 # these settings; it is up to them what possible keys are.
433 # Default is ""
434 #PluginOptions=SomeKey=randomvalue,Foo=bar
435 # Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs
436 # is configured).
437 # Default is true
438 #AllowConsole=false
439 # A program to run while the greeter is visible. It is supposed to preload
440 # as much as possible of the session that is going to be started (most
441 # probably).
442 # Default is ""
443 Preloader=/usr/bin/preloadkde
444 # Whether the greeter should be themed.
445 # Default is false
446 #UseTheme=true
447 # The theme to use for the greeter. Can point to either a directory or an XML
448 # file.
449 # Default is ""
450 Theme=/usr/share/apps/kdm/themes/circles
451
452 # Core config for local displays
453 [X-:*-Core]
454 # How often to try to run the X-server. Running includes executing it and
455 # waiting for it to come up.
456 # Default is 1
457 #ServerAttempts=1
458 # How long to wait for a local X-server to come up.
459 # Default is 15
460 #ServerTimeout=15
461 # The command line to start the X-server, without display number and VT spec.
462 # This string is subject to word splitting.
463 # Default is "/usr/X11R6/bin/X -br"
464 ServerCmd=/usr/X11R6/bin/X -br
465 # Additional arguments for the X-servers for local sessions.
466 # This string is subject to word splitting.
467 # Default is ""
468 ServerArgsLocal=-nolisten tcp
469 # Additional arguments for the X-servers for remote sessions.
470 # This string is subject to word splitting.
471 # Default is ""
472 #ServerArgsRemote=
473 # Restart instead of resetting the local X-server after session exit.
474 # Use it if the server leaks memory etc.
475 # Default is false
476 #TerminateServer=true
477 # The signal needed to reset the local X-server.
478 # Default is 1 (SIGHUP)
479 #ResetSignal=1
480 # The signal needed to terminate the local X-server.
481 # Default is 15 (SIGTERM)
482 #TermSignal=15
483 # Create X-authorizations for local displays.
484 # Default is true
485 #Authorize=false
486 # Which X-authorization mechanisms should be used.
487 # Default is "MIT-MAGIC-COOKIE-1"
488 #AuthNames=
489 # Need to reset the X-server to make it read initial Xauth file.
490 # Default is false
491 #ResetForAuth=true
492 # See above
493 #AllowNullPasswd=true
494 # See above
495 AllowShutdown=All
496 # Enable password-less logins on this display. USE WITH EXTREME CARE!
497 # Default is false
498 NoPassEnable=false
499 # The users that do not need to provide a password to log in. NEVER list root!
500 # "*" means all non-root users. @<group> means all users in that group.
501 # Default is ""
502 #NoPassUsers=
503
504 # Greeter config for local displays
505 [X-:*-Greeter]
506 # See above
507 PreselectUser=Previous
508 # See above
509 FocusPasswd=true
510 # Specify whether the greeter of local displays should start up in host chooser
511 # (remote) or login (local) mode and whether it is allowed to switch to the
512 # other mode.
513 # "LocalOnly" - only local login possible
514 # "DefaultLocal" - start up in local mode, but allow switching to remote mode
515 # "DefaultRemote" - ... and the other way round
516 # "RemoteOnly" - only choice of remote host possible
517 # Default is LocalOnly
518 LoginMode=DefaultLocal
519 # A list of hosts to be automatically added to the remote login menu. The
520 # special name "*" means broadcast.
521 # Default is "*"
522 #ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com
523 # Show the "Restart X Server"/"Close Connection" action in the greeter.
524 # Default is true
525 AllowClose=false
526
527 # Core config for 1st local display
528 [X-:0-Core]
529 # The VT the X-server should run on; auto-assign if zero, don't assign if -1.
530 # Better leave it zero and use ServerVTs.
531 # Default is 0
532 #ServerVT=7
533 # Enable automatic login. USE WITH EXTREME CARE!
534 # Default is false
535 AutoLoginEnable=true
536 # If true, auto-login after logout. If false, auto-login is performed only
537 # when a display session starts up.
538 # Default is false
539 AutoLoginAgain=true
540 # The delay in seconds before automatic login kicks in.
541 # Default is 0
542 #AutoLoginDelay=10
543 # The user to log in automatically. NEVER specify root!
544 # Default is ""
545 AutoLoginUser=internet
546 # The password for the user to log in automatically. This is NOT required
547 # unless the user is logged into a NIS or Kerberos domain. If you use this
548 # option, you should "chmod 600 kdmrc" for obvious reasons.
549 # Default is ""
550 AutoLoginPass=internet
551 # Immediately lock the automatically started session. This works only with
552 # KDE sessions.
553 # Default is false
554 #AutoLoginLocked=true
555 # See above
556 ClientLogFile=.xsession-errors
557
558 # Greeter config for 1st local display
559 [X-:0-Greeter]
560 # See above
561 #PreselectUser=Default
562 # The user to preselect if PreselectUser=Default.
563 # Default is ""
564 #DefaultUser=johndoe