** Patch added: "rgb565.patch" https://bugs.launchpad.net/bugs/665743/+attachment/1708692/+files/rgb565.patch
-- Cocoa video corruption when guest uses RGB565 mode https://bugs.launchpad.net/bugs/665743 You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. Status in QEMU: New Bug description: The cocoa video driver doesn't currently support when the guest uses RGB565 or HighColor mode resulting in corrupted video. The initial graphics screen of recent Ubuntu installs is an example. The attached patch against 0.13.0-release seems to fix the problem by introducing an indirect data provider that translates from RGB565 to RGB888, a mode that core graphics supports.