From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 18:32:42 2008 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 2461D1065673 for ; Tue, 28 Oct 2008 18:32:42 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout015.mac.com (asmtpout015.mac.com [17.148.16.90]) by mx1.freebsd.org (Postfix) with ESMTP id CC0B28FC0A for ; Tue, 28 Oct 2008 18:32:41 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp015.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K9G00KWFOTSNB60@asmtp015.mac.com> for freebsd-questions@freebsd.org; Tue, 28 Oct 2008 11:32:17 -0700 (PDT) Message-id: <892FC18B-8AB6-4941-B9F1-110ECFCC2F9A@mac.com> From: Chuck Swiger To: zhenghua wang In-reply-to: <9c3cc89e0810280916q2a8ada51q8e43fbb9090d7fe2@mail.gmail.com> Date: Tue, 28 Oct 2008 11:32:16 -0700 References: <9c3cc89e0810280916q2a8ada51q8e43fbb9090d7fe2@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) Cc: freebsd-questions@freebsd.org Subject: Re: How can I get the screenshots only under the command-line? 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: Tue, 28 Oct 2008 18:32:42 -0000 Hi-- On Oct 28, 2008, at 9:16 AM, zhenghua wang wrote: > I wanna get some screenshots of my command-line-only system(8- > current),how > can I perform this? > Thanks a lot,looking forward to your mail. See "man vidcontrol", as in: The following command will capture the contents of the first virtual ter- minal, and redirect the output to the shot.scr file: vidcontrol -p < /dev/ttyv0 > shot.scr Regards, -- -Chuck