Magellan Linux

Annotation of /mcore-src/trunk/mcore-tools/conf/control.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2815 - (hide annotations) (download)
Fri Apr 7 09:13:15 2017 UTC (7 years, 1 month ago) by niro
File size: 813 byte(s)
-use runtime graphic autodetection as default, do not run in dept hwdetection. made it configurable via MCORE_GRAPHIC_HWDETECT_DEEP variable
1 niro 2473 # $Id$
2     #
3 niro 2482 # Control Daemon Global Configuration
4 niro 2473 #
5    
6 niro 2482 #
7     # SQL Configuration Settings
8     #
9    
10 niro 2473 ## SQL server ##
11     MCORE_SQL_HOST="@@MCORE_SQL_HOST@@"
12    
13     ## SQL database ##
14     MCORE_SQL_DB="@@MCORE_SQL_DB@@"
15    
16     ## SQL database username ##
17     MCORE_SQL_USER="@@MCORE_SQL_USER@@"
18    
19     ## SQL database password ##
20     MCORE_SQL_PASS="@@MCORE_SQL_PASS@@"
21 niro 2482
22    
23     #
24     # Client Default Configuration Settings
25     #
26    
27     ## Default Client Name ##
28     MCORE_DEFAULT_HOSTNAME="@@MCORE_DEFAULT_HOSTNAME@@"
29    
30     ## Default Domain Name ##
31     MCORE_DEFAULT_DOMAIN="@@MCORE_DEFAULT_DOMAIN@@"
32 niro 2501
33     ## Default keymap for X11 and console
34     MCORE_DEFAULT_KEYMAP="@@MCORE_DEFAULT_KEYMAP@@"
35 niro 2815
36    
37     #
38     # Hardware Detection Settings
39     #
40    
41     # 0 try to auto detect hardware at runtime,
42     # hwdection returns always the value 'auto'
43     # 1 enables deep hardware dection on the first run
44     MCORE_GRAPHIC_HWDETECT_DEEP=0