From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 01:15:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6957B16A422 for ; Tue, 31 Jan 2006 01:15:04 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4186A43D48 for ; Tue, 31 Jan 2006 01:15:02 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id k0V1BVPo087021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 31 Jan 2006 08:11:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id k0V1ETDO072541; Tue, 31 Jan 2006 08:14:29 +0700 (ICT) Date: Tue, 31 Jan 2006 08:14:29 +0700 (ICT) Message-Id: <200601310114.k0V1ETDO072541@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <1138648798.587.0.camel@p4-3200.local> ("cyb."@gmx.net) References: <1138648798.587.0.camel@p4-3200.local> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: Screen Capture 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, 31 Jan 2006 01:15:04 -0000 On Mon, 2006-01-30 at 10:51 -0800, ross wrote: > I can't seem to figure out how to make a screen capture. Is there an =20 > ability hidden in X11 or do I need to install a port? I'm running 6.0 and= =20 > also fluxbox as my window manager. I am using xwd that is (I beleive) part of standard X distribution To capture to a file: /usr/X11R6/bin/xwd -frame -out ~/.wdump To send to a printer: /usr/X11R6/bin/xwd | /usr/X11R6/bin/xpr -device ps|/usr/bin/lpr Olivier