Re: screen snapshot utility needed on an r-pi 3b running jessie

2018-04-13 Thread Gene Heskett
On Friday 13 April 2018 08:07:09 Alan Corey wrote: > I usually have xwd (from x11-apps) installed and recently cooked up > this script: > > #!/bin/bash > datestr=`date +"%Y-%m-%d_%H-%M"` > outname=/tmp/ss_$datestr.xwd > echo "Saved as " $outname > xwd -display ':0.0' -root -out $outname > > It can

Re: screen snapshot utility needed on an r-pi 3b running jessie

2018-04-13 Thread Alan Corey
I usually have xwd (from x11-apps) installed and recently cooked up this script: #!/bin/bash datestr=`date +"%Y-%m-%d_%H-%M"` outname=/tmp/ss_$datestr.xwd echo "Saved as " $outname xwd -display ':0.0' -root -out $outname It can do a screen dump even over an ssh connection. They're saved as .xwd

Re: screen snapshot utility needed on an r-pi 3b running jessie

2018-04-12 Thread Gene Heskett
On Monday 02 January 2017 02:13:17 Gene Heskett wrote: > Greetings folks, new to the list, with 2 problems. > > 1. Need a snapshot utility like this x86 wheezy install has. What it > its name if it exists. Using LXDE if that's important. The name will likely contain snapshot, I think mine is ksna

Re: screen snapshot utility needed on an r-pi 3b running jessie

2017-01-02 Thread Gene Heskett
On Monday 02 January 2017 10:24:57 Alan Corey wrote: > I use xwd, on Debian type stuff you have to add the "retro" X Windows > stuff to get it. Works in the BSDs, most things just fine. I'm > writing this on a Pi 3b, very useful little boxes. > > I define this alias in my bashrc or whereever. I

Re: screen snapshot utility needed on an r-pi 3b running jessie

2017-01-02 Thread Alan Corey
I use xwd, on Debian type stuff you have to add the "retro" X Windows stuff to get it. Works in the BSDs, most things just fine. I'm writing this on a Pi 3b, very useful little boxes. I define this alias in my bashrc or whereever. I just type snap into some free terminal emulator then I have 10

Re: screen snapshot utility needed on an r-pi 3b running jessie

2017-01-02 Thread Gene Heskett
On Monday 02 January 2017 08:13:17 Andrew M.A. Cater wrote: > On Mon, Jan 02, 2017 at 02:13:17AM -0500, Gene Heskett wrote: > > Greetings folks, new to the list, with 2 problems. > > > > 1. Need a snapshot utility like this x86 wheezy install has. What it > > its name if it exists. Using LXDE if t

Re: screen snapshot utility needed on an r-pi 3b running jessie

2017-01-02 Thread Andrew M.A. Cater
On Mon, Jan 02, 2017 at 02:13:17AM -0500, Gene Heskett wrote: > Greetings folks, new to the list, with 2 problems. > > 1. Need a snapshot utility like this x86 wheezy install has. What it its > name if it exists. Using LXDE if that's important. > > 2. Whats the magic recipe to enable AIGLX rende