From owner-freebsd-questions@FreeBSD.ORG Tue Sep 15 23:33:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A4211065694 for ; Tue, 15 Sep 2009 23:33:03 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out2.uni-muenster.de (ZIVM-OUT2.UNI-MUENSTER.DE [128.176.192.9]) by mx1.freebsd.org (Postfix) with ESMTP id 0E2CF8FC16 for ; Tue, 15 Sep 2009 23:33:02 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,392,1249250400"; d="scan'208";a="223800974" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay2.uni-muenster.de with ESMTP; 16 Sep 2009 01:33:01 +0200 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id A89F21B0751; Wed, 16 Sep 2009 01:33:01 +0200 (CEST) Date: Wed, 16 Sep 2009 01:33:01 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Roland Smith Message-ID: In-Reply-To: <20090915221637.GA22432@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "illoai@gmail.com" , freebsd-questions@freebsd.org Subject: Re: where to put `startx` serverargs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 23:33:03 -0000 Roland Smith schrieb am 2009-09-16: > On Tue, Sep 15, 2009 at 09:54:39PM +0200, Alexander Best wrote: > > Roland Smith schrieb am 2009-09-15: > > > You can put them in /usr/local/lib/X11/xinit/xserverrc, together > > > with > > > the X > > > server. > > > Roland > > thx. could you tell me what exactly i need to put in that file? > > because i > > already tried adding `startx -- -nolisten inet6` to ~/.serverrc and > > that > > didn't work. > Read the startx(1) and xinit() manual pages closely. What you should > put in to > the xserverrc is: > -------- xerverrc -------- > #!/bin/sh > exec /usr/local/bin/Xorg -nolisten inet6 > -------- xerverrc -------- > Roland thx a bunch. that worked. imo the xorg guys should allow people to disable ipv6 support at compile time with a ./configure option. cheers. alex