From owner-freebsd-questions@FreeBSD.ORG Sat Dec 16 18:34:06 2006 Return-Path: X-Original-To: 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 7BD7B16A407 for ; Sat, 16 Dec 2006 18:34:06 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id C995943CA5 for ; Sat, 16 Dec 2006 18:34:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1016752uge for ; Sat, 16 Dec 2006 10:34:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=B8yKdacBsBFPI/jffCBqGdwYq0AuysJt5xB7Fd0ZkwXRIIJQEBvXcQUMk+r5C7hnlF71X2Vb29hTtpvNTk6OxWQ8oXalRGrLFkL/BYzaXb68tG2XNoYMYZ3EnlBFTZbbXLV2+IFCISv5VVxfub3dT0RBiU9Z5Fj6hrV17SzGpeY= Received: by 10.78.149.15 with SMTP id w15mr1430740hud.1166294044228; Sat, 16 Dec 2006 10:34:04 -0800 (PST) Received: by 10.78.167.16 with HTTP; Sat, 16 Dec 2006 10:34:04 -0800 (PST) Message-ID: Date: Sat, 16 Dec 2006 21:34:04 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: Lane In-Reply-To: <200612161224.14708.lane@joeandlane.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612161224.14708.lane@joeandlane.com> X-Google-Sender-Auth: 7b4ce656cd1d738a Cc: FreeBSD Questions Subject: Re: 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:34:06 -0000 On 12/16/06, Lane wrote: > 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. Can you tell us what you really need? Try "ssh -X user@box" and running gui apps or even startx there.