Question about OpenGL libraries and Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bryandf
Newbie
Newbie
Posts: 2
Joined: Tue Sep 30, 2008 11:19 am

Question about OpenGL libraries and Wine

Post by bryandf »

I'm installing wine 1.1.5 from source because I need to patch a couple files to make a video game run, the last time I tried the install, the game would come up with sound but a black screen. I know this could be caused by a lot of things, but I wanted to make sure that I had all the required graphics libraries for wine after compiling.

Once I've compiled wine, should all the OpenGL libraries be included? Should I look through my package manager for any additional ones that I'd need? I'm on Ubuntu Hardy, btw. The libraries that I know for a fact are being installed currently:

libgcrypt11-dev
libgl1-mesa-dev
libglib1.2-dev
libglib2.0-dev
libglu1-mesa-dev

The game I'm trying to install is Final Fantasy Online if that matters any.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Question about OpenGL libraries and Wine

Post by vitamin »

bryandf wrote:Once I've compiled wine, should all the OpenGL libraries be included? Should I look through my package manager for any additional ones that I'd need? I'm on Ubuntu Hardy, btw.
http://wiki.winehq.org/Recommended_Packages
bryandf
Newbie
Newbie
Posts: 2
Joined: Tue Sep 30, 2008 11:19 am

Post by bryandf »

Thanks for the response, I checked everything on that script to see if it was installed, most of it was, so maybe it's not the opengl drivers that's causing it. Could be my Intel chipset maybe? I checked the repos and it looks like everything for Intel is already there.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Locked