summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-ab
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-13 15:56:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-10-13 15:56:40 +0000
commit0729bb92bdcaf299a4f8cee068339940dd8b37c4 (patch)
treeb050fa788e91103c641506bac32659c31b0d3e97 /x11/gdm2/files/patch-ab
parentUpdate to 2.1.1. (diff)
Disable automatic vty allocation. This only works on Linux, and breaks
GDM out-of-the-box. PR: 44012 Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
Notes
Notes: svn path=/head/; revision=67979
Diffstat (limited to 'x11/gdm2/files/patch-ab')
-rw-r--r--x11/gdm2/files/patch-ab12
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab
index db8711ef357a..12950fd40599 100644
--- a/x11/gdm2/files/patch-ab
+++ b/x11/gdm2/files/patch-ab
@@ -1,5 +1,5 @@
---- config/gdm.conf.in.orig Fri Aug 23 13:59:57 2002
-+++ config/gdm.conf.in Sun Aug 25 13:57:05 2002
+--- config/gdm.conf.in.orig Fri Aug 23 13:53:53 2002
++++ config/gdm.conf.in Sun Oct 13 11:53:36 2002
@@ -33,14 +33,14 @@
# The gdm configuration program that is run from the login screen, you should
# probably leave this alone
@@ -26,7 +26,7 @@
# You should probably never change this value unless you have a weird setup
PidFile=/var/run/gdm.pid
PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/
-@@ -84,11 +84,11 @@
+@@ -84,16 +84,16 @@
UserAuthFBDir=/tmp
UserAuthFile=.Xauthority
# The X server to use if we can't figure out what else to run.
@@ -40,6 +40,12 @@
# 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=false
+
+ [security]
+ # If any distributions ship with this one off, they should be shot
@@ -153,7 +153,7 @@
# The 'theme'. By default we're using the default gtk theme
# Of course assuming that gtk got installed in the same prefix,