On Linux, you may mmap /dev/fb0 to access the front buffer like you would have on old computers.
Not all kernel configs and GPU devices allow that. You can test if fb0 is usable with cat /dev/random > /dev/fb0 to see if the screen is filled with garbage (you may also need root privilege).
seba_dos1|1 year ago
Whether it's worth doing is another matter.
jayshua|1 year ago
baudaux|1 year ago