From owner-freebsd-questions@FreeBSD.ORG Thu May 12 10:42:39 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 54B5516A4D0 for ; Thu, 12 May 2005 10:42:39 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC0B43D41 for ; Thu, 12 May 2005 10:42:38 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-61.dynamic.qsc.de [212.202.39.61]) by mail.efacilitas.de (Postfix) with ESMTP id 9404E123A58; Thu, 12 May 2005 12:41:18 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 9C42F12B09A; Thu, 12 May 2005 12:41:42 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 40345-09; Thu, 12 May 2005 12:41:37 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 3855D12B085; Thu, 12 May 2005 12:41:37 +0200 (CEST) Message-ID: <428332E0.8040905@cs.tu-berlin.de> Date: Thu, 12 May 2005 12:41:36 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.7) Gecko/20050425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fw-nx@xs4all.nl References: <20050512013117.814FC16A4D3@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com cc: freebsd-questions@freebsd.org Subject: Re: Non-X screen capture? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 10:42:39 -0000 Frits Westra wrote: > Do you have any suggestions for a non-X screen capture program that can > be invoked when the text to be captured is already on screen? Use vidcontrol with options -p or -P, e.g. vidcontrol -P > dump See manpage for more information. Regards Björn