From owner-freebsd-questions Wed Jul 30 20:28:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA27919 for questions-outgoing; Wed, 30 Jul 1997 20:28:11 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA27895 for ; Wed, 30 Jul 1997 20:28:01 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id MAA25403; Thu, 31 Jul 1997 12:57:25 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id MAA18791; Thu, 31 Jul 1997 12:57:20 +0930 (CST) Message-Id: <199707310327.MAA18791@freebie.lemis.com> Subject: Re: Xterm won't run: _X11TransSocketUNIXConnect In-Reply-To: from Charlie ROOT at "Jul 30, 97 10:34:14 pm" To: beth_arnold@hotmail.com Date: Thu, 31 Jul 1997 12:57:20 +0930 (CST) Cc: questions@FreeBSD.org (FreeBSD Questions) Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Charlie ROOT writes: > Please respond to the email address beth_arnold@hotmail.com or to the list > instead of the address listed as "From". Thank you Please don't write as root. It confuses people. If you really have to, please include a Reply-To: header. > Hello, I am having problems getting Xterm to run. When attempting to > start xterm I get the error message "X11TransSocketUNIXConnect: Can't > connect: errno = 2". Then after saying that a few times it says it can't > open the display. I am using the display :0.0, but have also tried :0 > and `hostname`:0.0. I have never been able to run Xterm or any Xwindows > applications. I am using FreeBSD 2.2.2. It looks to me as if you haven't started X yet. Don't start xterm, start 'startx' or 'xinit'. If you haven't set up a window manager, the screen will look a bit funny, but it *will* give you an xterm for free. Look at the man pages X(1), startx(1), and xinit(1). You will also need to choose a window manager--see ctwm(1), fvwm(1), twm(1), and fvwm95-2(1). Some of these may be in the ports collection. Greg