LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2004, 12:59 PM   #1
svoltmer
Member
 
Registered: Apr 2004
Posts: 33

Rep: Reputation: 15
Can't Install ATI Drivers in Mandrake 10


I tried to install the driver for my Radeon X800 Pro in Mandrake 10 but got this error:
Installation failed:
file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-4.1.0-3.11.1 conflicts with file from package libxfree86-4.3-30mdk
 
Old 08-06-2004, 01:51 PM   #2
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
you may have to FORCE the install.

rpm -Uvh --force filename.rpm
 
Old 08-11-2004, 06:39 PM   #3
TB2
LQ Newbie
 
Registered: Aug 2004
Posts: 6

Rep: Reputation: 0
Hi there!

If got exact the same problem on Mandrake 10 (and a 9600pro).
If just try to install the driver, I get the same error as svoltmer. so I tried to force the install.
Then I get this in bash:
---
rpm -Uvh --force fglrx-4.3.0-3.11.1.i386.rpm
Preparing... ########################################### [100%]
1:fglrx ########################################### [100%]
*** Trying to install a precompiled kernel module.
*** WARNING ***
Tailored kernel module for fglrx not present in your system.
You must go to /lib/modules/fglrx/build_mod subdir
and execute './make.sh' to build a fully customed kernel module.
Afterwards go to /lib/modules/fglrx and run './make_install.sh'
in order to install the module into your kernel's module repository.
(see readme.txt for more details.)

As of now you can still run your XServer in 2D, but hardware acclerated
OpenGL will not work and 2D graphics will lack performance.

failed.
*** Error: no kernel module build environment - please consult readme.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===
---

Ok so I tried to do waht it says, but if I run ./make.sh in that folder I just get this:
bash: ./make.sh: Permission denied

I'm logged into bash as root

What could I do now?

Thanks a lot,

TB2

*edit:
The error was this one, described at ATI: http://www.ati.com/support/infobase/4475.html
So I did what they say there, but instead of giving me something like
"linux -> kernel-source-x.x.x"
after giving this command
"[root@localhost src]# ln -s kernel-source-2.6.3 linux",
bash just gives me this if I check with "ls -1" again:
[root@localhost src]# ls -1
ATI/
linux@
nvidia/
RPM/

Before I tried to add something it was:

[root@localhost src]# ls -1
ATI/
nvidia/
RPM/

Last edited by TB2; 08-11-2004 at 06:58 PM.
 
Old 09-12-2004, 10:19 AM   #4
sarmad
LQ Newbie
 
Registered: Sep 2004
Location: Montreal - Canada
Distribution: Mandrake 10.0
Posts: 11

Rep: Reputation: 0
befor doing ./make.sh you need to do
chmod 777 make.sh

i have the same problem with this driver, i wish it will work with you
 
Old 09-13-2004, 11:58 PM   #5
Junior41180
Member
 
Registered: Dec 2003
Location: Florida
Posts: 157

Rep: Reputation: 30
Figured I'd use this thread. the newest released driver. 4.3.0-3.12.0

I keep getting an error that module fglrx is in use, the drivers install, but when running glxgears, I go from
13241 frames in 5.0 seconds = 2648.200 FPS
16420 frames in 5.0 seconds = 3284.000 FPS
16608 frames in 5.0 seconds = 3321.600 FPS
16579 frames in 5.0 seconds = 3315.800 FPS
16572 frames in 5.0 seconds = 3314.400 FPS



to less than 300.

what am I doing wrong, I've even tried to uninstall the old driver(3.11.1) and install the new ones. I'm running the 2.6.3-16MDK kernel and Xfree86 version 4.3.0.1 on Mandrake 10 and a Radeon 9800XT 256MB.

edit:

[root@105 downloads]# rpm -Uvh --force fglrx-4.3.0-3.12.0.i386.rpm
Preparing... ########################################### [100%]
1:fglrx ########################################### [100%]
*** Trying to install a precompiled kernel module.
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
ERROR: Module fglrx is in use
done.
Installed: qt3 (gcc 3.2) based control panel application
===
ATI display drivers successfully installed
please run 'fglrxconfig' now
===
[root@105 downloads]# glxgears
Loading required GL library /usr/lib/libGL.so.1
ERROR: version mismatch - 2D module [3.11.1] incompatible with OGL client module [3.12.0].
libGL error: InitDriver failed
1267 frames in 5.0 seconds = 253.400 FPS
1440 frames in 5.0 seconds = 288.000 FPS
1385 frames in 5.0 seconds = 277.000 FPS

Last edited by Junior41180; 09-14-2004 at 12:03 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Howto install the ATI proprietary drivers for Mandrake 10.2 why2jjj Mandriva 36 05-15-2006 02:01 PM
DISCUSSION: How To: Install X.Org 6.8 and ATI Proprietary drivers in Mandrake 10.1 tjmax LinuxAnswers Discussion 15 01-13-2006 11:54 AM
How To: Install X.Org 6.8 and ATI drivers in Mandrake 10.1 tjmax Mandriva 9 03-14-2005 01:50 PM
How to install Ati drivers on Mandrake 9.1 !?! PLS HELP roon_x Linux - Hardware 5 10-02-2003 05:27 PM
Mandrake 9.0 and Ati Drivers neilh89 Linux - Hardware 5 04-09-2003 04:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration