Nice. Looking at jpg(1) sources, it's not obvious where the allocation
limit comes in. Too bad there isn't an encoder for vp8.
for mouse position, you may need to write a shim to snoop on the mouse;
something like this:
https://github.com/9nut/plan9/tree/master/tippy
On Fri, Nov 25, 2016 at 8:2
Thanks Skip, Cinap,
This command seems to be working quite nicely (except for the memory allocation
problem in gif(1) for larger recordings):
for (i in `{seq -w 1 25}) { sleep 0.01; cat /dev/screen > /tmp/screen-$i.img };
togif -l -1 -d 300 /tmp/screen-*.img > /tmp/recording.gif; rm
/tmp/scree
On Thu, Nov 24, 2016 at 11:11 AM, Richard Miller <9f...@hamnavoe.com> wrote:
>
> > panic: boot process died: undefined instruction: pc 0x605c
>
> I bet that's a SWPW instruction - valid for armv5, deprecated
> for armv6, and illegal for armv7.
>
> You probably want to apply patch/armv7-atomic on yo