openbsd-ports/x11/gnome/gdm/patches/patch-config_gdm_conf_in
ajacoutot d4b914a22d Increase GdmXserverTimeout to give a change to GDM to start on low-end
configurations.

idea from Casey Allen Shobe on ports@
2010-04-17 05:41:02 +00:00

41 lines
1.7 KiB
Plaintext

$OpenBSD: patch-config_gdm_conf_in,v 1.9 2010/04/17 05:41:02 ajacoutot Exp $
--- config/gdm.conf.in.orig Thu Mar 19 05:59:27 2009
+++ config/gdm.conf.in Sat Apr 17 07:39:30 2010
@@ -99,8 +99,8 @@ TimedLoginDelay=30
# User and group used for running GDM GUI applications. By default this is set
# to user "gdm" and group "gdm". This user/group should have very limited
# permissions and access to only the gdm directories and files.
-User=gdm
-Group=gdm
+User=_x11
+Group=_x11
# To try to kill all clients started at greeter time or in the Init script.
# does not always work, only if those clients have a window of their own.
@@ -204,6 +204,7 @@ XnestUnscaledFontPath=@X_XNEST_UNSCALED_FONTPATH@
# problems.
#FirstVT=7
#VTAllocation=true
+VTAllocation=false
# Should double login be treated with a warning (and possibility to change VT's
# on Linux and FreeBSD systems for console logins)
#DoubleLoginWarning=true
@@ -237,7 +238,7 @@ XnestUnscaledFontPath=@X_XNEST_UNSCALED_FONTPATH@
# How long gdm should wait before it assumes a started Xserver is defunct and
# kills it. 10 seconds should be long enough for X, but Xgl may need 20 or 25.
-GdmXserverTimeout=10
+GdmXserverTimeout=30
[security]
# Allow root to login. It makes sense to turn this off for kiosk use, when
@@ -397,7 +398,7 @@ Browser=false
# User ID's less than the MinimalUID value will not be included in the face
# browser or in the gdmselection list for Automatic/Timed login. They will not
# be displayed regardless of the settings for Include and Exclude.
-#MinimalUID=100
+MinimalUID=1000
# Users listed in Include will be included in the face browser and in the
# gdmsetup selection list for Automatic/Timed login. Users should be separated
# by commas.