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-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: Bug#895193: transition: openmpi

2018-04-13 Thread Emilio Pozuelo Monfort
Control: tags -1 confirmed On 11/04/18 11:12, Alastair McKinstry wrote: > > > On 11/04/2018 10:07, John Paul Adrian Glaubitz wrote: >> On 04/11/2018 10:53 AM, Alastair McKinstry wrote: >>> As of 3.0.1, openmpi now works on Big-Endian powerpc (which was to be a >>> problem; it had been dropped up