wok diff lxdm/stuff/lxdm.conf @ rev 15781

linux: remove kmod dep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 00:02:35 2014 +0100 (2014-01-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxdm/stuff/lxdm.conf	Mon Jan 13 00:02:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +[base]
     1.5 +## uncomment and set autologin username to enable autologin
     1.6 +#autologin=tux
     1.7 +
     1.8 +## uncomment and set timeout to enable timeout autologin,
     1.9 +## the value should >=5
    1.10 +# timeout=10
    1.11 +
    1.12 +## default session or desktop used when no systemwide config
    1.13 +# session=/usr/bin/openbox-session
    1.14 +
    1.15 +## uncomment and set to set numlock on your keyboard
    1.16 +# numlock=0
    1.17 +
    1.18 +## set this if you don't want to put xauth file at ~/.Xauthority
    1.19 +# xauth_path=/tmp
    1.20 +
    1.21 +## greeter used to welcome the user
    1.22 +greeter=/usr/lib/lxdm/lxdm-greeter-gtk
    1.23 +
    1.24 +[server]
    1.25 +## arg used to start xserver, not fully function
    1.26 +# arg=/usr/bin/X -background vt1
    1.27 +
    1.28 +[display]
    1.29 +## gtk theme used by greeter
    1.30 +gtk_theme=SliTaz
    1.31 +
    1.32 +## background of the greeter
    1.33 +bg=/usr/share/images/slitaz-background.jpg
    1.34 +
    1.35 +## if show bottom pane
    1.36 +bottom_pane=1
    1.37 +
    1.38 +## if show language select control
    1.39 +lang=1
    1.40 +
    1.41 +## if show keyboard layout select control
    1.42 +keyboard=0
    1.43 +
    1.44 +## the theme of greeter
    1.45 +theme=SliTaz
    1.46 +
    1.47 +[input]
    1.48 +
    1.49 +[userlist]
    1.50 +## if disable the user list control at greeter
    1.51 +disable=0
    1.52 +
    1.53 +## whitelist user
    1.54 +white=
    1.55 +
    1.56 +## blacklist user
    1.57 +black=
    1.58 +