weston-genivi-modello: Do not disable VGA output
[platform/core/system/tlm.git] / data / tlm.conf.in
1 #
2 # Example configuration for tlm.
3 #
4
5 #
6 # This group contains top-level settings.
7 #
8 [General]
9 #
10 # Name of the account plugin to use to manage(add/remove) guest user accounts
11 ACCOUNTS_PLUGIN=@ACCOUNT_PLUGIN_NAME@
12 #
13 # Number of seats
14 # Default: obtain from systemd
15 #NSEATS=2
16 #
17 # Auto-login default user
18 # Default: off
19 AUTO_LOGIN=1
20 #
21 # Prepare default/guest users before auto-login
22 # Default: off
23 # PREPARE_DEFAULT=1
24 #
25 # PAM service file to use
26 PAM_SERVICE=tlm-login
27 #
28 # PAM service file for default user
29 DEFAULT_PAM_SERVICE=tlm-default-login
30 #
31 # Default (guest) username or template to use
32 #  %S - seat number
33 #  %I - seat id string
34 # Default: "guest"
35 DEFAULT_USER=guest_%S
36 #
37 # Session command : The command run after successfull login
38 # Default: $SHELL
39 # In case shell is not defined in /etc/passwd fallback is "systemd --user"
40 #SESSION_CMD=systemd --user
41 #
42 # Session termination timeout in seconds
43 # Default: 10
44 #TERMINATE_TIMEOUT=10
45 #
46 # Setup terminal for session
47 # Default: off
48 #SETUP_TERMINAL=1
49 #
50 # Use X11 style sessions
51 # Default: off
52 #X11_SESSION=1
53 #
54 # Do not launch anything, let systemd handle it through PAM
55 # Default: off
56 #PAUSE_SESSION=1
57 #
58 # Specify session type, needs to be specified for
59 # XDG_SESSION_CLASS and XDG_SESSION_TYPE to be set
60 # Default: unspecified
61 SESSION_TYPE=wayland
62 #
63 #
64 # Seat specific settings where the group name is seat id
65 [seat0]
66 DEFAULT_USER=app
67 #DEFAULT_USER=tizen
68 #SETUP_TERMINAL=1
69 #VTNR=7
70 #SESSION_CMD=weston-launch
71 #DEFAULT_PAM_SERVICE=tlm-system-login
72 #SETUP_RUNTIME_DIR=1
73 #RUNTIME_MODE=0700
74 #
75 #[seat1]
76 #ACTIVE=0
77 #DEFAULT_USER=guest_%S
78 #DEFAULT_USER=app
79 #
80 #
81 # plugin specific settings.
82 #
83 #[pluginname]
84 #
85