aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gdm2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-10-13 23:56:40 +0800
committermarcus <marcus@FreeBSD.org>2002-10-13 23:56:40 +0800
commit8b7f38bad4e33b3afa9160925aa3b4c5b001ac6c (patch)
tree23dfd3a1fb588dd09dd5bf45c160bed8ae6001f1 /x11/gdm2
parentb6a201e2c13860319eef83419125dad76ab57d39 (diff)
downloadfreebsd-ports-gnome-8b7f38bad4e33b3afa9160925aa3b4c5b001ac6c.tar.gz
freebsd-ports-gnome-8b7f38bad4e33b3afa9160925aa3b4c5b001ac6c.tar.zst
freebsd-ports-gnome-8b7f38bad4e33b3afa9160925aa3b4c5b001ac6c.zip
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>
Diffstat (limited to 'x11/gdm2')
-rw-r--r--x11/gdm2/Makefile2
-rw-r--r--x11/gdm2/files/patch-ab12
2 files changed, 10 insertions, 4 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index 7ac240f6a3fd..48fd33529af3 100644
--- a/x11/gdm2/Makefile
+++ b/x11/gdm2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gdm2
PORTVERSION= 2.4.0.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4
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,