From owner-freebsd-questions@FreeBSD.ORG Sat Dec 16 18:21:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 971CB16A40F for ; Sat, 16 Dec 2006 18:21:53 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-spurfowl.atl.sa.earthlink.net (elasmtp-spurfowl.atl.sa.earthlink.net [209.86.89.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29D7043CA2 for ; Sat, 16 Dec 2006 18:21:53 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-spurfowl.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GveAS-0004LU-E5 for freebsd-questions@freebsd.org; Sat, 16 Dec 2006 13:21:52 -0500 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id kBGIOFUZ005740 for ; Sat, 16 Dec 2006 12:24:15 -0600 (CST) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id kBGIOEkh005739 for freebsd-questions@freebsd.org; Sat, 16 Dec 2006 12:24:14 -0600 (CST) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Sat, 16 Dec 2006 12:24:14 -0600 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612161224.14708.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec79b006b96c0c06f22a545d7f137c5e8402350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Subject: xorg on a headless, mouseless, keyboardless box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Dec 2006 18:21:53 -0000 Hi, I need to run X ... or in some way gain access to the display output on a remote box that has neither mouse, keyboard, or console. Is this even possible? I've been looking at the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html#AEN6864 But it doesn't jump out at me how I should make this work. I've edited /usr/X11R6/lib/X11/xdm/xdm-config and Xaccess to listen for the connection, but when I run xdm on the remote box it fails with "No core pointer" So I followed the limited instructions on the X wiki and added Section ServerFlags option "AllowMouseOpenFail" EndSection But now I get Fatal error: no screens found. Is it even possible to have the remote headless box host an X session? thanks, lane