From owner-freebsd-questions@FreeBSD.ORG Tue Sep 15 22:16:40 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 05F321065672 for ; Tue, 15 Sep 2009 22:16:40 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3378FC13 for ; Tue, 15 Sep 2009 22:16:39 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id n8FMGbvm079462; Wed, 16 Sep 2009 00:16:37 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 7480FBAAA; Wed, 16 Sep 2009 00:16:37 +0200 (CEST) Date: Wed, 16 Sep 2009 00:16:37 +0200 From: Roland Smith To: Alexander Best Message-ID: <20090915221637.GA22432@slackbox.xs4all.nl> References: <20090914225109.GB77585@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner 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 22:16:40 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > > Roland >=20 > 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 --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAkqwEkUACgkQEnfvsMMhpyWJwwCgpuAbI1uFL9m6clgoaodQ3Y29 8pcAn0cYxX4c2wS5k7khdKOQAxVxz454 =6AT6 -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR--