Advertisement
Guest User

Untitled

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