Help cant install ATI driver!! :(

This is a discussion about Help cant install ATI driver!! :( in the Linux Software category; I try to install my driver for radeon 9700 and this happens. Problems occured during installation: file/usr/x11r6/lib/libgl. so. 1. 2 frfrom install fglrx-glc22-4. 3. 0-3. 2. 8 conflicts with file package Xfree86-libs-4.

Linux Software 434 This topic was started by , . Last reply by ,


data/avatar/default/avatar31.webp

6 Posts
Location -
Joined 2003-10-18
I try to install my driver for radeon 9700 and this happens.
 
Problems occured during installation:
file/usr/x11r6/lib/libgl.so.1.2 frfrom install fglrx-glc22-4.3.0-3.2.8 conflicts with file package Xfree86-libs-4.3.5mdk
 
 
 
WTF is that? lol
 
p.s. how do i install amsn if its .tar ? anyone know how to tweak mtu or rwin on linux?

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Oct 19
Created
Jan 29
Last Response
0
Likes
3 minutes
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

24 Posts
Location -
Joined 2003-04-15
It means that the file /usr/x11r6/lib/libgl.so.1.2 is already present in the XFree86-libs package,
and that the ATI drivers will overwrite it. Since this is probably what you want, back up the
original file, and use the --force flag to the rpm command to install the ati rpm.
 
>p.s. how do i install amsn if its .tar ?
 
Wild guess: tar xvf xxx.tar; ./configure; make; make install

data/avatar/default/avatar32.webp

989 Posts
Location -
Joined 2001-08-14
If you're feeling up to it, you can try installing the ATi drivers by hand using a variation on the method outlined here. Mandrake most likely won't have the rpm2targz utility (it was written by Slackware IIRC) but the Linux from Scratch guys have thoughtfully made it available on one of their sites. Just download the bz2ball, uncompress it into a temporary directory and run the supplied install script. You also won't have the Slackware pkgtool so instead, change to the root directory and just untar the fglrx tarball into there.
 
Lastly, you'll need the source of the exact kernel that you're running. If you selected the Kernel Development group when you installed Mandrake then this most likely would have been done for you otherwise load up whatever package management tool you use and hunt around for a package with a name like kernel-source-whatever and install it.
 
Once that's done you should be able to just change to /lib/modules/fglrx and run to the two installation scripts (build_mod/make.sh and make_install.sh) to compile and install the fglrx modules. Assuming that completes successfully you can then run the ATi fglrxconfig tool to make a customised XF86Config-4 file using the fglrx modules.
 

Quote:p.s. how do i install amsn if its .tar ? anyone know how to tweak mtu or rwin on linux? 
You don't . You download Gaim and use that instead, it's much better.