LinuxQuestions.org
Visit Jeremy's Blog.
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 09-30-2003, 04:52 PM   #1
muppski
Member
 
Registered: Feb 2003
Posts: 149

Rep: Reputation: 15
Installing ATI Drivers


Before i start : YES i haved searched the forum , I did follow some guides but I hade some problems wich these guides dosent tell me what to do to get around



ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
doing scripted based build for kernel 2.4.x and similar
compiling 'agpgart_be.c'...
compiling 'agp3.c'...
compiling 'i7505-agp.c'...
compiling 'nvidia-agp.c'...
compiling 'firegl_public.c'...
linking of fglrx kernel module...
duplication skipped - generator was not called from regular lib tree
done.
==============================
and after I run the "make_install" command and the output is:

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

________

I did install this Linux header thing becuse before even make.sh failed .. Now im really tierd and wanna go to bed but just now right yet...... aw crap =/

And ooooh btw When i boot linux i see the linux logo on the left top corner , Is it possible to change that one? To other penguines or simply other stuff?

Last edited by muppski; 10-01-2003 at 04:17 AM.
 
Old 10-01-2003, 05:41 AM   #2
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
Ehh maybe i posted this is the wrong place?
Admin move this?
 
Old 10-01-2003, 02:49 PM   #3
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
I guess not......

What should I do?
 
Old 10-01-2003, 08:57 PM   #4
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
I know it's possible to change the boot logo as Gentoo changes it to an icon of their "mascot" Larry the Cow but this requires a kernel patch, I don't know if there's an easier way to do it than that.

Also, did you install the full kernel source or just the headers? Make sure the full kernel source is installed and the /usr/src/linux and /lib/modules/<kernelversion>/build exist and point back to the right locations (which should both be you /usr/src/linux-* source directory).
 
Old 10-02-2003, 02:19 AM   #5
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
I do have

/usr/src/linux-2.4.20


I dont have

/lib/modules/linux-2.4.20/build
or did you just mean
/lib/modules/linux2-.4.20 ? cuz i do got that

and no /usr/src/linux
just linux-2.4.20/


This means i have to download (tell me) from (tell me)
And install it?
 
Old 10-02-2003, 02:49 AM   #6
LSD
Member
 
Registered: Jan 2003
Location: Northam, W.A., Australia
Distribution: Gentoo ~x86
Posts: 321

Rep: Reputation: 31
If you haven't got a linux symlink in your /usr/src directory you're going to have to create it by hand (as root):

Code:
cd /usr/src
ln -s linux-2.4.20 linux
It's the same with the build symlink in /lib/modules/2.4.20:

Code:
cd /lib/modules/2.4.20
ln -s /usr/src/linux-2.4.20 build
That should allow the make.sh script to find all the header files it needs to compile the fglrx module.
 
Old 10-02-2003, 04:54 AM   #7
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
root@ueemap03:~/drivers/lib/modules/fglrx/build_mod# ./make.sh
ATI module generator V 2.0
==========================
probing for VMA API version...
cleaning...
patching 'highmem.h'...
skipping patch for 'drmP.h', not needed
doing script based build for kernel 2.4.x and similar
compiling 'agpgart_be.c'...
compiling 'agp3.c'...
compiling 'i7505-agp.c'...
compiling 'nvidia-agp.c'...
compiling 'firegl_public.c'...
linking of fglrx kernel module...
duplication skipped - generator was not called from regular lib tree
done.

ALMOST same msg
execpt doing scripted based build for kernel 2.4.x and similar
dosent show up anymore ...
 
Old 10-03-2003, 09:00 AM   #8
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
ehh

There must be somekinda solution?
 
Old 10-04-2003, 04:19 PM   #9
muppski
Member
 
Registered: Feb 2003
Posts: 149

Original Poster
Rep: Reputation: 15
omg plz!
 
Old 02-09-2004, 11:27 PM   #10
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
Please post the full path of your commands that give you this error, as well as the method you used to install the fglrx drivers.

This is the line I'm suspicious of:

Code:
compiling 'firegl_public.c'...
 linking of fglrx kernel module...
 duplication skipped - generator was not called from regular lib tree
Are you doing this within /lib/modules/fglrx ?

--Shade
 
  


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
Installing ati drivers morpheus83 Linux - Newbie 2 09-11-2005 04:32 PM
Installing ATI Drivers midgcool Linux - Software 5 12-04-2004 03:24 AM
Installing ATI drivers for X 4.3.0 Elliot Linux - Newbie 2 07-30-2004 03:23 AM
Installing ATI Drivers. black hole sun Linux - Software 13 07-28-2004 11:13 PM
Installing ATI GL drivers michael_mead Red Hat 2 09-04-2003 01:31 PM

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

All times are GMT -5. The time now is 10:35 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