
Originally Posted by
TheFu
Video playback in any guest OS is a hack. Guests do not see the real video hardware - just the emulated video card provided by Player. What specific onboard video chips are provided? Any current-generation onboard chips handle video fine and a separate GPU won't help. Any $20 nvidia card w/ 3D accel can do 1080p video just fine.
lshw -c video output will help us.
If the videos in question are flash or web videos - those use very little GPU and do most of the decoding in the CPU.
This is the output:
Code:
*-display
description: VGA compatible controller
product: SVGA II Adapter
vendor: VMware
physical id: f
bus info: pci@0000:00:0f.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=vmwgfx latency=64
resources: irq:16 ioport:1070(size=16) memory:e8000000-efffffff memory:fe000000-fe7fffff memory:c0000000-c0007fff
---
The built in GPU is "Integrated ATI Radeon HD 4200" which is roughly (almost) equivalent nvidia gt620. So I can see how a separate GPU won't help.
Bookmarks