Ali Gholami Rudi <aliqr...@gmail.com> wrote: > Samuel Baldwin <shardz4...@gmail.com> wrote: > > It segfaults for me when I try to run it in a framebuffer. > > Does it have anything to do with fb color depth? I have tested it only > for 16bit fb. If your depth differs it might be solved by changing > fbval_t at the end of config.h (it probably works for 8 or 32).
I just tried it on an old PC with 640x480-8bpp framebuffer and it worked; I changed fbval_t to be unsigned char (instead of unsigned short) in config.h. Ali