Ivy Bridge and Direct Rendering

Questions about Wine on Linux
Locked
fandingo
Newbie
Newbie
Posts: 1
Joined: Sat Jan 26, 2013 2:05 pm

Ivy Bridge and Direct Rendering

Post by fandingo »

I have an Intel Ivy Bridge 4000 graphics, and I'm trying to run Command and Conquer: Generals, which is quite old, but I constantly get a direct rendering error.

The game starts up, and I can select single player mode from a small dialog box. However, as soon as I select that, it should go into full screen and play an intro video. That's when I get the following error.

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) Ivybridge Mobile ", version "1.4 (2.1 Mesa 8.0.4)").

But

Code: Select all

glxinfo | grep direct
direct rendering: Yes
It seems like Wine is not currently reading the graphics capabilities.

Could someone help me get this working?

Thanks,
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: Ivy Bridge and Direct Rendering

Post by lahmbi5678 »

If you are on a 64bit linux, you probably need some additional 32bit libs (intel driver, opengl/mesa).
Locked