Hyper-V: Microsoft Virtual Machine Bus Video Device

1

Hyper-V uses the Microsoft Virtual Machine Bus Video Device as your default video driver. This is okay, but the only issue that I have with it is that the color setting is 16 bit and not 32 bit. I need 32 bit for Google Sketchup 8. The VM OS is Windows XP SP3. Is there a way beside this link here to do this? I really don't want to mess with the registry.

Also I understand that RDP will use 32 bit color and just about any resolution I want. However Sketchup still flags an warning for using the 16 bit color setting.

nate

Posted 2013-09-10T19:51:02.250

Reputation: 1 082

SuperUsers aren't afraid of editing the registry. :) – Ƭᴇcʜιᴇ007 – 2013-09-10T19:58:42.787

@techie007 Not afraid, just would like it to be a last resort. – nate – 2013-09-10T20:02:55.663

@techie007 How do I change the video adapter to use a "Standard VGA" driver? I don't see that option under display adapters in device manager. – nate – 2013-09-11T13:36:48.693

Answers

2

  • Go into the VM and into XP's Device Manager.
  • Changed video adapter to use the "Standard VGA" driver.
  • Set colour depth to 32-bit.

The Standard VGA driver will be slower (no hardware acceleration) but it lets you get to 32-bit color depths.

That's essentially all the scripting at the link you provided does.

Ƭᴇcʜιᴇ007

Posted 2013-09-10T19:51:02.250

Reputation: 103 763

1How do I change the video adapter to use a "Standard VGA" driver? I don't see that option under display adapters in device manager. – nate – 2013-09-10T21:12:15.610