Set default FirstVT value to 9 which in most of the cases will protect
VTAllocation users from troubles. Prompted by: marcus
This commit is contained in:
parent
af1f1458cd
commit
fa2c35eb1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112197
@ -1,5 +1,5 @@
|
||||
--- config/gdm.conf.in.orig Thu Feb 12 14:22:36 2004
|
||||
+++ config/gdm.conf.in Sat Mar 6 17:22:29 2004
|
||||
--- config/gdm.conf.in.orig Thu May 27 09:59:56 2004
|
||||
+++ config/gdm.conf.in Fri Jun 25 15:03:38 2004
|
||||
@@ -77,7 +77,7 @@
|
||||
# To try to kill all clients started at greeter time or in the Init script.
|
||||
# doesn't always work, only if those clients have a window of their own
|
||||
@ -18,16 +18,23 @@
|
||||
#SuspendCommand=
|
||||
# Probably should not touch the below this is the standard setup
|
||||
ServAuthDir=@EXPANDED_AUTHDIR@
|
||||
@@ -136,7 +136,7 @@
|
||||
# we force X to use specific vts. turn VTAllocation to false if this
|
||||
# is causing problems.
|
||||
#FirstVT=7
|
||||
@@ -132,11 +132,10 @@
|
||||
#FlexiReapDelayMinutes=5
|
||||
# the X nest command
|
||||
Xnest=@X_SERVER_PATH@/Xnest -audit 0 -name Xnest
|
||||
-# Automatic VT allocation. Right now only works on Linux. This way
|
||||
-# we force X to use specific vts. turn VTAllocation to false if this
|
||||
-# is causing problems.
|
||||
-#FirstVT=7
|
||||
-#VTAllocation=true
|
||||
+# Automatic VT allocation. This way we force X to use specific vts.
|
||||
+# Turn VTAllocation to false if this is causing problems.
|
||||
+#FirstVT=9
|
||||
+VTAllocation=false
|
||||
# Should double login be treated with a warning (and possibility to change
|
||||
# vts on linux systems for console logins)
|
||||
#DoubleLoginWarning=true
|
||||
@@ -232,7 +232,7 @@
|
||||
@@ -238,7 +237,7 @@
|
||||
# The specific gtkrc file we use. It should be the full path to the gtkrc
|
||||
# that we need. Unless you need a specific gtkrc that doesn't correspond to
|
||||
# a specific theme, then just use the GtkTheme key
|
||||
@ -36,7 +43,7 @@
|
||||
|
||||
# The GTK+ theme to use for the gui
|
||||
#GtkTheme=Default
|
||||
@@ -415,7 +415,7 @@
|
||||
@@ -421,7 +420,7 @@
|
||||
# Definition of the standard X server.
|
||||
[server-Standard]
|
||||
name=Standard server
|
||||
|
Loading…
Reference in New Issue
Block a user