Ubuntu – World of Warcraft on PlayOnLinux: graphics problem

11.10intel graphicsplayonlinux

I have an HP 430 and lshw -c video command line said:

 *-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: vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:42 memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:4000(size=64)
**WARNING: output may be incomplete or inaccurate, you should run this program as super-user.**

I'm running this at Ubuntu Oneiric Ocelot 11.10 and PlayOnLinux 4.0.12.

enter image description here

Best Answer

Please install mesa-utils if not yet installed: sudo apt-get install mesa-utils to test for OpenGL support.

Run a check to see if you have OpenGL support: glxinfo|grep 'direct rendering' or /usr/lib/nux/unity_support_test -p.

And run glxgears to see how your video card renders and its FPS for the render.

If it appears you have OpenGL support and all is good then add to the WoW launcher the -opengl parameter. For example '.wine/drive_c/Program Files/World of Warcraft/Wow.exe' -opengl

and test to see the result.