LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation failed: file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-glc22-4. (https://www.linuxquestions.org/questions/linux-newbie-8/installation-failed-file-usr-x11r6-lib-libgl-so-1-2-from-install-of-fglrx-glc22-4-a-138015/)

witchy2k1 01-23-2004 10:24 PM

Installation failed: file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-glc22-4.
 
I've just installed Linux Mandrake 9.2 and I'm trying to get mr ATI Radeon 9800Pro to install, I downloaded the driver from ATI and ran it, but I get this error.. "Installation failed:
file /usr/X11R6/lib/libGL.so.1.2 from install of fglrx-glc22-4.3.0-3.7.0 conflicts with file from package libxfree86-4.3-23mdk ", can anyone tell me what that means and how I would go about repairing it? :)

Thanks.. :)

scott_R 01-24-2004 01:26 AM

Basically, the ATI driver wants to replace the "default" openGL driver from XFree86. This is alright, most custom video drivers do this. Why it didn't automatically do this for you is a mystery, although perhaps something's changed in the new Mandrake release, and ATI hasn't adjusted their drivers yet.

That said, there's nothing broken. The message is simply a warning that a conflict exists. My preference would be to go to ATI's site and see if they have a forum or whatever, then look for a similar there, or ask a question through their contact/support page.

Unfortunately, I've only used NVidia drivers (not necessarily better, just what I have on hand usually), so I can't help you get around this with too much certainty. Even so, I hope this helps you narrow down the list of solutions.

Guru3 01-24-2004 02:41 AM

I've had this on RH9, and if I use "rpm -ivh --force <package_name>" then it installs no problem, and things work. (btw, the Radeon9800pro works very well with linux, I'm lovin' mine :))

witchy2k1 01-24-2004 06:14 AM

Thanks guys, I'll try your suggestions :)

witchy2k1 01-24-2004 07:11 AM

Quote:

Originally posted by witchy2k1
Thanks guys, I'll try your suggestions :)
Hmm, I ran "rpm -ivh --force <package_name>" but I ended up with a list of errors...

[root@19216801 stuart]# rpm -ivh --force fglrx-glc22-4.3.0-3.7.0.i386.rpm
Preparing... ########################################### [100%]
warning: user mtippett does not exist - using root
warning: group mtippett does not exist - using root
warning: user mtippett does not exist - using root
warning: group mtippett does not exist - using root
warning: user mtippett does not exist - using root
warning: group mtippett does not exist - using root
warning: user mtippett does not exist - using root
warning: group mtippett does not exist - using root
warning: user mtippett does not exist - using root


*** 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

When I follow these instruction, I get....

ATI module generator V 2.0
==========================
initializing...
kernel includes at /usr/src/linux/include not found or incomplete
file: /usr/src/linux/include/linux/version.h

I've just realised, I didn't install the source, is this what this error is all about???

Does anyone know how i can easily install the source code?




Peacedog 01-24-2004 09:38 AM

Quote:

Does anyone know how i can easily install the source code?
the kernel sources are on the install cds. go into control center, and i believe it's software environment(working from memory) from there choose source package, it will ask you for the cd. pop it in and let er rip.
good.

witchy2k1 01-24-2004 09:48 AM

Quote:

Originally posted by PEACEDOG
the kernel sources are on the install cds. go into control center, and i believe it's software environment(working from memory) from there choose source package, it will ask you for the cd. pop it in and let er rip.
good.

Thanks Peacedog :)

I had a look in the Control Centre and I see no option for Software Enviroment, I search every option thoroughly and didn't see anywhere that wold allow me to install stuff from a CD, I'll keep looking. :)

Peacedog 01-24-2004 10:10 AM

take a look at configuration > packaging or software management. it won't say install from cd. it'll list the packages installed or not installed, depends on how you sort it. sort to not installed, or available packages, look for source, select it. the package manager, should then ask for a cd. hope that sheds a little more light for ya.
good luck.

witchy2k1 01-24-2004 12:18 PM

I found and option for Source in Software Media Manager, I ticked the option for source and clicked update it appeared to transfer some files but i still don't have any source files :)

witchy2k1 01-24-2004 12:33 PM

Woohoo, I finally found it :)

Now for the fun part, lol

witchy2k1 01-24-2004 04:12 PM

Urmm, still no 3D acceleration and to amke matters worse I now can't boot to the GUI, I get a "no screens" error!

Judging by the error I'd assume that I need to replace /etc/X11/XF86Config-4 with the original version, but when I try to run PICO to edit the file I get an error telling me that it can't be found. Do I have to be in any particular folder to run PICO?


Peacedog 01-24-2004 04:54 PM

Quote:

Do I have to be in any particular folder to run PICO?
no

pico /etc/X11/XF86Config-4

should work, but, you do have to do this as root.

witchy2k1 01-24-2004 06:06 PM

Quote:

Originally posted by PEACEDOG
no

pico /etc/X11/XF86Config-4

should work, but, you do have to do this as root.

I was loged in as root, but still no pico :(

Are there any other built in editors i can use?

Guru3 01-25-2004 05:26 AM

There is vim.


All times are GMT -5. The time now is 04:34 AM.