I need to get a 32 bit fglrx on a 64 bit system

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
blurymind
Posts: 21
Joined: 5. Aug 2013, 14:56

I need to get a 32 bit fglrx on a 64 bit system

Post by blurymind »

Ok folks, here's the problem. I am running salix on 64 bit, however wine needs to use some opengl features which will not work without the 32 bit version of the graphics driver.

Code: Select all

err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your 32-bit OpenGL drivers haven't been installed correctly (using GL renderer "ATI Mobility Radeon HD 4650", version "1.4 (2.1 (3.3.11672 Compatibility Profile Context))").
preloader: Warning: failed to reserve range 00010000-00110000
In my case that would be the ati legacy catalyst driver.
Now the installer says its both for 32 and 64 bit. However it automatically detects that i am running 64 bit and it installs only the 64 bit version in:
file:///usr/lib64/xorg/modules/dri/fglrx_dri.so

this file does not exist in
file:///usr/lib/xorg/modules/dri/

I have seen that Ubuntu users solve the issue by installing a premade package. That is not a solution for me, since slackware doesnt have such package and I already am using the official 64 bit installed driver from ati.
Arch linux users go around it by using pacman script or something.
\
How do we do this on slackware-14 64/ salix64 ??
I couldnt find any information on the web. A slackbuild perhaps? Where?
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: I need to get a 32 bit fglrx on a 64 bit system

Post by aurlaent »

Salix64 is a pure 64bit operating system.
If you want to run 32bit software you need a 32bit environment.
You can set up multilib
http://docs.salixos.org/wiki/How_to_install_multilib
http://forum.salixos.org/viewtopic.php?f=20&t=4910

or use a virtual machine, or chroot
http://forum.salixos.org/viewtopic.php?f=24&t=3031

I use the chroot option, but I don't use fglrx.

You could always install salix 32bit instead of 64bit, if that suits your needs better.
blurymind
Posts: 21
Joined: 5. Aug 2013, 14:56

Re: I need to get a 32 bit fglrx on a 64 bit system

Post by blurymind »

I use multilib, as it is the only way to get skype on salix 64 bit.

However multilib does not provide a 32 bit fglrx, nor does any package available for salix.

I am sorry but this is a problem that occurs with wine 1.7 slack14-32 and 64 (from wine's official website ) on salix 64.
The same 32 bit app works fine in wine on a 64 bit ubuntu

Try running any winehq approved 32 bit opengl windows app with wine on salix 64
Last edited by blurymind on 12. Sep 2013, 02:55, edited 1 time in total.
User avatar
aurlaent
Donor
Posts: 106
Joined: 1. Feb 2012, 19:46
Location: Sydney, Australia

Re: I need to get a 32 bit fglrx on a 64 bit system

Post by aurlaent »

Well actually there are more ways than one of geting skype. I'm running it in a 32bit chroot.

I've never installed the fglrx drivers, but http://docs.slackware.com/slackware:multilib#caveats suggests that you have the choice of installing the 32bit drivers. Perhaps all you need to do is reinstall.
blurymind
Posts: 21
Joined: 5. Aug 2013, 14:56

Re: I need to get a 32 bit fglrx on a 64 bit system

Post by blurymind »

aurlaent wrote:Well actually there are more ways than one of geting skype. I'm running it in a 32bit chroot.

I've never installed the fglrx drivers, but http://docs.slackware.com/slackware:multilib#caveats suggests that you have the choice of installing the 32bit drivers. Perhaps all you need to do is reinstall.
now see THAT looks like it might bear some fruits! Thank you so much for sharing! I am going to give it a try after a good night sleep :)
Post Reply