From owner-freebsd-questions@FreeBSD.ORG Tue Mar 18 17:10:24 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 3C82F1065672 for ; Tue, 18 Mar 2008 17:10:24 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.177]) by mx1.freebsd.org (Postfix) with ESMTP id 082B88FC25 for ; Tue, 18 Mar 2008 17:10:23 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so3020693ele.12 for ; Tue, 18 Mar 2008 10:10:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WfEzOFW9dO0CP8cbKEXh8VvfbCqIqL2N1rsfcOrJgU0=; b=Sc0nMGi04eZ7gZ0scTE3zDwYsEHDiPIAq38nazoyvmk+peUR6ajCPNu6CHL4pn3OmoufvT5IIaopJWuDoitG2yO3vGPkMCZH2tyCh22TxKGHsbgp1sLLjebwOjWfprfI947KXXa/saKI2Nj/nK1Od8zAklrjNOvbSsNOXL5VMp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=I1oF9zzTKoMimzj2qU/nQcctqVd96lXHf+5e0bRZuBeit+80f+n9eVp++Lo0qaLkMWTjgkmTmOsaBnaVJqVaixtjYk4UTuxTBh7c3w4U3GTzt8vuKSJAKnMyrKBrcD4QeWZvnqOpFj6bX1vxJ74NXfoqH3iILAL4GugBY1M6hCs= Received: by 10.114.88.1 with SMTP id l1mr2029389wab.79.1205860222664; Tue, 18 Mar 2008 10:10:22 -0700 (PDT) Received: by 10.114.58.19 with HTTP; Tue, 18 Mar 2008 10:10:22 -0700 (PDT) Message-ID: <8cb6106e0803181010g7b1a9540xb7cdda2fd3913735@mail.gmail.com> Date: Tue, 18 Mar 2008 13:10:22 -0400 From: "Josh Carroll" To: "Patrick Dung" In-Reply-To: <355524.63586.qm@web54302.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <355524.63586.qm@web54302.mail.re2.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Any software that can do X windows screen capture (with mouse cursor) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 17:10:24 -0000 On Tue, Mar 18, 2008 at 12:54 PM, Patrick Dung wrote: > Hello > > As title, I have tried xwd, it can't capture mouse curosr. The "import" program that's part of the ImageMagick port can do so: import image.png Then draw a box around whatever you want to screen shot. Alternatively, it can do the whole root window: import -window root ss.png ImageMagick is in: /usr/ports/graphics/ImageMagick Regards, Josh