summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/665743
blob: 73a2fc7ad641d02661b41eb298096e483282b946 (plain) (blame)
1
2
3
Cocoa video corruption when guest uses RGB565 mode

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.