Re: "X +bs" bug with ggv and others (gnome-canvas?)
James Henstridge <[email protected]> Thu, 27 Nov 2003 11:39:58 +0800
| Newsgroups | gmane.comp.gnome.lib.devel,gmane.comp.gnome.gtk+.devel.general,gmane.comp.gnome.devel |
|---|---|
| Message-ID | <[email protected]> |
On 29/08/2003 10:47 PM, Fabio Gomes de Souza wrote: > It does not keep the image. It handles X update events by grabbing the > image from the network instead of some internal buffer. :( This is not surprising. VNC was designed to be able to run on fairly minimal devices. The only thing really stored on the client side is the framebuffer image. The client sends input events to the server (mouse movements/clicks and key presses), and the server sends updates to rectangular areas of the screen back to the client. If you want a smarter display system, you could try X on the client :) James. -- Email: [email protected] WWW: http://www.daa.com.au/~james/