LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 08-27-2005, 02:30 PM   #1
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Rep: Reputation: 30
missing AGPGART module for ATI card


Dear all, I think I'm very close to getting 3d acceleration working on my laptop;
I have installed the DRI driver for my card (rage 128), and I am using the "ati"
option in xorg.conf

I think all that is missing is the actual acceleration, and I think this is due to
agpgart not being there.

When I do lsmod:
Code:
root@edslaptop:/home/ed# lsmod
Module                  Size  Used by
ide_scsi               14596  0
and when I do modprobe agpgart:
Code:
root@edslaptop:/home/ed# modprobe agpgart
FATAL: Module agpgart not found.
So where do i find this module; will it be in kernel configuration?

Thanks a lot,

Riddick
 
Old 08-27-2005, 05:23 PM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
the modules are in /lib/modules/<kernelversion>
does modprobe -l |grep agp return anything ?

are you using a standard kernel ?

egag
 
Old 08-27-2005, 06:51 PM   #3
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
root@edslaptop:/home/ed# modprobe -l |grep agp
root@edslaptop:/home/ed#

...no it doesn't return anything!
I'm using a self installed 2.6.12.5.

I shall have to try to find the option in menuconfig...
can you give me hint where to find it?

Thanks,
Riddick
 
Old 08-27-2005, 07:15 PM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
did you choose them as modules or as build in?
imho. it's better to take the agp support as modules.

iirc. the agp drivers are under character devices.

egag
 
Old 08-27-2005, 07:21 PM   #5
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
<*> /dev/agpgart (AGP Support) My god they were there
already! I'll try to change them to modules and see what happens, OK?
 
Old 08-28-2005, 11:18 AM   #6
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
even when complied as modules, they are not in modprobe's list!

Help!!

Riddick
 
Old 08-28-2005, 11:54 AM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
did you install the modules with " make modules_install " ?
can you find the files under /lib/modules/<kernelversion>/kernel/drivers/char/agp ?

egag
 
Old 08-28-2005, 11:55 AM   #8
kaon
Member
 
Registered: Dec 2003
Location: Hong Kong SAR
Distribution: Slackware 9.1, 10.x, slackware-current
Posts: 186

Rep: Reputation: 30
did u type "make modules" and "make modules_install"?

make sure you have root permission. Once done, reboot~
 
Old 08-28-2005, 11:56 AM   #9
Talavis
LQ Newbie
 
Registered: May 2005
Location: Stockholm, Sweden
Distribution: Slackware-current
Posts: 22

Rep: Reputation: 15
Hi

Are you sure that you really need agpgart then? Is ATI Rage 128 not a PCI-card?
 
Old 08-28-2005, 12:50 PM   #10
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
aaaaaaaaaaaaaaah I've been doing:

make menuconfig && make && make modules && make install

as root... is that OK?

so what is the whole command that I have to do after menuconfig?

...yes I think it is AGP

Thanks, Riddick
 
Old 08-28-2005, 12:52 PM   #11
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
/lib/modules/<kernelversion>/kernel/drivers/char/agp

it is NOT there
 
Old 08-28-2005, 01:32 PM   #12
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
try " make modules_install " in the kernel source dir.

egag
 
Old 08-28-2005, 02:31 PM   #13
Riddick
Member
 
Registered: May 2004
Location: Rome, Italy
Distribution: slackware-current
Posts: 454

Original Poster
Rep: Reputation: 30
brilliant, thanks a lot!
 
Old 09-17-2005, 01:44 AM   #14
click1
LQ Newbie
 
Registered: Sep 2005
Posts: 1

Rep: Reputation: 0
Don't do that!

Last night I did " make modules_install " and it destroyed my kernel. So don't do that.
 
Old 09-17-2005, 02:18 AM   #15
Talavis
LQ Newbie
 
Registered: May 2005
Location: Stockholm, Sweden
Distribution: Slackware-current
Posts: 22

Rep: Reputation: 15
Re: Don't do that!

Quote:
Originally posted by click1
Last night I did " make modules_install " and it destroyed my kernel. So don't do that.
That sounds really weird, I don't see how you can destroy a kernel by just installing the modules, are you sure you did nothing else?
 
  


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
Can't compile agpgart as module in kernel 2.6.11.3 bugsbunny Slackware 5 01-11-2007 09:40 AM
Where's my bloody agpgart module?! :D DreameR-X Slackware 15 06-04-2005 06:35 AM
agpgart suddenly missing - stuck to low-res morrolan Linux - Hardware 2 05-01-2005 07:04 PM
Removing agpgart module 46&2 Linux - Newbie 5 04-15-2005 06:49 PM
module agpgart not working Mr. D. Linux - Hardware 7 08-19-2004 07:07 PM

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

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