LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-16-2003, 12:27 PM   #1
Pres
Member
 
Registered: Jun 2002
Location: Australia
Distribution: Slack 9.1
Posts: 232

Rep: Reputation: 30
Radeon 8500 drivers, glX missing ?


I tried to install the radeon drivers, but X wouldn't start :

Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXActiveScreens from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!

Looks like a missing shared object module perhaps ? What module if so, and where should it be ? Any other ideas ?

I did tamper with some of my ogl components at one stage, everything was quite ok with the old nVidia card, now maybe this has come back to bite me ?


Last edited by Pres; 02-16-2003 at 12:29 PM.
 
Old 02-16-2003, 12:32 PM   #2
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Could it be that X is still looking for the nVidia drivers from before? Perhaps starting with a fresh XF86Config file. Like running in VESA mode, using the /etc/X11/XF86Config-vesa config. Then attempting to setup the radeon drivers.

Just a thought.
 
Old 02-16-2003, 01:47 PM   #3
UnTamed
Member
 
Registered: Dec 2002
Location: Qc, Canada
Distribution: CRUX
Posts: 317

Rep: Reputation: 30
Like Excalibur says, if you haven't run #fglrxconfig and still carry that old config file, you'll get nowhere.
But chances are the nV drivers have overwritten a few files in /usr/X11R6.
...the first thing I'd do is reinstall X from the install cd.
 
Old 02-17-2003, 12:38 PM   #4
Pres
Member
 
Registered: Jun 2002
Location: Australia
Distribution: Slack 9.1
Posts: 232

Original Poster
Rep: Reputation: 30
Still nothing ...

Thanks for the suggestions. Same error though.

I no longer modprobe the nVidia drivers, I did re-install X, and my config file was generated by fglxconfig.

I think that the library isn't being found because it isn't in the right place ... is there a variable like $PATH for shared objects ?

Anyway I'm going to try a bit of reshuffling as per another thread about radeon drivers around here. Any other suggestions would be welcomed though

Edit : ok, I was getting ahead of myself here. I have to compile the module first !! Of course that isn't working for me. But enough for today.

Last edited by Pres; 02-17-2003 at 01:22 PM.
 
Old 02-23-2003, 11:55 AM   #5
Pres
Member
 
Registered: Jun 2002
Location: Australia
Distribution: Slack 9.1
Posts: 232

Original Poster
Rep: Reputation: 30
Still no joy

I'm still trying to get the radeon 8500 drivers to work.

Using slackware 8.1

I recompiled the kernel for i686, I used rpm2tgz then installpkg'd it (I did de-tar it first to see where it all went, seemed ok).

cd /usr/src/linux
make distclean
make dep

cd /lib/modules/fglr200/build_mod
./make.sh

ATI module generator V 1.0
==========================
probing for VMA API version...
check results are inconsistent!!!
none of the probed versions did succeed.
aborting module build.

*sniff* I'm back to using windows as my main OS. Anyone know ? This has had me down for many days now.
 
Old 02-25-2003, 05:23 PM   #6
Pres
Member
 
Registered: Jun 2002
Location: Australia
Distribution: Slack 9.1
Posts: 232

Original Poster
Rep: Reputation: 30
Finally sorted out, took weeks

Phew. Well now they work. What a mission.
 
Old 02-25-2003, 07:46 PM   #7
trn
Member
 
Registered: Feb 2003
Distribution: freebsd/gentoo
Posts: 68

Rep: Reputation: 15
you having any problems with that radeon and the console text being garbled? when i boot up the first time the text is just fine, but once i log out or switch to a new console its totally illegiable. I'm thinking this might have somthing to do with the console frame buffer or and i think i remember seing this while trying out a diff distro.
 
Old 02-26-2003, 05:17 PM   #8
Pres
Member
 
Registered: Jun 2002
Location: Australia
Distribution: Slack 9.1
Posts: 232

Original Poster
Rep: Reputation: 30
I'll check

I haven't had a chance to check yet, but I will check in the next couple of days and post results.
 
Old 02-26-2003, 05:31 PM   #9
DaOne
Member
 
Registered: Jan 2003
Location: USA
Distribution: Slackware
Posts: 498

Rep: Reputation: 30
Quote:
you having any problems with that radeon and the console text being garbled? when i boot up the first time the text is just fine, but once i log out or switch to a new console its totally illegiable. I'm thinking this might have somthing to do with the console frame buffer or and i think i remember seing this while trying out a diff distro.
I have a Radeon 9700 and have the same problem. I think it has something to do with framebuffers. I edited /etc/lilo.conf to use the standard vga display and it works fine...BUT...there is no penguin! Sniff...sniffle...
 
Old 03-03-2003, 11:01 PM   #10
wooky
LQ Newbie
 
Registered: Feb 2003
Distribution: Mandrake 9.0
Posts: 7

Rep: Reputation: 0
Pres, can you tell me what you did to get your GLX working? I didn't follow. I made exactly what the ATI docs said and I had the same problem you had... can you tell me which modules you compiled ?

Thanx

Wooky
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Radeon 8500, 9200, 9700 freeze Mandrake 10 with ATI's drivers make Linux - Hardware 17 08-06-2004 05:51 AM
radeon 9800 drivers not working, glx score 300 unixrebel Linux - Hardware 1 07-22-2004 12:18 AM
ATI's new Radeon drivers (8500) xeinsane Linux - Hardware 3 09-28-2003 05:48 PM
ATI Radeon 8500 Drivers ByeOss Linux - Newbie 3 07-16-2003 03:04 PM
ATI Radeon 8500 drivers? entm Linux - General 1 06-08-2002 11:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

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