Quote:
Originally Posted by NiMa
Hi,
Today I'm asking for help. After hours of trying to get pure Xorg working (because if it does, the speed will be incredibly increased) without the need to take screenshots, hence displaying directly to the framebuffer, I don't know what to do.)
|
You're going to have to write at least a small amount of C (or Rust or Go) code. I haven't looked into the existing options, but if I were to do it from scratch, I'd do it with FBInk.
One way would be to compile parts of Xorg from source with some modifications to use the fb.
Another way would be to use tigervnc+libvnc+FBInk to display the current screen. libx11+fbink would be another option, but although the code may be easier to work with, you might need to deal with damage tracking and optimization manually.