From owner-freebsd-questions Mon Jun 30 23:26:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12313 for questions-outgoing; Mon, 30 Jun 1997 23:26:03 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA12303 for ; Mon, 30 Jun 1997 23:25:54 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id JAA08662; Tue, 1 Jul 1997 09:25:32 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma008657; Tue Jul 1 09:25:12 1997 Message-ID: <33B8A2A4.1754@barcode.co.il> Date: Tue, 01 Jul 1997 09:24:36 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: Chris Wood CC: freebsd-questions@FreeBSD.ORG Subject: Re: xdm trouble References: <33B7EFF6.6BD5DED0@physics.umr.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chris Wood wrote: > > I have installed the latest version of XFree86 (3.3), and I can use > startx and xinit. > When I try to use xdm, the login screen come up fine, but after > enetering the login and > password, the screen goes blank for a moment then comes back to the > login screen. Make sure that ~/.xsession (if it exists) is executeable. Also take a look at .xsession-errors (or .xdm-errors if it doesn't even get around to starting xsession for some reason). Most of the time, this means your .xsession crashed (remember, when .xsession exists, your session ends!) > > I an also having trouble installing ports for X. When doing make, it > stops with an error > that it can't find the file xpm.h. I tried to install the graphic/xpm > port and the same error > occurred. Did I miss something i the initial FreeBSD installation? > > Any suggestions are greatly appreciated. Nadav