ponty / framebuffer-vncserver

VNC server for Linux framebuffer devices
GNU General Public License v2.0
169 stars 69 forks source link

Use a separated thread for event loop #14

Closed mbriand closed 3 years ago

mbriand commented 3 years ago

Also, as the display loop is no longer limited by the event loop, add a usleep() call to limit refresh frequency. Default refresh frequency should be about the same as it was before this patch.

mbriand commented 3 years ago

This is kind of a duplicate of #7, I felt it was easier to open a new PR, but feel free to close this one if you think work on #7 should continue.

ponty commented 3 years ago

Thanks!