LinuxQuestions.org
Help answer threads with 0 replies.
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 04-14-2005, 05:53 PM   #16
props666999
Member
 
Registered: Oct 2003
Location: Greece
Posts: 260

Original Poster
Rep: Reputation: 30

Code:
agpgart                45092   1

this is what i get ,i think im missing a module
 
Old 04-14-2005, 06:00 PM   #17
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
yip, i've got :
-------------
via_agp 7552 1
agpgart 28648 2 drm,via_agp
-------------

i have a via-chipset on the mobo so i need via-agp.
it's named after the chipset.

look at " modprobe -l |grep agp " to see if the module exists.
if so , log out of x, do a modprobe <modukename> and startx again.
else, compile the module.

egag
 
Old 04-14-2005, 06:17 PM   #18
props666999
Member
 
Registered: Oct 2003
Location: Greece
Posts: 260

Original Poster
Rep: Reputation: 30
i get

agpgart 45092 1

but my chipset is sis so i need the sis_agp

how to get it ? my kernel is the default that comes with 10.1 so everything is checked

lsmod |grep sis

sis900 12780 1
crc32 2880 0 [sis900]
 
Old 04-14-2005, 06:27 PM   #19
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
just compile your own kernel, and compile in (not as module) the DRI and agpgart stuff

just take that standard kernel, and go into its config, and just mark the right DRI and agpgart stuff.
 
Old 04-14-2005, 06:36 PM   #20
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
ah...you have a 2.4 kernel, i use 2.6.
that sis module comes from the drm directory, so i guess that's the one.

i have no 2.4 sources here, so i cannot check if there are more modules needed.

you could install the kernel sources ( if you haven't already: look in /usr/src )
then cd to /usr/src/linux-2.4.29

become root ( su )

copy the config file ( cp /boot/config-2.4.29-ide .config )

then run " make xconfig " and look under " character devices " if there's more you need .

egag
 
Old 06-01-2005, 09:41 AM   #21
props666999
Member
 
Registered: Oct 2003
Location: Greece
Posts: 260

Original Poster
Rep: Reputation: 30
still no 3d accelaration

some details :

Code:
Module                  Size  Used by
sis_agp                 5956  1 [permanent]
snd_emu10k1            95236  1 [permanent]
snd_rawmidi            17920  1 snd_emu10k1
snd_ac97_codec         72032  1 snd_emu10k1,[permanent]
snd_pcm                79300  2 snd_emu10k1,snd_ac97_codec,[permanent]
snd_timer              20868  2 snd_emu10k1,snd_pcm
snd_page_alloc          7428  2 snd_emu10k1,snd_pcm,[permanent]
snd_util_mem            3200  1 snd_emu10k1,[permanent]
snd_hwdep               6496  3742754272 snd_emu10k1
sis900                 17156  0 [permanent]
radeon                 74304  0 [permanent]
and /var/log/Xorg.0.log
Code:
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset ATI Radeon 9200SE 5964 (AGP) found
and


Code:
(WW) RADEON(0): Failed to set up write-combining range (0xd8000000,0x8000000)


apart from that no EE or WW exist

Thanks
 
Old 06-01-2005, 09:56 AM   #22
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hmm...did you compile agpgart into the kernel ?
i always keep the agp drivers modular.

and the fisrt (WW) is telling you there is no device section for your tv-out.
thats normal, if you only use the monitor.

the second (WW) tells you that memory allocation failed for some reason.
you could check the messages file with :

" tail -n 200 /var/log/packages "
that will give you the last 200 lines of the file.
or type " dmesg ".
look for errors regarding agp.

egag
 
Old 06-02-2005, 04:08 AM   #23
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
egag, he still hasn't added
Code:
Section "dri"
    Modes 0666
EndSection
--Shade
 
Old 06-02-2005, 05:16 AM   #24
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
good one,

...but is " Modes " ok ? i have " Mode " .
( maybe both are ok... )
anyway, the section dri should be added at the end of the xorg.conf file.
then restart X and hope the best...

egag
 
Old 06-02-2005, 12:27 PM   #25
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
Sorry, 'mode' is correct. Modes may work as well, but mine does indeed read singular.

--Shade
 
  


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
ATI Radeon 9200SE kerashi Linux - Hardware 0 03-09-2005 11:00 PM
radeon 9200se canyon289 Linux - Hardware 1 11-09-2004 09:09 AM
Using the ATI 9200SE spaceman27 Linux - Newbie 1 10-17-2004 02:30 PM
Xtasy 9200SE qalimas Linux - Hardware 0 09-25-2004 04:10 PM
Radeon 9200SE not working Canadian_2k2 Linux - Hardware 1 02-26-2004 09:02 PM

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

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