Not sure if this post belongs here but thought I would give it a try. I am running linux mint 14 with kernel 3.7.0-7 generic.
This is the error I get when I load up my windows vm. I am running VMWARE 9 as a host on this box and only 1 win7 VM guest which does work but I keep getting this error.
Hardware graphics acceleration is not available
No 3D support is available from the host.
Here is my openGL info:
NIXLAP frank # glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
OpenGL version string: 3.0 Mesa 9.2.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
NIXLAP frank # uname -a
Linux NIXLAP 3.7.0-7-generic #15-Ubuntu SMP Sat Dec 15 16:34:25 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
NIXLAP frank # glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
OpenGL version string: 3.0 Mesa 9.2.0
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
VGA info:
NIXLAP frank # lspci -nnk | grep -iA3 VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
Subsystem: Dell Device [1028:049a]
Kernel driver in use: i915
Kernel modules: i915
Extended VGA info:
NIXLAP frank # sudo lshw | grep -A 11 display
*-display
description: VGA compatible controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:46 memory:e1c00000-e1ffffff memory:d0000000-dfffffff ioport:7000(size=64)
Any help would be greatly appreciated.