blob: 6382bd445fd893d72c5ccc8069f5be3852d77421 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- config/gdm.conf.in.orig Mon Apr 9 01:15:16 2007
+++ config/gdm.conf.in Mon Apr 9 09:38:08 2007
@@ -174,11 +174,11 @@
# using this Xnest, the value should be true.
XnestUnscaledFontPath=@X_XNEST_UNSCALED_FONTPATH@
-# Automatic VT allocation. Right now only works on Linux. This way we force
+# Automatic VT allocation. This way we force
# X to use specific vts. Turn VTAllocation to false if this is causing
# problems.
-#FirstVT=7
-#VTAllocation=true
+FirstVT=9
+VTAllocation=true
# Should double login be treated with a warning (and possibility to change VT's
# on Linux and FreeBSD systems for console logins)
#DoubleLoginWarning=true
|