You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the command fbgrab -v image.png (version 1.5) I get a floating point exception error and no image produced. I can compile from source if you need me to test on the hardware that's producing this issue.
As a comparison, on the same hardware, if I switch the framebuffer to 1280x800x32 using the the command gfxpayload=1280x800x32 placed in grub.cfg then fbgrab works ok.
I've never implemented 1, 2, 4 nor 8 bit color. That does not excuse the floating point exception though.
Fixing that is the least I can do.
Unfortunately I don't have time implementing these color modes (but I'd gladly accept a patch!). They are, and has forever been in the todo section of the man page ;)
No problem, I'm using fbgrab with ShredOS and having been playing with the various frame buffers. I'm not sure whether it's much of an issue for ShredOS as I think we use 16/32 bit most of the time. If it looks like having 4 or 8 bit would be beneficial I may submit a patch. Thanks again for a very useful program.
When I use the command
fbgrab -v image.png
(version 1.5) I get a floating point exception error and no image produced. I can compile from source if you need me to test on the hardware that's producing this issue.if I then run
fbset -i
, I get the following:As a comparison, on the same hardware, if I switch the framebuffer to 1280x800x32 using the the command
gfxpayload=1280x800x32
placed in grub.cfg then fbgrab works ok.The text was updated successfully, but these errors were encountered: