Paint Pixels to Screen via Linux FrameBuffer

前端 未结 7 1791
谎友^
谎友^ 2020-12-01 00:56

I was recently struck by a curious idea to take input from /dev/urandom, convert relevant characters to random integers, and use those integers as the rgb/x-y values for pix

7条回答
  •  死守一世寂寞
    2020-12-01 01:31

    I'd say be careful before trying writing to /dev/fb0, as suggested above. I tried it under X in ubuntu 10.04 and a) nothing happened visually, b) it wrecked all shell windows, even other ttys, leading to kernel errors and lack of functionality.

提交回复
热议问题