Conflict installing nvidia-glx-ia32 on 64 bit Debian

Questions about Wine on Linux
Locked
Canisaur
Newbie
Newbie
Posts: 1
Joined: Mon Feb 13, 2012 4:25 pm

Conflict installing nvidia-glx-ia32 on 64 bit Debian

Post by Canisaur »

I'm trying to get EVE Online working on WINE in Debian Wheezy. I get the following error when I try to run eve.exe:

err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat

I believe I've traced the problem to needing the nvidia-glx-ia32 drivers. However, when I run apt-get install nvidia-glx-ia32, I get:

# apt-get install nvidia-glx-ia32
...
The following packages will be REMOVED:
libgl1-nvidia-glx nvidia-glx xserver-xorg-video-nvidia
...


So how can I install the nvidia 32-bit compat libraries without removing my nvidia xorg drivers?
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Conflict installing nvidia-glx-ia32 on 64 bit Debian

Post by jjmckenzie »

On Mon, Feb 13, 2012 at 2:30 PM, Canisaur <[email protected]> wrote:
I'm trying to get EVE Online working on WINE in Debian Wheezy.  I get the following error when I try to run eve.exe:

err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat

I believe I've traced the problem to needing the nvidia-glx-ia32 drivers.  However, when I run apt-get install nvidia-glx-ia32, I get:

# apt-get install nvidia-glx-ia32
  ...
The following packages will be REMOVED:
 libgl1-nvidia-glx nvidia-glx xserver-xorg-video-nvidia
  ...

So how can I install the nvidia 32-bit compat libraries without removing my nvidia xorg drivers?
Ask on the Debian forums. This is out of scope for this project.

James
Locked