Hi, 2007/9/25, GUERRAZ Francois : > > > About your VNC problems : I have had problems w/ vnc too (see > http://qemu-forum.ipi.fi/viewtopic.php?p=10468) but had no answer as > well... This problem happens when the VNC client doesn't support the DesktopSize pseudo-encoding. Qemu crashes when the guest resizes down its display and the VNC client sends a SetPixelFormat afterwards. Attached patch should fix this. It also forces a full buffer update after resize. Regards, Edu