32 Bit Libraries with 64 Drivers

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
halymaly
Newbie
Newbie
Posts: 2
Joined: Sat Sep 11, 2010 2:48 pm

32 Bit Libraries with 64 Drivers

Post by halymaly »

I am getting this error when trying to run DDO:

Code: Select all

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  137 (GLX)

  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  634
  Current serial number in output stream:  634

*** Finished ***
After some searching I think that is because I am missing the 32 bit libraries. I am using a radeon HD 4870. I get the drivers here: http://support.amd.com/us/gpudownload/l ... ng=English At the bottom of the page it says "32-Bit packages must be installed for 64-Bit Linux drivers to install or work." But I don't know where to get those. The download link for the 32 bit and 64 bit are the same.

I have installed the 64 bit drivers and most of my system works perfectly fine, however in wine I am getting the above errors. Does anyone know where I can the needed libraries? And how to install them?

I have tried uninstalling and reinstalling the drivers three times now and the entire OS twice. It's Ubuntu 10.04.

Thanks for the help.
halymaly
Newbie
Newbie
Posts: 2
Joined: Sat Sep 11, 2010 2:48 pm

Post by halymaly »

If it helps the result of this command:

Code: Select all

sudo apt-get install ia32-libs
is:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
ia32-libs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
James McKenzie

32 Bit Libraries with 64 Drivers

Post by James McKenzie »

On 9/11/10 1:07 PM, halymaly wrote:
If it helps the result of this command:

Code:
sudo apt-get install ia32-libs


is:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Read through the release notes provided at the AMD/ATI site. You may
need more 32 bit packages then just this one.

James McKenzie
Locked