From owner-freebsd-current@FreeBSD.ORG Wed Jan 23 19:06:49 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 868E216A41B for ; Wed, 23 Jan 2008 19:06:49 +0000 (UTC) (envelope-from nikclayton@gmail.com) Received: from jc.ngo.org.uk (jc.ngo.org.uk [69.55.225.33]) by mx1.freebsd.org (Postfix) with ESMTP id 71D6A13C458 for ; Wed, 23 Jan 2008 19:06:49 +0000 (UTC) (envelope-from nikclayton@gmail.com) Received: from [192.168.3.3] (50-141.1-85.cust.bluewin.ch [85.1.141.50]) by jc.ngo.org.uk (8.13.8/8.13.8) with ESMTP id m0NIsB7W045204; Wed, 23 Jan 2008 10:54:42 -0800 (PST) (envelope-from nikclayton@gmail.com) Message-ID: <47978D60.4020805@gmail.com> Date: Wed, 23 Jan 2008 19:54:24 +0100 From: Nik Clayton User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "Michael W. Lucas" References: <20080119214128.GA57253@bewilderbeast.blackhelicopters.org> In-Reply-To: <20080119214128.GA57253@bewilderbeast.blackhelicopters.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: * (1.988) RCVD_IN_SORBS_DUL X-Scanned-By: MIMEDefang 2.57 on 69.55.225.33 X-Mailman-Approved-At: Wed, 23 Jan 2008 19:11:12 +0000 Cc: i b , freebsd-current@freebsd.org Subject: Re: Taking screenshots during install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 19:06:49 -0000 Michael W. Lucas wrote: > Install without taking screenshots. > > Then run in console-only mode. On the main console, run > sysinstall(8). On the second virtual console, use "vidcontrol -p" to > capture the contents of the first screen to a screenshot file. Then > use scr2png to transform that screen shot into a .png. +1 -- that's the specific use case that the '-p' option to vidcontrol, and the scr2* utilities were intended to support (it's how the installation screenshots in the Handbook were/are generated). N