mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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 changed files with 15 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- config/gdm.conf.in.orig Thu Feb 12 14:22:36 2004
|
--- config/gdm.conf.in.orig Thu May 27 09:59:56 2004
|
||||||
+++ config/gdm.conf.in Sat Mar 6 17:22:29 2004
|
+++ config/gdm.conf.in Fri Jun 25 15:03:38 2004
|
||||||
@@ -77,7 +77,7 @@
|
@@ -77,7 +77,7 @@
|
||||||
# To try to kill all clients started at greeter time or in the Init script.
|
# 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
|
# doesn't always work, only if those clients have a window of their own
|
||||||
|
@ -18,16 +18,23 @@
|
||||||
#SuspendCommand=
|
#SuspendCommand=
|
||||||
# Probably should not touch the below this is the standard setup
|
# Probably should not touch the below this is the standard setup
|
||||||
ServAuthDir=@EXPANDED_AUTHDIR@
|
ServAuthDir=@EXPANDED_AUTHDIR@
|
||||||
@@ -136,7 +136,7 @@
|
@@ -132,11 +132,10 @@
|
||||||
# we force X to use specific vts. turn VTAllocation to false if this
|
#FlexiReapDelayMinutes=5
|
||||||
# is causing problems.
|
# the X nest command
|
||||||
#FirstVT=7
|
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
|
-#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
|
+VTAllocation=false
|
||||||
# Should double login be treated with a warning (and possibility to change
|
# Should double login be treated with a warning (and possibility to change
|
||||||
# vts on linux systems for console logins)
|
# vts on linux systems for console logins)
|
||||||
#DoubleLoginWarning=true
|
#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
|
# 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
|
# that we need. Unless you need a specific gtkrc that doesn't correspond to
|
||||||
# a specific theme, then just use the GtkTheme key
|
# a specific theme, then just use the GtkTheme key
|
||||||
|
@ -36,7 +43,7 @@
|
||||||
|
|
||||||
# The GTK+ theme to use for the gui
|
# The GTK+ theme to use for the gui
|
||||||
#GtkTheme=Default
|
#GtkTheme=Default
|
||||||
@@ -415,7 +415,7 @@
|
@@ -421,7 +420,7 @@
|
||||||
# Definition of the standard X server.
|
# Definition of the standard X server.
|
||||||
[server-Standard]
|
[server-Standard]
|
||||||
name=Standard server
|
name=Standard server
|
||||||
|
|
Loading…
Add table
Reference in a new issue