Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Aero compatibility (shadow paging, SMP, x86)

hellfire
New Contributor I
857 Views
I have implemented VMM with shadow paging. Works fine but there is a compatibility problem with Windows Aero.
When VMM is started with Windows Vista/7 x86 as a guest, the Aero stops to work (windows stop to be transparent). A message "The Desktop Window Manager has encountered a fatal error (0x8898009b)" appears in the event log.
Only SMP systems are affected, bug does not happen when guest OS is runned in UP mode.
I heard this is the common problem and major VM vendors have had to deal with it.
Can you suggest possible reasons of the problem?
Thank you!
0 Kudos
2 Replies
David_O_Intel1
Employee
857 Views

I was told that Windows Aero requires 3D graphics support. QEMU VGA in virtual platform does not support Direct X, thus Aero is turned off.

David Ott

0 Kudos
hellfire
New Contributor I
857 Views
Several existing VMM implementations (VMware Workstation, Parallels, VirtualBox) are compatible with Aero.
What should be implemented in VMM to provide Direct X support?
0 Kudos
Reply