Re: [Qemu-devel] [PATCH 1/1] vnc: Add support for color map

2016-05-31 Thread Denis V. Lunev
On 05/31/2016 05:06 PM, Gerd Hoffmann wrote: On Di, 2016-05-31 at 11:14 +0300, Denis V. Lunev wrote: On 05/24/2016 05:19 PM, Denis V. Lunev wrote: From: Alexander Graf Our current VNC code does not handle color maps (aka non-true-color) at all and aborts if a client requests them. There are 2

Re: [Qemu-devel] [PATCH 1/1] vnc: Add support for color map

2016-05-31 Thread Gerd Hoffmann
On Di, 2016-05-31 at 11:14 +0300, Denis V. Lunev wrote: > On 05/24/2016 05:19 PM, Denis V. Lunev wrote: > > From: Alexander Graf > > > > Our current VNC code does not handle color maps (aka non-true-color) at all > > and aborts if a client requests them. There are 2 major issues with this: > ping

Re: [Qemu-devel] [PATCH 1/1] vnc: Add support for color map

2016-05-31 Thread Denis V. Lunev
On 05/24/2016 05:19 PM, Denis V. Lunev wrote: From: Alexander Graf Our current VNC code does not handle color maps (aka non-true-color) at all and aborts if a client requests them. There are 2 major issues with this: 1) A VNC viewer on an 8-bit X11 system may request color maps 2) RealVNC

[Qemu-devel] [PATCH 1/1] vnc: Add support for color map

2016-05-24 Thread Denis V. Lunev
From: Alexander Graf Our current VNC code does not handle color maps (aka non-true-color) at all and aborts if a client requests them. There are 2 major issues with this: 1) A VNC viewer on an 8-bit X11 system may request color maps 2) RealVNC _always_ starts requesting color maps, then moves