Intel graphics card + Fedora 17 x64 + Wine
I own a laptop which includes Intel graphics card. I used to play World of Warcraft on Wine, on a Linux Mint environment. Then I switched to Fedora 17 and now things don't work anymore. I followed these steps:
yum install wine (64-bit version)
glxinfo | grep rendering (direct rendering: Yes)
wine Wow.exe
*err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Mesa DRI Intel(R) Ironlake Mobile ", version "1.4 (2.1 Mesa 8.0.4)").*
**lspci -v -s `lspci | awk '/VGA/{print $1}'`**
*00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Toshiba America Info Systems Device fde2
Flags: bus master, fast devsel, latency 0, IRQ 41
Memory at d0000000 (64-bit, non-prefetchable) [size=4M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
I/O ports at 4050 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915*
What's the problem? Is it the i915 driver? Is it my x64 architecture? It worked fine on Linux Mint, which includes lots of proprietary drivers, so I assume it is a Fedora related problem. Any Suggestions?