LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-29-2004, 12:31 PM   #16
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53

if you type " lsmod " do you see the agp module ?
i think it's missing.

egag
 
Old 11-29-2004, 01:08 PM   #17
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
nope, its not there.. what is the name of it? should i add it into my rc.modules file? well, i am assuming that it is agpgart... when i try to insert it, i get this error...


root:/home/atlantis # insmod agpgart
Using /lib/modules/2.4.26/kernel/drivers/char/agp/agpgart.o.gz
/lib/modules/2.4.26/kernel/drivers/char/agp/agpgart.o.gz: init_module: No such device
/lib/modules/2.4.26/kernel/drivers/char/agp/agpgart.o.gz: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg


this is the output from dmesg

root:/home/atlantis # dmesg | grep agpgart
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Unsupported Via chipset (device id: 3128), you might want to try agp_try_unsupported=1.
agpgart: no supported devices found.
Based on agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Unsupported Via chipset (device id: 3128), you might want to try agp_try_unsupported=1.
agpgart: no supported devices found.
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Unsupported Via chipset (device id: 3128), you might want to try agp_try_unsupported=1.
agpgart: no supported devices found.

Last edited by true_atlantis; 11-29-2004 at 01:11 PM.
 
Old 11-29-2004, 03:48 PM   #18
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
the missing of agp support is a prob.
in your xorg.conf you've set " " Option "UseInternalAGPGART" "no" " ?
in that case try "yes" to try the ati-agp module.

otherwise you can give the option "agp_try_unsupported=1. " a chance.
i think to do that you have to add the line.: ' append="agp_try_unsupported=1." '
in the linux section of lilo.conf. ( there might be better ways to do this )

egag
 
Old 11-29-2004, 04:18 PM   #19
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
i have changed it to no, and what i did to get the agp_try_unsupported=1 was just add it to the end of the 'insmod agpgart' int the /etc/rc.d/rc.modules file to look like
'insmod agpgart agp_try_unsupported=1'
now im getting 3000fps in glxgears, but i still cant run ut2004 or fgl_glxgears. this is the error with fgl_glxgears

fglX11AllocateManagedSurface: __FGLTexMgrCreateObject failed!!
FGLTexMgr: open of shared memory object failed (Function not implemented)
__FGLTexMgrCreateObject: __FGLTexMgrSHMmalloc failed!!!
 
Old 11-29-2004, 04:42 PM   #20
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
---------
now im getting 3000fps in glxgears,
---------

well, seems your acceleration is working ok ( 3000 is very good i think )
but looking at the errors i would say there's some memory-mapping error, but is't related to the prog's you want to run ( as glxgears is running )
and i really don't know about gaming.
maybe best to open a new thread concerning the error with fgl_glxgears.

egag
 
Old 11-29-2004, 06:57 PM   #21
ilubtofart
LQ Newbie
 
Registered: Jul 2004
Distribution: Slackware 10
Posts: 27

Rep: Reputation: 15
check here to fix that problem: http://www.ati.com/support/infobase/4687.html
 
Old 11-29-2004, 08:15 PM   #22
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
ilubtofart> thanks for that, i'm going to give my own 9200SE another chance to get on the job

egag
 
Old 11-30-2004, 12:52 AM   #23
true_atlantis
Member
 
Registered: Oct 2003
Distribution: fedora cor 5 x86_64
Posts: 639

Original Poster
Rep: Reputation: 30
thanks, that made fgl_glxgears work correctly, now im getting this error from ut2004

Xlib: extension "XiG-SUNDRY-NONSTANDARD" missing on display ":0.0".

i searched the ATI web page, and it says that this error occurs when Wrong glx library used (old library not renamed or deleted)... how do i delete my old libraries or rename them?? is that Mesa??

i think these are the libraries that are being used

lrwxrwxrwx 1 root root 23 2004-11-28 16:01 /usr/lib/libGL.so -> /usr/X11R6/lib/libGL.so*
lrwxrwxrwx 1 root root 25 2004-11-28 16:01 /usr/lib/libGL.so.1 -> /usr/X11R6/lib/libGL.so.1*

is there a way to uninstall them, or make them link to the ATI ones, what would i change the symlink to?

Last edited by true_atlantis; 11-30-2004 at 01:22 AM.
 
Old 11-30-2004, 07:29 AM   #24
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
-----------
usr/X11R6/lib/libGL.so.1.2
-----------
that is the libGL that came with the fglrx driver.
but i don't know how it's linked.

egag
 
  


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
Geforce vs. Ati? Ctawp Linux - Hardware 3 09-14-2005 04:40 PM
x.org server problems on nvidia geforce 4 c-- Linux - Newbie 11 02-05-2005 04:01 PM
Resolution to the Linux 2.6.7, Dropline 2.8.0, ATI, and X.org problem fader Slackware 10 12-25-2004 08:02 PM
Access Denied Problem : Moving A File To usr/lib Help Please DozenEggs Linux - Newbie 5 08-22-2004 06:59 PM
Moving from nVidia to ATI Radeon membrax Linux - Hardware 0 01-13-2003 06:06 AM

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

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