From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 18:20:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65E9416A418 for ; Mon, 19 Nov 2007 18:20:22 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id B6DD713C457 for ; Mon, 19 Nov 2007 18:20:21 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so6281052pyb for ; Mon, 19 Nov 2007 10:20:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qeCLAo0/4ZOPi3/6Au+ROXg3SsUVdvO0GnsrsfBc9sw=; b=EE89a+aNv2y7iTpeXYIoK4W+mBujHeK0f5Gaxu2dgCcscwIe9EbcPgOQ7bCnJM/cW5M29hXba9vIdny5ozmwnKgpsB3m4EJUfKNO2nDKG7eVtGbNUe6q2gOjF21HIQEFFjyEiK8Y/QVVYZ9BwazL/RUmPGNe/EFAkVF5V+CMqPk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t4/+wANgWpewqnbd24pFVK03bFSGAdPGrxHgFWodz68l4yjD1i9ZzvP/wG2d2AU5FVYLzO4MegQxChu0fvI+H47Bjm8jFeHYHNrxFmKEqGDABmzTGGvdwiPVXVGoe5LAbSnqFn66FxA8HWCq0qViiI69Q7U99elW/IAu2DD1faA= Received: by 10.64.193.2 with SMTP id q2mr12029538qbf.1195496411472; Mon, 19 Nov 2007 10:20:11 -0800 (PST) Received: by 10.64.184.9 with HTTP; Mon, 19 Nov 2007 10:20:11 -0800 (PST) Message-ID: <8e10486b0711191020r4d735915m238990c5c6ecd6f5@mail.gmail.com> Date: Mon, 19 Nov 2007 15:20:11 -0300 From: "Alexandre Biancalana" To: stevefranks@ieee.org In-Reply-To: <539c60b90711191011m53c57b7am64b6ece75403057a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90711191011m53c57b7am64b6ece75403057a@mail.gmail.com> Cc: User Questions Subject: Re: launch x app from non-x tty? 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: Mon, 19 Nov 2007 18:20:22 -0000 On Nov 19, 2007 3:11 PM, Steve Franks wrote: > Is there a way to log in from ssh and pop up a program on the local > xterminal? I tried, and got complaints that there was no x, so I > presume they are locked in tty0, which is a good thing, usually... Give a look at -X option of ssh