Comment 5 for bug 1039157

Revision history for this message
Bryce Harrington (bryce) wrote : Re: X problems in Fusion guest

Thanks. So a few problems:

OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x300)

#1 is that you're getting software rendering when you should (I gather) be getting hardware.

#2 is why isn't llvmpipe working better? Even with SW rendering you shouldn't be seeing glitchy graphics.

[ 13.368] (EE) open /dev/fb0: No such file or directory
[ 13.737] (EE) vmware(0): Failed to open drm.
[ 13.737] (WW) vmware(0): Disabling 3D support.
[ 13.737] (WW) vmware(0): Disabling Render Acceleration.
[ 13.737] (WW) vmware(0): Disabling RandR12+ support.

#3 is why is there no drm? Presumably with drm you'd have 3D.

[ 13.364] (EE) Failed to load module "modesetting" (module does not exist, 0)

#4 why can't it find the modesetting driver?