Date: Sat, 12 Sep 2009 13:32:25 +0200 (CEST) From: Alexander Best <alexbestms@math.uni-muenster.de> To: <freebsd-questions@FreeBSD.org> Subject: where to put `startx` serverargs Message-ID: <permail-2009091211322580e26a0b00005ff8-a_best01@message-id.uni-muenster.de>
next in thread | raw e-mail | index | archive | help
hi there, since i don't use ipv6 X produces the following warning when starting up: _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/otaku:0 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 so i'd to start X this way: `startx -- -nolisten inet6`. i looked through the man pages of startx and xinit but couldn't find where to put the argument "-nolisten inet6" so `startx` picks it up automatically. currently i have this extra line in /usr/local/bin/startx: "serverargs = -nolisten inet6" but that's just a hack because i couldn't find any information on where to put the serverarg. cheers. alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?permail-2009091211322580e26a0b00005ff8-a_best01>