diff options
author | bland <bland@FreeBSD.org> | 2004-06-25 14:13:37 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-06-25 14:13:37 +0800 |
commit | 7f5ce7ce004c19fa6e46f3997de807b20a5a2065 (patch) | |
tree | 66f5d7be1d7d4f96dcb4738134f17f806fe1f5c0 /x11 | |
parent | 4f4a81d42af4b8a5406624a259e30917ddb81b82 (diff) | |
download | freebsd-ports-gnome-7f5ce7ce004c19fa6e46f3997de807b20a5a2065.tar.gz freebsd-ports-gnome-7f5ce7ce004c19fa6e46f3997de807b20a5a2065.tar.zst freebsd-ports-gnome-7f5ce7ce004c19fa6e46f3997de807b20a5a2065.zip |
Set default FirstVT value to 9 which in most of the cases will protect
VTAllocation users from troubles.
Prompted by: marcus
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/files/patch-ab | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab index cc11b86e69c2..117e18d357b6 100644 --- a/x11/gdm2/files/patch-ab +++ b/x11/gdm2/files/patch-ab @@ -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 |