LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-01-2005, 01:17 AM   #1
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Rep: Reputation: 30
Question Where's my bloody agpgart module?! :D


I've been messing with this bloomin' thing all night and I've recompiled the kernel 3 times.

I'm running the 2.6.11.11 kernel w/ Slackware Current and Dropline GNOME 2.10.1 (Current). I did the uncommenting of the DRI and GLX modules a few days ago, and my hardware acceleration seemed fine (ATI Radeon Mobility 9000). For some reason (I MIGHT have downloaded a new Xorg file), now it doesn't work...and I've noticed that my agpgart module can't be loaded (or found). I went into xorg and to make sure it was the same (and it was), so still no go. Any idea on how to get this bloomin' module and load it? Thanks ahead!
-Galen
 
Old 06-01-2005, 08:32 AM   #2
AxXium
Zenwalk Admin
 
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258

Rep: Reputation: 31
My computer also says during bootup

MODULE AGPART NOT FOUND

But I don't see where it causes a problem, it just upsets me to see any error messages.
 
Old 06-01-2005, 09:16 AM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
You probably forgot to compile support for it in your kernel.. sounds like its recompile time once again..
 
Old 06-01-2005, 09:17 AM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe both of you have agpgart compiled in the kernel instead
of making it a module :

-if so, and if it works, you can comment out the line with "modprobe agpgart"
in your rc.modules file.

-if so, and it doesn't work, you can try to make it modular,
as well as the agp module for your mobo-chipset.
( i always keep them modular )

-if not, and the module doesn't exist , just compile it.
you can check if it's made with " modprobe -l |grep agp.

egag
 
Old 06-01-2005, 09:21 AM   #5
AxXium
Zenwalk Admin
 
Registered: May 2005
Location: Louisiana, U.S.A.
Distribution: Zenwalk Gnu/Linux
Posts: 258

Rep: Reputation: 31
Is AGPGART needed with an NvIDIA video card? I heard somewhere that it needs to be disabled if using that card. Like I said, I don't see any problems anywhere concerning usabilty of anything, just those anoying error messages. I also see the error message MODULE IDE-SCSI NOT FOUND at boot up. I guess I should comment out the line with "modprobe agpgart & modprobe ide-scsi" in my rc.modules file.

What ya think?

This is new territory for me.

Last edited by AxXium; 06-01-2005 at 09:24 AM.
 
Old 06-01-2005, 09:28 AM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by mianve
I guess I should comment out the line with "modprobe agpgart & modprobe ide-scsi" in my rc.modules file..
If you don't use them and or they aren't compiled in your kernel, removing them from those lines in your rc.modules should make the error messages go away.
And no, I have a nvidia card currently and don't load the agpgart module..
 
Old 06-01-2005, 09:29 AM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Quote:
Originally posted by mianve
Is AGPGART needed with an NvIDIA video card? I heard somewhere that it needs to be disabled if using that card. Like I said, I don't see any problems anywhere concerning usabilty of anything, just those anoying error messages. I also see the error message MODULE IDE-SCSI NOT FOUND at boot up. I guess I should comment out the line with "modprobe agpgart & modprobe ide-scsi" in my rc.modules file.

What ya think?

This is new territory for me.
i don't know exactly about nvidia.
if you use their driver you don't need dri.
but all those settings should be explaned in their install guide.

...and for modules you don't use, just comment them out in rc.modules.

egag
 
Old 06-01-2005, 04:09 PM   #8
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
I'm absolutely positive I compiled it in my kernel, however I'm also almost positive it was a YES and not a MODULE. So I'll just comment it out of rc.modules. Any ideas on why the acceleration sucks now? (GLX and DRI and the END SECTION stuff are all commented in) Thanks guys!

Cheers,
Galen

EDIT: Recompiled my kernel again. When it comes to my card, should I use both AGPGART-ATi Radeon and DRM-ATi Radeon? or is this my problem (Currently using 2.6.11.11 with both installed--neither moduled). Thanks!

Last edited by DreameR-X; 06-01-2005 at 04:39 PM.
 
Old 06-01-2005, 04:49 PM   #9
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
you need the modules agpgart and ????-agp.
the ???? should match your mobo chipset.
also drm-atiradeon is needed.

and i had more luck by using modules.
maybe try that.

egag
 
Old 06-01-2005, 04:52 PM   #10
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
Alright, I'll give the modules a shot. Thanks egag!

Cheers,
Galen
 
Old 06-02-2005, 01:39 AM   #11
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
You should really also install the NVidia (or the ATi) proprietary drivers from the official website (if you haven't already).

Compiling agpgart as a module does help also. But really the module you need is the official 3d drivers from the manufacturers' site.

Ignore this if you already have installed them
 
Old 06-02-2005, 01:43 AM   #12
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
I ran into erros when running the make.sh command when trying to install ATi's Linux proprietary drivers. I'll post 'em a little later. Thanks!

Cheers,
Galen
 
Old 06-02-2005, 05:10 AM   #13
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
1) You need to patch ATi drivers for 2.6.11.x kernels

2) From this thread:
http://www.linuxquestions.org/questi...hreadid=329268

It appears that the fglrx drivers don't work yet on 2.6.11.11 - you'll have to stick to 2.6.11.10 until a new patch is released.

3) Do not compile DRM in full stop - 2.6.11 is very fussy about that.

Last edited by cathectic; 06-02-2005 at 05:11 AM.
 
Old 06-02-2005, 05:13 AM   #14
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Or simply use 2.6.10. I think that 2.6.10 is good enough for most of us. Why some people always bother with having the latest kernels this way is more than I can understand.
 
Old 06-02-2005, 07:17 AM   #15
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
The same reason people buy wireless devices whose batteries die every other week.

Although, now it's just because I don't feel like recompiling my kernel again! Thanks guys! (I'll get around to it this weekend)

Cheers,
Galen
 
  


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
missing AGPGART module for ATI card Riddick Slackware 16 12-22-2005 09:38 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
How can I make a module (such as agpgart) load at boot? JsTNXD Red Hat 1 01-29-2004 07:52 PM

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

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