GeForce 8800 GT Issue in Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Rahvasaadik
Level 1
Level 1
Posts: 6
Joined: Sat Jan 17, 2009 2:30 pm

GeForce 8800 GT Issue in Wine

Post by Rahvasaadik »

How can I make Wine use the NVIDIA GeForce 8800 GT proprietary drivers I have installed on my Ubuntu Linux (Intrepid)?
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

GeForce 8800 GT Issue in Wine

Post by L. Rahyen »

On 2009-01-18 (Sunday) 12:15:27 Rahvasaadik wrote:
How can I make Wine use the NVIDIA GeForce 8800 GT proprietary drivers I
have installed on my Ubuntu Linux (Intrepid)?
You need to make sure that OpenGL support in Wine is compiled in
(run ./configure --verbose and fix all warnings).

If you aren't compiling Wine yourself then your question doesn't make sense -
all Linux application that are using OpenGL use driver (proprietary or not)
you have installed. If this isn't the case, your driver installation is
broken. What is the output of this command?

glxinfo | grep OpenGL

Does glxgears work? If yes how much fps do you have (run it from a shell to
see fps count) with turned off antialiasing and anisotropic filtering (in
nvidia-settings)?

Personally I recommend to use wine-1.1.13 and 180.22 NVidia driver for best
results. If you are using something else - please tell us what version of
Wine you are using or, even better, upgrade to recommended version.
Rahvasaadik
Level 1
Level 1
Posts: 6
Joined: Sat Jan 17, 2009 2:30 pm

Post by Rahvasaadik »

The 180 version did not show up in my hardware drivers installation menu, searched for it in synaptic and found it, installing now.

EDIT: In other words, I had outdated driver. I'll try running Gmod after driver update and the fpsmon.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: GeForce 8800 GT Issue in Wine

Post by vitamin »

Rahvasaadik wrote:How can I make Wine use the NVIDIA GeForce 8800 GT proprietary drivers I have installed on my Ubuntu Linux (Intrepid)?
That's the only drives Wine can use. Not sure what your problem is, they works fine for me in a number of games.
Locked