diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-25 06:13:37 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-06-25 06:13:37 +0000 |
commit | fa2c35eb1caaa725a8cbd9c29188d65c7f3984b4 (patch) | |
tree | 6df744d6b2256b2c607ad4b5d133662548f0f52f /x11 | |
parent | af1f1458cdd3697f05de342ea11b85f7bf866cd9 (diff) | |
download | ports-fa2c35eb1caaa725a8cbd9c29188d65c7f3984b4.tar.gz ports-fa2c35eb1caaa725a8cbd9c29188d65c7f3984b4.zip |
Notes
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 |