Displaying 2 results from an estimated 2 matches for "accel2d".
Did you mean:
accel_2d
2011 Aug 26
1
hello, I 've deployed libvirt, and it is OK to use kvm.But when I use virtualbox, I can not attach a device to a domain
...put type='mouse' bus='ps2'/>
<graphics type='desktop' display=':0.0'/>
<sound model='ac97'/>
<video>
<model type='vbox' vram='32768' heads='1'>
<acceleration accel3d='yes' accel2d='yes'/>
</model>
</video>
</devices>
</domain>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110826/991fbb9f/attachment.htm>
2011 Jul 25
1
VirtualBox headless
...973'/>
</interface>
<input type='mouse' bus='ps2'/>
<graphics type='rdp' autoport='yes' />
<video>
<model type='vbox' vram='12' heads='1'>
<acceleration accel3d='no' accel2d='no'/>
</model>
</video>
</devices>
</domain>
When I run command
*virsh start THEDOMAIN*
it is popping up the following error message:
*OpenRemoteSession/LaunchVMProcess failed, domain can't be started*
As it wasn't working I also tried ot...