Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!ucbcad!ucbvax!EMBL.BITNET!MANSFIEL From: MANSFIEL@EMBL.BITNET (Niall Mansfield) Newsgroups: comp.windows.x Subject: getting xdemo to work (on a Sun) Message-ID: <8708260947.AA14726@ATHENA.MIT.EDU> Date: Wed, 26-Aug-87 06:43:58 EDT Article-I.D.: ATHENA.8708260947.AA14726 Posted: Wed Aug 26 06:43:58 1987 Date-Received: Fri, 28-Aug-87 02:02:50 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 27 The problem: xdemo doesn't work on a Sun - it gives the confusing message no such file or directory Solution-1 (The neat way) The problem is that "xdemo" is looking for a unix domain socket "/dev/X0", and the standard SUN configuration creates "/tmp/X0". We added a symbolic link from "/dev/X{0,1}" to "/tmp/X{0,1}", which fixed things up nicely. Soultion-2 Specify a TCP domain display name, either explicitly, like xdemo balls myhost:0 or implicitly by setting the DISPLAY environment variable setenv DISPLAY myhost:0 Thanks To all those people who sent ME these answers when I asked a while back - many I couldn't thank directly, as my mail bounced. Niall