/[soft]/mageia-kde4-config/trunk/kde4-profiles/Default/share/config/kdm/kdmrc
ViewVC logotype

Contents of /mageia-kde4-config/trunk/kde4-profiles/Default/share/config/kdm/kdmrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1671 - (show annotations) (download)
Mon Jun 13 21:38:46 2011 UTC (12 years, 10 months ago) by mikala
File size: 21748 byte(s)
Don't use -nr as an argument for ServerArgsLocal

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,:4,:5
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=/etc/X11/xdm/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/X11/xdm/Xwilling
139
140 [Shutdown]
141 # The command (subject to word splitting) to run to halt the system.
142 # Default is "/sbin/poweroff"
143 HaltCmd=/sbin/poweroff
144 # The command (subject to word splitting) to run to reboot the system.
145 # Default is "/sbin/reboot"
146 RebootCmd=/usr/bin/reboot
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 # Additional arguments for the X-servers for local sessions.
190 # This string is subject to word splitting.
191 # Default is "-nolisten tcp"
192 ServerArgsLocal=-deferglyphs 16 -nolisten tcp
193 # Ping remote display every that many minutes.
194 # Default is 5
195 #PingInterval=5
196 # Wait for a Pong that many minutes.
197 # Default is 5
198 #PingTimeout=5
199 # The name of this X-server's Xauth file.
200 # If empty, a random name in the AuthDir directory will be used.
201 # Default is ""
202 #AuthFile=
203 # Specify a file with X-resources for the greeter, chooser and background.
204 # The KDE frontend does not use this file, so you do not need it unless you
205 # use another background generator than krootimage.
206 # Default is ""
207 Resources=/etc/X11/xdm/Xresources
208 # The xrdb program to use to read the above specified recources.
209 # Subject to word splitting.
210 # Default is "/usr/bin/xrdb"
211 #Xrdb=
212 # A program to run before the greeter is shown. Can be used to start an
213 # xconsole or an alternative background generator. Subject to word splitting.
214 # Default is ""
215 Setup=/usr/share/X11/xdm/Xsetup_0
216 # A program to run before a user session starts. Subject to word splitting.
217 # Default is ""
218 Startup=/usr/share/X11/xdm/GiveConsole
219 # A program to run after a user session exits. Subject to word splitting.
220 # Default is ""
221 Reset=/usr/share/X11/xdm/TakeConsole
222 # The program which is run as the user which logs in. It is supposed to
223 # interpret the session argument (see SessionsDirs) and start an appropriate
224 # session according to it. Subject to word splitting.
225 # Default is "/usr/bin/xterm -ls -T"
226 Session=/usr/share/X11/xdm/Xsession
227 # The program to run if Session fails.
228 # Default is "/usr/bin/xterm"
229 FailsafeClient=/usr/bin/xterm
230 # The PATH for the Session program.
231 # Default is "/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games"
232 UserPath=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/
233 # The PATH for Setup, Startup and Reset, etc.
234 # Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
235 SystemPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
236 # The default system shell.
237 # Default is "/bin/sh"
238 #SystemShell=/bin/bash
239 # Where to put the user's X-server authorization file if ~/.Xauthority
240 # cannot be created.
241 # Default is "/tmp"
242 #UserAuthDir=
243 # Whether to automatically restart sessions after X-server crashes.
244 # Note that enabling this makes circumventing screen lockers other than
245 # KDE's built-in one possible!
246 # Default is false
247 AutoReLogin=false
248 # Allow root logins?
249 # Default is true
250 AllowRootLogin=false
251 # Allow to log in, when user has set an empty password?
252 # Default is true
253 AllowNullPasswd=false
254 # Who is allowed to shut down the system. This applies both to the
255 # greeter and to the command FiFo.
256 # "None" - no "Shutdown..." menu entry is shown at all
257 # "Root" - the root password must be entered to shut down
258 # "All" - everybody can shut down the machine
259 # Default is All
260 AllowShutdown=None
261 # Who is allowed to abort active sessions when shutting down.
262 # "None" - no forced shutdown is allowed at all
263 # "Root" - the root password must be entered to shut down forcibly
264 # "All" - everybody can shut down the machine forcibly
265 # Default is All
266 #AllowSdForceNow=Root
267 # The default choice for the shutdown condition/timing.
268 # "Schedule" - shut down after all active sessions exit (possibly at once)
269 # "TryNow" - shut down, if no active sessions are open; otherwise, do nothing
270 # "ForceNow" - shut down unconditionally
271 # Default is Schedule
272 #DefaultSdMode=ForceNow
273 # How to offer shutdown scheduling options:
274 # "Never" - not at all
275 # "Optional" - as a button in the simple shutdown dialogs
276 # "Always" - instead of the simple shutdown dialogs
277 # Default is Never
278 #ScheduledSd=Optional
279 # The directories containing session type definitions in .desktop format.
280 # Default is "/usr/share/apps/kdm/sessions"
281 #SessionsDirs=/etc/X11/sessions,/usr/share/xsessions
282 # The file (relative to $HOME) to redirect the session output to. This is
283 # a printf format string; one %s will be replaced with the display name.
284 # Default is ".xsession-errors"
285 ClientLogFile=.xsession-errors-%s
286 # Whether KDM's built-in utmp/wtmp/lastlog registration should be used.
287 # Default is true
288 #UseSessReg=false
289
290 # Greeter config for all displays
291 [X-*-Greeter]
292 # Widget style of the greeter. "" means the built-in default which currently
293 # is "Plastik".
294 # Default is ""
295 GUIStyle=ia_ora
296 # Widget color scheme of the greeter. "" means the built-in default which
297 # currently is yellowish grey with some light blue and yellow elements.
298 # Default is ""
299 ColorScheme=IaOraNight
300 # What should be shown in the greeter's logo are:
301 # "None" - nothing
302 # "Logo" - the image specified by LogoPixmap
303 # "Clock" - a neat analog clock
304 # Default is Clock
305 LogoArea=None
306 # The image to show when LogoArea=Logo.
307 # Default is ""
308 LogoPixmap=/usr/share/apps/kdm/pics/kdm-mdk-logo.png
309 # The relative coordinates (X,Y in percent) of the center of the greeter.
310 # Default is "50,50"
311 #GreeterPos=30,40
312 # The screen the greeter should be displayed on in multi-headed and Xinerama
313 # setups. The numbering starts with 0. For Xinerama, it corresponds to the
314 # listing order in the active ServerLayout section of XF86Config; -1 means
315 # to use the upper-left screen, -2 means to use the upper-right screen.
316 # Default is 0
317 #GreeterScreen=-1
318 # The headline in the greeter. The following character pairs are replaced:
319 # - %d -> current display
320 # - %h -> host name, possibly with domain name
321 # - %n -> node name, most probably the host name without domain name
322 # - %s -> the operating system
323 # - %r -> the operating system's version
324 # - %m -> the machine (hardware) type
325 # - %% -> a single %
326 # Default is "Welcome on %n"
327 GreetString=Welcome to %n
328 # Whether the fonts used in the greeter should be antialiased.
329 # Default is false
330 AntiAliasing=true
331 # The font for the greeter headline.
332 # Default is "Serif,20,bold"
333 GreetFont=Sans,24,-1,5,50,0,0,0,0,0
334 # The normal font used in the greeter.
335 # Default is "Sans Serif,10"
336 StdFont=Sans,12,-1,5,50,0,0,0,0,0
337 # The font used for the "Login Failed" message.
338 # Default is "Sans Serif,10,bold"
339 FailFont=Sans,12,-1,5,75,0,0,0,0,0
340 # What to do with the Num Lock modifier for the time the greeter is running:
341 # "Off" - turn off
342 # "On" - turn on
343 # "Keep" - do not change the state
344 # Default is Keep
345 #NumLock=Off
346 # Language and locale to use in the greeter, encoded like $LC_LANG.
347 # Default is "en_US"
348 # Language=en_US
349 # Enable autocompletion in the username line edit.
350 # Default is false
351 #UserCompletion=true
352 # Enable user list (names along with images) in the greeter.
353 # Default is true
354 #UserList=false
355 # User selection for UserCompletion and UserList:
356 # "NotHidden" - all users except those listed in HiddenUsers
357 # "Selected" - only the users listed in SelectedUsers
358 # Default is NotHidden
359 ShowUsers=NotHidden
360 # For ShowUsers=Selected. @<group> means all users in that group.
361 # Default is ""
362 SelectedUsers=
363 # For ShowUsers=NotHidden. @<group> means all users in that group.
364 # Default is ""
365 HiddenUsers=nobody,root
366 # Special case of HiddenUsers: users with a non-zero UID less than this number
367 # will not be shown as well.
368 # Default is 0
369 MinShowUID=500
370 # Complement to MinShowUID: users with a UID greater than this number will
371 # not be shown as well.
372 # Default is 65535
373 MaxShowUID=65000
374 # If false, the users are listed in the order they appear in /etc/passwd.
375 # If true, they are sorted alphabetically.
376 # Default is true
377 SortUsers=true
378 # Specify, where the users' pictures should be taken from.
379 # "AdminOnly" - from <FaceDir>/$USER.face[.icon]
380 # "PreferAdmin" - prefer <FaceDir>, fallback on $HOME
381 # "PreferUser" - ... and the other way round
382 # "UserOnly" - from the user's $HOME/.face[.icon]
383 # Default is AdminOnly
384 FaceSource=PreferUser
385 # The directory containing the user images if FaceSource is not UserOnly.
386 # Default is "/usr/share/apps/kdm/faces"
387 FaceDir=/usr/share/faces
388 # Specify, if/which user should be preselected for log in.
389 # "None" - do not preselect any user
390 # "Previous" - the user which successfully logged in last time
391 # "Default" - the user specified in the DefaultUser option
392 # Default is None
393 PreselectUser=None
394 # If this is true, the password input line is focused automatically if
395 # a user is preselected.
396 # Default is false
397 FocusPasswd=false
398 # The password input fields cloak the typed in text.
399 # If this is true, the entered password is echoed as bullets. Otherwise,
400 # no feedback is given at all.
401 EchoPasswd=true
402 # If true, krootimage will be automatically started by KDM; otherwise, the
403 # Setup script should be used to setup the background.
404 # Default is true
405 #UseBackground=false
406 # The configuration file to be used by krootimage.
407 # Default is "/usr/share/config/kdm/backgroundrc"
408 #BackgroundCfg=
409 # Hold the X-server grabbed the whole time the greeter is visible. This
410 # may be more secure, but it will disable any background and other
411 # X-clients started from the Setup script.
412 # Default is false
413 #GrabServer=true
414 # How many seconds to wait for grab to succeed.
415 # Default is 3
416 #GrabTimeout=3
417 # Warn, if display has no X-authorization (local auth cannot be created,
418 # XDMCP display wants no auth, or display is foreign from StaticServers).
419 # Default is true
420 #AuthComplain=false
421 # Random seed for forging saved session types, etc. of unknown users.
422 # This value should be random but constant across the login domain.
423 # Default is 0
424 ForgingSeed=1145020279
425 # Specify conversation plugins for the login dialog. Each plugin can be
426 # specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
427 # or as a full pathname.
428 # Default is "classic"
429 #PluginsLogin=sign
430 # Same as PluginsLogin, but for the shutdown dialog.
431 # Default is "classic"
432 PluginsLogin=classic
433 #PluginsShutdown=modern
434 # A list of options of the form Key=Value. The conversation plugins can query
435 # these settings; it is up to them what possible keys are.
436 # Default is ""
437 #PluginOptions=SomeKey=randomvalue,Foo=bar
438 # Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs
439 # is configured).
440 # Default is true
441 #AllowConsole=false
442 # A program to run while the greeter is visible. It is supposed to preload
443 # as much as possible of the session that is going to be started (most
444 # probably).
445 # Default is ""
446 Preloader=/usr/bin/preloadkde
447 # Whether the greeter should be themed.
448 # Default is false
449 UseTheme=true
450 # The theme to use for the greeter. Can point to either a directory or an XML
451 # file.
452 # Default is ""
453 Theme=/usr/share/apps/kdm/themes/mageia-kde4
454
455 # Core config for local displays
456 [X-:*-Core]
457 # How often to try to run the X-server. Running includes executing it and
458 # waiting for it to come up.
459 # Default is 1
460 #ServerAttempts=1
461 # How long to wait for a local X-server to come up.
462 # Default is 15
463 ServerTimeout=120
464 # The command line to start the X-server, without display number and VT spec.
465 # This string is subject to word splitting.
466 # Default is "/usr/bin/X -br"
467 ServerCmd=/usr/bin/X
468 # Additional arguments for the X-servers for local sessions.
469 # This string is subject to word splitting. Default is ""
470 ServerArgsLocal=-nolisten tcp
471 # Additional arguments for the X-servers for remote sessions.
472 # This string is subject to word splitting.
473 # Default is ""
474 #ServerArgsRemote=
475 # Restart instead of resetting the local X-server after session exit.
476 # Use it if the server leaks memory etc.
477 # Default is false
478 TerminateServer=true
479 # The signal needed to reset the local X-server.
480 # Default is 1 (SIGHUP)
481 #ResetSignal=1
482 # The signal needed to terminate the local X-server.
483 # Default is 15 (SIGTERM)
484 #TermSignal=15
485 # Create X-authorizations for local displays.
486 # Default is true
487 #Authorize=false
488 # Which X-authorization mechanisms should be used.
489 # Default is "MIT-MAGIC-COOKIE-1"
490 #AuthNames=
491 # Need to reset the X-server to make it read initial Xauth file.
492 # Default is false
493 #ResetForAuth=true
494 # See above
495 AllowNullPasswd=true
496 # See above
497 AllowShutdown=All
498 # Enable password-less logins on this display. USE WITH EXTREME CARE!
499 # Default is false
500 NoPassEnable=false
501 # The users that do not need to provide a password to log in. NEVER list root!
502 # "*" means all non-root users. @<group> means all users in that group.
503 # Default is ""
504 NoPassUsers=
505
506 # Greeter config for local displays
507 [X-:*-Greeter]
508 # See above
509 PreselectUser=None
510 # See above
511 FocusPasswd=true
512 # Specify whether the greeter of local displays should start up in host chooser
513 # (remote) or login (local) mode and whether it is allowed to switch to the
514 # other mode.
515 # "LocalOnly" - only local login possible
516 # "DefaultLocal" - start up in local mode, but allow switching to remote mode
517 # "DefaultRemote" - ... and the other way round
518 # "RemoteOnly" - only choice of remote host possible
519 # Default is LocalOnly
520 LoginMode=DefaultLocal
521 # A list of hosts to be automatically added to the remote login menu. The
522 # special name "*" means broadcast.
523 # Default is "*"
524 #ChooserHosts=*,ugly,sky,dino,kiste.local,login.crap.com
525 # Show the "Restart X Server"/"Close Connection" action in the greeter.
526 # Default is true
527 #AllowClose=false
528
529 # Core config for 1st local display
530 [X-:0-Core]
531 # The VT the X-server should run on; auto-assign if zero, don't assign if -1.
532 # Better leave it zero and use ServerVTs.
533 # Default is 0
534 #ServerVT=7
535 # Enable automatic login. USE WITH EXTREME CARE!
536 # Default is false
537 #AutoLoginEnable=true
538 # If true, auto-login after logout. If false, auto-login is performed only
539 # when a display session starts up.
540 # Default is false
541 #AutoLoginAgain=true
542 # The delay in seconds before automatic login kicks in.
543 # Default is 0
544 #AutoLoginDelay=10
545 # The user to log in automatically. NEVER specify root!
546 # Default is ""
547 #AutoLoginUser=fred
548 # The password for the user to log in automatically. This is NOT required
549 # unless the user is logged into a NIS or Kerberos domain. If you use this
550 # option, you should "chmod 600 kdmrc" for obvious reasons.
551 # Default is ""
552 #AutoLoginPass=secret!
553 # Immediately lock the automatically started session. This works only with
554 # KDE sessions.
555 # Default is false
556 #AutoLoginLocked=true
557 # See above
558 ClientLogFile=.xsession-errors
559
560 # Greeter config for 1st local display
561 [X-:0-Greeter]
562 # See above
563 #PreselectUser=Default
564 # The user to preselect if PreselectUser=Default.
565 # Default is ""

  ViewVC Help
Powered by ViewVC 1.1.30