Advertisement
TheAtomicAss

kdmrc

Nov 16th, 2014
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.04 KB | None | 0 0
  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 systemsettings 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.4
  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,:1
  58. # List of on-demand displays. See StaticServers for syntax.
  59. # Default is ""
  60. ReserveServers=: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,-8
  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 sockets 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 socket should belong;
  97. # can be either a name or a numerical ID.
  98. # Default is 0
  99. #FifoGroup=xdmctl
  100. # The user the greeter should run as. Empty results in root.
  101. # Consider the impact on LogSource when setting it.
  102. # Default is ""
  103. GreeterUID=kdm
  104. # The directory in which KDM should store persistent working data.
  105. # Default is "/var/lib/kdm"
  106. #DataDir=
  107. # The directory in which KDM should store users' .dmrc files. This is only
  108. # needed if the home directories are not readable before actually logging in
  109. # (like with AFS).
  110. # Default is ""
  111. #DmrcDir=/nfs-shared/var/dmrcs
  112.  
  113. [Xdmcp]
  114. # Whether KDM should listen to incoming XDMCP requests.
  115. # Default is true
  116. Enable=false
  117. # The UDP port on which KDM should listen for XDMCP requests. Do not change.
  118. # Default is 177
  119. #Port=177
  120. # File with the private keys of X-terminals. Required for XDM authentication.
  121. # Default is ""
  122. #KeyFile=/usr/share/config/kdm/kdmkeys
  123. # XDMCP access control file in the usual XDM-Xaccess format.
  124. # Default is "/usr/share/config/kdm/Xaccess"
  125. Xaccess=/usr/share/config/kdm/Xaccess
  126. # Number of seconds to wait for display to respond after the user has
  127. # selected a host from the chooser.
  128. # Default is 15
  129. #ChoiceTimeout=10
  130. # Strip domain name from remote display names if it is equal to the local
  131. # domain.
  132. # Default is true
  133. #RemoveDomainname=false
  134. # Use the numeric IP address of the incoming connection on multihomed hosts
  135. # instead of the host name.
  136. # Default is false
  137. #SourceAddress=true
  138. # The program which is invoked to dynamically generate replies to XDMCP
  139. # DirectQuery or BroadcastQuery requests.
  140. # If empty, no program is invoked and "Willing to manage" is sent.
  141. # Default is ""
  142. Willing=/usr/share/config/kdm/Xwilling
  143.  
  144. [Shutdown]
  145. # The command (subject to word splitting) to run to halt the system.
  146. # Default is "/sbin/shutdown -h -P now"
  147. HaltCmd=/sbin/shutdown -h -P now
  148. # The command (subject to word splitting) to run to reboot the system.
  149. # Default is "/sbin/shutdown -r now"
  150. RebootCmd=/sbin/shutdown -r now
  151. # Whether it is allowed to shut down the system via the global command socket.
  152. # Default is false
  153. #AllowFifo=true
  154. # Whether it is allowed to abort active sessions when shutting down the
  155. # system via the global command socket.
  156. # Default is true
  157. #AllowFifoNow=false
  158. # The boot manager KDM should use for offering boot options in the
  159. # shutdown dialog.
  160. # "None" - no boot manager
  161. # "Grub" - Grub boot manager
  162. # "Grub2" - Grub2 boot manager
  163. # "Burg" - Burg boot manager
  164. # "Lilo" - Lilo boot manager (Linux on i386 & x86-64 only)
  165. # Default is None
  166. BootManager=None
  167.  
  168. # Rough estimations about how many seconds KDM will spend at most on
  169. # - opening a connection to the X-server (OpenTime) if the attempt
  170. # - times out: OpenTimeout
  171. # - is refused: OpenRepeat * OpenDelay
  172. # - starting a local X-server (ServerTime):
  173. # ServerAttempts * (ServerTimeout + OpenDelay)
  174. # - starting a display:
  175. # - local display: ServerTime + OpenTime
  176. # - foreign display: StartAttempts * OpenTime
  177. # - XDMCP display: OpenTime (repeated indefinitely by client)
  178.  
  179. # Core config for all displays
  180. [X-*-Core]
  181. # How long to wait before retrying to connect a display.
  182. # Default is 15
  183. #OpenDelay=15
  184. # How long to wait before timing out a display connection attempt.
  185. # Default is 120
  186. #OpenTimeout=120
  187. # How many connection attempts to make during a start attempt. Note that
  188. # a timeout aborts the entire start attempt.
  189. # Default is 5
  190. #OpenRepeat=5
  191. # Try at most that many times to start a display. If this fails, the display
  192. # is disabled.
  193. # Default is 4
  194. #StartAttempts=4
  195. # Ping remote display every that many minutes.
  196. # Default is 5
  197. #PingInterval=5
  198. # Wait for a Pong that many minutes.
  199. # Default is 5
  200. #PingTimeout=5
  201. # The name of this X-server's Xauth file.
  202. # If empty, a random name in the AuthDir directory will be used.
  203. # Default is ""
  204. #AuthFile=
  205. # Specify a file with X-resources for the greeter, chooser and background.
  206. # The KDE frontend does not use this file, so you do not need it unless you
  207. # use another background generator than krootimage.
  208. # Default is ""
  209. #Resources=
  210. # The xrdb program to use to read the above specified recources.
  211. # Subject to word splitting.
  212. # Default is "/usr/bin/xrdb"
  213. #Xrdb=
  214. # A program to run before the greeter is shown. Can be used to start an
  215. # xconsole or an alternative background generator. Subject to word splitting.
  216. # Default is ""
  217. Setup=/usr/share/config/kdm/Xsetup
  218. # A program to run before a user session starts. Subject to word splitting.
  219. # Default is ""
  220. Startup=/usr/share/config/kdm/Xstartup
  221. # A program to run after a user session exits. Subject to word splitting.
  222. # Default is ""
  223. Reset=/usr/share/config/kdm/Xreset
  224. # The program which is run as the user which logs in. It is supposed to
  225. # interpret the session argument (see SessionsDirs) and start an appropriate
  226. # session according to it. Subject to word splitting.
  227. # Default is "/usr/bin/xterm -ls -T"
  228. Session=/usr/share/config/kdm/Xsession
  229. # The program to run if Session fails.
  230. # Default is "/usr/bin/xterm"
  231. #FailsafeClient=
  232. # The PATH for the Session program.
  233. # Default is "/usr/local/bin:/usr/bin:/bin:/usr/games"
  234. #UserPath=
  235. # The PATH for Setup, Startup and Reset, etc.
  236. # Default is "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  237. #SystemPath=
  238. # The default system shell.
  239. # Default is "/bin/sh"
  240. #SystemShell=/bin/bash
  241. # Where to put the user's X-server authorization file if ~/.Xauthority
  242. # cannot be created.
  243. # Default is "/tmp"
  244. #UserAuthDir=
  245. # If true, UserAuthDir will be used unconditionally.
  246. # Default is false
  247. #ForceUserAuthDir=true
  248. # Whether to automatically restart sessions after X-server crashes.
  249. # Note that enabling this makes circumventing screen lockers other than
  250. # KDE's built-in one possible!
  251. # Default is false
  252. AutoReLogin=false
  253. # Allow root logins?
  254. # Default is true
  255. AllowRootLogin=false
  256. # Allow to log in, when user has set an empty password?
  257. # Default is true
  258. AllowNullPasswd=false
  259. # Who is allowed to shut down the system. This applies both to the
  260. # greeter and to the command sockets.
  261. # "None" - no "Shutdown..." menu entry is shown at all
  262. # "Root" - the root password must be entered to shut down
  263. # "All" - everybody can shut down the machine
  264. # Default is All
  265. AllowShutdown=Root
  266. # Who is allowed to abort active sessions when shutting down.
  267. # "None" - no forced shutdown is allowed at all
  268. # "Root" - the root password must be entered to shut down forcibly
  269. # "All" - everybody can shut down the machine forcibly
  270. # Default is All
  271. #AllowSdForceNow=Root
  272. # The default choice for the shutdown condition/timing.
  273. # "Schedule" - shut down after all active sessions exit (possibly at once)
  274. # "TryNow" - shut down, if no active sessions are open; otherwise, do nothing
  275. # "ForceNow" - shut down unconditionally
  276. # Default is Schedule
  277. #DefaultSdMode=ForceNow
  278. # How to offer shutdown scheduling options:
  279. # "Never" - not at all
  280. # "Optional" - as a button in the simple shutdown dialogs
  281. # "Always" - instead of the simple shutdown dialogs
  282. # Default is Never
  283. #ScheduledSd=Optional
  284. # The directories containing session type definitions in .desktop format,
  285. # ordered by falling priority.
  286. # Default is "/usr/share/apps/kdm/sessions"
  287. SessionsDirs=/usr/share/config/kdm/sessions,/usr/share/apps/kdm/sessions
  288. # The file (relative to $HOME) to redirect the session output to. The
  289. # following character pairs are replaced:
  290. # - %d -> current display
  291. # - %u -> current user
  292. # - %r -> empty at first. See below.
  293. # - %% -> a single %
  294. # When the constructed filename cannot be used safely and the specification
  295. # contains %<stuff>r, other names will be tried - this time expanding %<stuff>r
  296. # to <stuff> followed by a random number.
  297. # Default is ".xsession-errors"
  298. ClientLogFile=.xsession-errors-%d
  299. # Fallback when ClientLogFile cannot be used. The same expansions are
  300. # supported. DO NOT use relative paths here.
  301. # Default is "/tmp/xerr-%u-%d%-r"
  302. #ClientLogFallback=/var/log/xsession-errors/%u-%d%-r
  303. # Whether KDM's built-in utmp/wtmp/lastlog registration should be used.
  304. # Default is true
  305. #UseSessReg=false
  306.  
  307. # Greeter config for all displays
  308. [X-*-Greeter]
  309. # Specify the widget style for the greeter. Empty means to use the
  310. # built-in default which currently is "Oxygen-air".
  311. # Default is ""
  312. GUIStyle=
  313. # Specify the widget color scheme for the greeter. Empty means to use the
  314. # built-in default which currently is "Oxygen-air".
  315. # Default is ""
  316. ColorScheme=
  317. # What should be shown in the greeter's logo are:
  318. # "None" - nothing
  319. # "Logo" - the image specified by LogoPixmap
  320. # "Clock" - a neat analog clock
  321. # Default is Clock
  322. LogoArea=Logo
  323. # The image to show when LogoArea=Logo.
  324. # Default is ""
  325. LogoPixmap=/usr/share/apps/kdm/pics/kdelogo.png
  326. # The relative coordinates (X,Y in percent) of the center of the greeter.
  327. # Default is "50,50"
  328. GreeterPos=50,50
  329. # The screen the greeter should be displayed on in multi-headed and Xinerama
  330. # setups. The numbering starts with 0. For Xinerama, it corresponds to the
  331. # listing order in the active ServerLayout section of XF86Config; -1 means
  332. # to use the upper-left screen, -2 means to use the upper-right screen.
  333. # Default is 0
  334. #GreeterScreen=-1
  335. # The headline in the greeter. The following character pairs are replaced:
  336. # - %d -> current display
  337. # - %h -> host name, possibly with domain name
  338. # - %n -> node name, most probably the host name without domain name
  339. # - %s -> the operating system
  340. # - %r -> the operating system's version
  341. # - %m -> the machine (hardware) type
  342. # - %% -> a single %
  343. # Default is "Welcome to %s at %n"
  344. GreetString=Welcome to %s at %n
  345. # Whether the fonts used in the greeter should be antialiased.
  346. # Default is false
  347. AntiAliasing=false
  348. # The font for the greeter headline. The value is encoded.
  349. # Default is "Serif 20pt bold"
  350. GreetFont=Serif,20,-1,5,50,0,0,0,0,0
  351. # The normal font used in the greeter. The value is encoded.
  352. # Default is "Sans Serif 10pt"
  353. StdFont=Sans Serif,10,-1,5,50,0,0,0,0,0
  354. # The font used for the "Login Failed" message. The value is encoded.
  355. # Default is "Sans Serif 10pt bold"
  356. FailFont=Sans Serif,10,-1,5,75,0,0,0,0,0
  357. # What to do with the Num Lock modifier for the time the greeter is running:
  358. # "Off" - turn off
  359. # "On" - turn on
  360. # "Keep" - do not change the state
  361. # Default is Keep
  362. #NumLock=Off
  363. # Language and locale to use in the greeter, encoded like $LANGUAGE.
  364. # If empty, the settings from the environment are used.
  365. # Default is ""
  366. Language=en_US
  367. # Enable autocompletion in the username line edit.
  368. # Default is false
  369. UserCompletion=false
  370. # Enable user list (names along with images) in the greeter.
  371. # Default is true
  372. UserList=true
  373. # User selection for UserCompletion and UserList:
  374. # "NotHidden" - all users except those listed in HiddenUsers
  375. # "Selected" - only the users listed in SelectedUsers
  376. # Default is NotHidden
  377. ShowUsers=NotHidden
  378. # For ShowUsers=Selected. @<group> means all users in that group.
  379. # Default is ""
  380. SelectedUsers=
  381. # For ShowUsers=NotHidden. @<group> means all users in that group.
  382. # Default is ""
  383. HiddenUsers=
  384. # Special case of HiddenUsers: users with a non-zero UID less than this number
  385. # will not be shown as well.
  386. # Default is 0
  387. MinShowUID=500
  388. # Complement to MinShowUID: users with a UID greater than this number will
  389. # not be shown as well.
  390. # Default is 65535
  391. MaxShowUID=65000
  392. # If false, the users are listed in the order they appear in /etc/passwd.
  393. # If true, they are sorted alphabetically.
  394. # Default is true
  395. SortUsers=true
  396. # Specify, where the users' pictures should be taken from.
  397. # "AdminOnly" - from <FaceDir>/$USER.face[.icon]
  398. # "PreferAdmin" - prefer <FaceDir>, fallback on $HOME
  399. # "PreferUser" - ... and the other way round
  400. # "UserOnly" - from the user's $HOME/.face[.icon]
  401. # Default is AdminOnly
  402. FaceSource=AdminOnly
  403. # The directory containing the user images if FaceSource is not UserOnly.
  404. # Default is "/usr/share/apps/kdm/faces"
  405. #FaceDir=/usr/share/faces
  406. # Specify, if/which user should be preselected for log in.
  407. # "None" - do not preselect any user
  408. # "Previous" - the user which successfully logged in last time
  409. # "Default" - the user specified in the DefaultUser option
  410. # Default is None
  411. #PreselectUser=Previous
  412. # If this is true, the password input line is focused automatically if
  413. # a user is preselected.
  414. # Default is false
  415. #FocusPasswd=true
  416. # If this is true, the entered password is echoed as bullets. Otherwise,
  417. # no feedback is given at all.
  418. # Default is true
  419. #EchoPasswd=false
  420. # If true, krootimage will be automatically started by KDM; otherwise, the
  421. # Setup script should be used to setup the background.
  422. # Default is true
  423. UseBackground=true
  424. # The configuration file to be used by krootimage.
  425. # Default is "/usr/share/config/kdm/backgroundrc"
  426. BackgroundCfg=/usr/share/config/kdm/backgroundrc
  427. # Whether to grab keyboard and mouse while the greeter is visible. Grabs
  428. # may improve security, but make on-screen keyboards, etc. unusable.
  429. # "Never" - never grab
  430. # "IfNoAuth" - grab if the display requires no X authorization
  431. # "Always" - always grab
  432. # Default is IfNoAuth
  433. #GrabInput=Always
  434. # Hold the X-server grabbed the whole time the greeter is visible. This
  435. # may be more secure, but it will disable any background and other
  436. # X-clients started from the Setup script.
  437. # Default is false
  438. #GrabServer=true
  439. # How many seconds to wait for grab to succeed.
  440. # Default is 3
  441. #GrabTimeout=3
  442. # Warn, if display has no X-authorization (local auth cannot be created,
  443. # XDMCP display wants no auth, or display is foreign from StaticServers).
  444. # Default is true
  445. #AuthComplain=false
  446. # Random seed for forging saved session types, etc. of unknown users.
  447. # This value should be random but constant across the login domain.
  448. # Default is 0
  449. ForgingSeed=1405884194
  450. # Specify conversation plugins for the login dialog. Each plugin can be
  451. # specified as a base name (which expands to $kde_modulesdir/kgreet_$base)
  452. # or as a full pathname.
  453. # Default is "classic"
  454. #PluginsLogin=sign
  455. # Same as PluginsLogin, but for the shutdown dialog.
  456. # Default is "classic"
  457. #PluginsShutdown=modern
  458. # A list of options of the form Key=Value. The conversation plugins can query
  459. # these settings; it is up to them what possible keys are.
  460. # Default is ""
  461. #PluginOptions=SomeKey=randomvalue,Foo=bar
  462. # Show the "Console Login" action in the greeter (if ServerTTY/ConsoleTTYs
  463. # is configured).
  464. # Default is true
  465. #AllowConsole=false
  466. # A program to run while the greeter is visible. It is supposed to preload
  467. # as much as possible of the session that is going to be started (most
  468. # probably).
  469. # Default is ""
  470. Preloader=/usr/bin/preloadkde
  471. # Whether the greeter should be themed.
  472. # Default is false
  473. UseTheme=true
  474. # The theme to use for the greeter. Can point to either a directory or an XML
  475. # file.
  476. # Default is ""
  477. Theme=/usr/share/apps/kdm/themes/elarun
  478. # Enable the Alt-Ctrl-D shortcut to toggle greeter theme debugging.
  479. # Default is false
  480. #AllowThemeDebug=true
  481.  
  482. # Core config for local displays
  483. [X-:*-Core]
  484. # How often to try to run the X-server. Running includes executing it and
  485. # waiting for it to come up.
  486. # Default is 1
  487. #ServerAttempts=1
  488. # How long to wait for a local X-server to come up.
  489. # Default is 30
  490. #ServerTimeout=30
  491. # The command line to start the X-server, without display number and VT spec.
  492. # This string is subject to word splitting.
  493. # Default is "/usr/bin/X"
  494. ServerCmd=/usr/bin/X -br -novtswitch -quiet
  495. # Additional arguments for the X-servers for local sessions.
  496. # This string is subject to word splitting.
  497. # Default is ""
  498. ServerArgsLocal=-nolisten tcp
  499. # Additional arguments for the X-servers for remote sessions.
  500. # This string is subject to word splitting.
  501. # Default is ""
  502. #ServerArgsRemote=
  503. # The user the X-server should run as. Empty results in root.
  504. # Default is ""
  505. #ServerUID=_x11
  506. # Restart instead of resetting the local X-server after session exit.
  507. # Use it if the server leaks memory etc.
  508. # Default is true
  509. #TerminateServer=false
  510. # Create X-authorizations for local displays.
  511. # Default is true
  512. #Authorize=false
  513. # Which X-authorization mechanisms should be used.
  514. # Default is "MIT-MAGIC-COOKIE-1"
  515. #AuthNames=
  516. # Need to reset the X-server to make it read initial Xauth file.
  517. # Default is false
  518. #ResetForAuth=true
  519. # See above
  520. AllowNullPasswd=true
  521. # See above
  522. AllowShutdown=All
  523. # Enable password-less logins on this display. USE WITH EXTREME CARE!
  524. # Default is false
  525. NoPassEnable=false
  526. # The users that do not need to provide a password to log in. NEVER list root!
  527. # "*" means all non-root users. @<group> means all users in that group.
  528. # Default is ""
  529. NoPassUsers=
  530.  
  531. # Greeter config for local displays
  532. [X-:*-Greeter]
  533. # See above
  534. PreselectUser=Previous
  535. # See above
  536. FocusPasswd=true
  537. # Specify whether the greeter of local displays should start up in host chooser
  538. # (remote) or login (local) mode and whether it is allowed to switch to the
  539. # other mode.
  540. # "LocalOnly" - only local login possible
  541. # "DefaultLocal" - start up in local mode, but allow switching to remote mode
  542. # "DefaultRemote" - ... and the other way round
  543. # "RemoteOnly" - only choice of remote host possible
  544. # Default is LocalOnly
  545. LoginMode=DefaultLocal
  546. # A list of hosts to be automatically added to the remote login menu. The
  547. # special name "*" means broadcast.
  548. # Default is "*"
  549. #ChooserHosts=*,host1,host2,host3.local,login.domain.com
  550. # Show the "Restart X Server"/"Close Connection" action in the greeter.
  551. # Default is true
  552. AllowClose=false
  553. # The user to preselect if PreselectUser=Default.
  554. # Default is ""
  555. DefaultUser=git
  556.  
  557. # Core config for 1st local display
  558. [X-:0-Core]
  559. # The VT the X-server should run on; auto-assign if zero, don't assign if -1.
  560. # Better leave it zero and use ServerVTs.
  561. # Default is 0
  562. #ServerVT=7
  563. # Enable automatic login. USE WITH EXTREME CARE!
  564. # Default is false
  565. AutoLoginEnable=true
  566. # If true, auto-login after logout. If false, auto-login is performed only
  567. # when a display session starts up.
  568. # Default is false
  569. #AutoLoginAgain=true
  570. # The delay in seconds before automatic login kicks in.
  571. # Default is 0
  572. #AutoLoginDelay=10
  573. # The user to log in automatically. NEVER specify root!
  574. # Default is ""
  575. AutoLoginUser=ranko
  576. # The password for the user to log in automatically. This is NOT required
  577. # unless the user is logged into a NIS or Kerberos domain. If you use this
  578. # option, you should "chmod 600 kdmrc" for obvious reasons.
  579. # Default is ""
  580. #AutoLoginPass=secret!
  581. # Immediately lock the automatically started session. This works only with
  582. # KDE sessions.
  583. # Default is false
  584. AutoLoginLocked=false
  585. # See above
  586. ClientLogFile=.xsession-errors
  587. # See above
  588. ServerArgsLocal=-nolisten tcp -layout main
  589.  
  590. # Greeter config for 1st local display
  591. [X-:0-Greeter]
  592. # See above
  593. #PreselectUser=Default
  594. # See above
  595. #DefaultUser=johndoe
  596.  
  597. [X-:1-Core]
  598. # See above
  599. ServerArgsLocal=-nolisten tcp -layout secondary -sharevts -novtswitch
  600. # See above
  601. AutoLoginEnable=true
  602. # See above
  603. AutoLoginUser=secondary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement