View | Details | Raw Unified | Return to bug 30002
Collapse All | Expand All

(-)mint-display-manager-1.0.8~/config/mdm.conf.in (-1 / +1 lines)
Lines 193-199 XnestUnscaledFontPath=@X_XNEST_UNSCALED_ Link Here
193
# Automatic VT allocation.  Right now only works on Linux.  This way we force
193
# Automatic VT allocation.  Right now only works on Linux.  This way we force
194
# X to use specific vts.  Turn VTAllocation to false if this is causing
194
# X to use specific vts.  Turn VTAllocation to false if this is causing
195
# problems.
195
# problems.
196
FirstVT=7
196
FirstVT=1
197
VTAllocation=true
197
VTAllocation=true
198
# Should double login be treated with a warning (and possibility to change VT's
198
# Should double login be treated with a warning (and possibility to change VT's
199
# on Linux and FreeBSD systems for console logins)
199
# on Linux and FreeBSD systems for console logins)
(-)mint-display-manager-1.0.8~/daemon/mdm-daemon-config-entries.h (-1 / +1 lines)
Lines 345-351 static const MdmConfigEntry mdm_daemon_c Link Here
345
	{ MDM_CONFIG_GROUP_DAEMON, "XnestUnscaledFontPath", MDM_CONFIG_VALUE_BOOL, X_XNEST_UNSCALED_FONTPATH, MDM_ID_XNEST_UNSCALED_FONT_PATH },
345
	{ MDM_CONFIG_GROUP_DAEMON, "XnestUnscaledFontPath", MDM_CONFIG_VALUE_BOOL, X_XNEST_UNSCALED_FONTPATH, MDM_ID_XNEST_UNSCALED_FONT_PATH },
346
346
347
	/* Keys for automatic VT allocation rather then letting it up to the X server */
347
	/* Keys for automatic VT allocation rather then letting it up to the X server */
348
	{ MDM_CONFIG_GROUP_DAEMON, "FirstVT", MDM_CONFIG_VALUE_INT, "7", MDM_ID_FIRST_VT },
348
	{ MDM_CONFIG_GROUP_DAEMON, "FirstVT", MDM_CONFIG_VALUE_INT, "1", MDM_ID_FIRST_VT },
349
	{ MDM_CONFIG_GROUP_DAEMON, "VTAllocation", MDM_CONFIG_VALUE_BOOL, "true", MDM_ID_VT_ALLOCATION },
349
	{ MDM_CONFIG_GROUP_DAEMON, "VTAllocation", MDM_CONFIG_VALUE_BOOL, "true", MDM_ID_VT_ALLOCATION },
350
350
351
	{ MDM_CONFIG_GROUP_DAEMON, "ConsoleCannotHandle", MDM_CONFIG_VALUE_STRING, "am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh", MDM_ID_CONSOLE_CANNOT_HANDLE },
351
	{ MDM_CONFIG_GROUP_DAEMON, "ConsoleCannotHandle", MDM_CONFIG_VALUE_STRING, "am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh", MDM_ID_CONSOLE_CANNOT_HANDLE },
(-)mint-display-manager-1.0.8~/daemon/mdm-daemon-config-keys.h (-1 / +1 lines)
Lines 95-101 G_BEGIN_DECLS Link Here
95
#define MDM_KEY_DYNAMIC_XSERVERS "daemon/DynamicXServers=false"
95
#define MDM_KEY_DYNAMIC_XSERVERS "daemon/DynamicXServers=false"
96
#define MDM_KEY_XNEST "daemon/Xnest=" X_XNEST_CMD " " X_XNEST_CONFIG_OPTIONS
96
#define MDM_KEY_XNEST "daemon/Xnest=" X_XNEST_CMD " " X_XNEST_CONFIG_OPTIONS
97
#define MDM_KEY_XNEST_UNSCALED_FONT_PATH "daemon/XnestUnscaledFontPath=" X_XNEST_UNSCALED_FONTPATH
97
#define MDM_KEY_XNEST_UNSCALED_FONT_PATH "daemon/XnestUnscaledFontPath=" X_XNEST_UNSCALED_FONTPATH
98
#define MDM_KEY_FIRST_VT "daemon/FirstVT=7"
98
#define MDM_KEY_FIRST_VT "daemon/FirstVT=1"
99
#define MDM_KEY_VT_ALLOCATION "daemon/VTAllocation=true"
99
#define MDM_KEY_VT_ALLOCATION "daemon/VTAllocation=true"
100
#define MDM_KEY_CONSOLE_CANNOT_HANDLE "daemon/ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"
100
#define MDM_KEY_CONSOLE_CANNOT_HANDLE "daemon/ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh"
101
#define MDM_KEY_XSERVER_TIMEOUT "daemon/MdmXserverTimeout=10"
101
#define MDM_KEY_XSERVER_TIMEOUT "daemon/MdmXserverTimeout=10"

Return to bug 30002