From owner-freebsd-doc@FreeBSD.ORG Mon Apr 27 19:17:19 2009 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6B181065675 for ; Mon, 27 Apr 2009 19:17:19 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from poseidon.ceid.upatras.gr (poseidon.ceid.upatras.gr [150.140.141.169]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9918FC27 for ; Mon, 27 Apr 2009 19:17:19 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from mail.ceid.upatras.gr (unknown [10.1.0.143]) by poseidon.ceid.upatras.gr (Postfix) with ESMTP id 7D82BEB5569; Mon, 27 Apr 2009 21:49:11 +0300 (EEST) Received: from localhost (europa.ceid.upatras.gr [127.0.0.1]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 6AB9B450C6; Mon, 27 Apr 2009 21:49:11 +0300 (EEST) X-Virus-Scanned: amavisd-new at ceid.upatras.gr Received: from mail.ceid.upatras.gr ([127.0.0.1]) by localhost (europa.ceid.upatras.gr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BzH4glumTiug; Mon, 27 Apr 2009 21:49:11 +0300 (EEST) Received: from kobe.laptop (adsl137-12.kln.forthnet.gr [77.49.8.12]) by mail.ceid.upatras.gr (Postfix) with ESMTP id 121254503F; Mon, 27 Apr 2009 21:49:10 +0300 (EEST) Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id n3RInAnk053385; Mon, 27 Apr 2009 21:49:10 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id n3RIn8xS053368; Mon, 27 Apr 2009 21:49:08 +0300 (EEST) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Manolis Kiagias References: <49ED0056.5010706@gmail.com> <49ED7000.70904@praxisvermittlung24.de> <49ED7C59.80808@gmail.com> Date: Mon, 27 Apr 2009 21:49:07 +0300 In-Reply-To: <49ED7C59.80808@gmail.com> (Manolis Kiagias's message of "Tue, 21 Apr 2009 10:57:13 +0300") Message-ID: <87zle2aq58.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gabor PALI , DS@praxisvermittlung24.de, "doc@FreeBSD.org" , Tom Rhodes Subject: Re: [PATCH] Introduce Xorg 7.4 to the X11 configuration section X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Apr 2009 19:17:20 -0000 On Tue, 21 Apr 2009 10:57:13 +0300, Manolis Kiagias wrote: >>> http://people.freebsd.org/~manolis/x11.diff I a bit unsure about the .xinitrc and .xsession remove & restore dance suggested in the patch. I'm inside a GDM session now and cannot test this, but I think the following should work without changing anything in the default .xinitrc or .xsession file of the user: $ startx /usr/local/bin/xterm -- :1 I'll test this a few minutes later, but if it works most of the new text of the patch is not necessary.