From owner-freebsd-questions@FreeBSD.ORG Wed Mar 9 14:48:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D29C16A4CE for ; Wed, 9 Mar 2005 14:48:04 +0000 (GMT) Received: from f27.mail.ru (f27.mail.ru [194.67.57.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD02143D2F for ; Wed, 9 Mar 2005 14:48:03 +0000 (GMT) (envelope-from kantor_mult@mail.ru) Received: from mail by f27.mail.ru with local id 1D92Ti-000MHW-00 for freebsd-questions@freebsd.org; Wed, 09 Mar 2005 17:48:02 +0300 Received: from [193.232.68.75] by win.mail.ru with HTTP; Wed, 09 Mar 2005 17:48:02 +0300 From: Fractal To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.0.204 via proxy [193.232.68.75] Date: Wed, 09 Mar 2005 17:48:02 +0300 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: Configuring xdm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Fractal List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 14:48:04 -0000 I have FreeBSD 5.3-RELEASE with Xorg X server installed on my machine and I have problems with configuring xdm. Namely, the problem is: if I run xdm on X display :0, and set session program, /usr/X11R6/bin/wmaker for example, in ~/.xsession, when I try to login using xdm, after few seconds of blank screen I see again xdm login prompt, but no wmaker. After this, my ~/xsession-errors contain message like this: "Connection to display :0 refused by server". I tried following command in .xsession: xinit /usr/X11R6/bin/wmaker -- /usr/X11R6/bin/Xorg :1 This worked, but in this case after login I have two X displays on different terminals: one with only X server screen with cross cursor, and another with wmaker. Does it mean that if I run xdm on display :0 then I cannot run session program on the same display? Thanks.