LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-30-2004, 05:15 PM   #1
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Rep: Reputation: 15
ATI Radeon 9600xt AIW on Gentoo


Against my better judgement, I'm trying to install a 9600xt AIW in Gentoo. I'm running 2.6.9. I emerged and set up ati-drivers, ran fglrxconfig, copied it to xorg.conf, put the fglrx module in modules.autoload.d, ran opengl-update ati. Everything I could find, and hardware acceleration will not work. The module is running, but nothing is using it. I've checked to make sure that the agpgart is running out of the driver, and NOT the kernel, and I even tried it the other way(using the kernel's agpgart support, and disabling it in the module). The log file shows a few warnings, but nothing that would prevent hardware acceleration. Any ideas anybody can give me would be awesome. And feel free to contact me via AIM at ColBondMW because I think this could take some work.

Thanks
CBMW
 
Old 12-01-2004, 04:27 PM   #2
shmonkey
Member
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu
Posts: 118

Rep: Reputation: 15
Does # dmesg show any errors ?

Did you make sure that direct rendering manager is deselected in the kernel
(character devices->direct rendering manager) ?
 
Old 12-02-2004, 12:13 AM   #3
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
DRM is disabled in the kernel.

last lines of dmesg:

allocation failed: out of vmalloc space - use vmalloc=<size> to increase size.
Fire GL built-in AGP-support
Based on agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 816M
agpgart: Unsupported Via chipset (device id: 3188), you might want to try agp_try_unsupported=1.
agpgart: no supported devices found.
[fglrx:firegl_unlock] *ERROR* Process 6204 using kernel context 0
eth0: no IPv6 routers present


anything you could tell me would be great.
 
Old 12-02-2004, 12:15 AM   #4
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
FYI, the ATI drivers will *not* work correctly (provide hardware rendering) under X.org 6.8 at this time. Either use X.org 6.7 (I do on my desktop and it works fine) or XFree86.


Håkan
 
Old 12-02-2004, 12:44 AM   #5
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
I was running 6.7 until earlier today when I'd exhausted everything else and updated just to see if it would work. I've rolled it back to 6.7 already.
 
Old 12-02-2004, 03:44 AM   #6
shmonkey
Member
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu
Posts: 118

Rep: Reputation: 15
The error message suggests that it can find the AGP support for you chipset (which I assume is VIA). Have you complied this into the kernel or as a module.

If as a module you will need to include this is modules to load. So your modules to load will be something like :

agpgart
via-agp (I do not know what this name actually is - just guessing !)
fglrx

Also I assume xorg.conf has: Option "UseInternalAGPGART" "no"

Regards

Shmonkey
 
Old 12-02-2004, 12:45 PM   #7
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
ok, via_agp and agpgart are being loaded as modules.
All the modules load just fine, but I do not have hardware acceleration.

dmesg shows me this:

irq moderation: disabled
scatter-gather: enabled
allocation failed: out of vmalloc space - use vmalloc=<size> to increase size.
[fglrx:firegl_unlock] *ERROR* Process 6249 using kernel context 0
eth0: no IPv6 routers present

/var/log/Xorg.0.log only gives me the usual warnings about APM, couldn't detect XFree86 version, and failing to load DRI
 
Old 12-02-2004, 01:15 PM   #8
desert_smile82
LQ Newbie
 
Registered: Dec 2004
Location: pakistan
Posts: 2

Rep: Reputation: 0
Hello guyz . good to hear about Ati 9600 xt discussion.I have encounterd the same.using gigabyte Ati Radeon 9600 xt 256 MB AGP on Redhat linux 9 and xfree86 4.3.0.Also tried ATI drivers from website n various other radeon drivers but dint work.Curently using VESA drivers. Can any body recommend something.I will be very thankful.
 
Old 12-02-2004, 03:27 PM   #9
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
since I'm running gentoo, I just did a google search for "ati drivers gentoo" and got several good walkthroughs and faq's. I recommend going through one of those and then posting if you can find a specific error. Mine's at the point I've read everything I could find without getting much help.
 
Old 12-02-2004, 05:09 PM   #10
shmonkey
Member
 
Registered: Nov 2004
Location: UK
Distribution: Ubuntu
Posts: 118

Rep: Reputation: 15
[fglrx:firegl_unlock] *ERROR* Process 6249 using kernel context 0

I had this error, it went away when I disabled Direct Rendering Manager in the kernel.
You have already done this so it is not the cause of your problem.

You will probably find that in this case Process 6249 is the X window system.

This means (I think) that something else is already trying to drive/access the 3D acceleration component.

Make sure that you also do not have radeon compiled in the kernel or as a module in the Character devices section of the kernel configuration.

Option "UseInternalAGPGART" "yes" in xorg.conf could also cause this if you have agpgart as a module .

I don't know what else to suggest, anything else and I am probably just repeating the how to's that you have already read.

Good luck

Shmonkey
 
Old 12-02-2004, 10:15 PM   #11
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
Ok, DRM is disabled. The only place I could find the radeon thing is device drivers -> graphics support. The radeon only shows up when "support for frame buffer devices" is added, which it wasn't. Do I need support for frame buffer devices and deselect radeon?
 
Old 12-02-2004, 11:22 PM   #12
ColBond
Member
 
Registered: Oct 2004
Location: Lawrence, KS
Distribution: Fedora/Gentoo/Debian
Posts: 32

Original Poster
Rep: Reputation: 15
ok, i FINALLY got a real error out of this thing. This comes from /var/log/Xorg.0.log

(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
(EE) fglrx(0): cannot init AGP

i have no idea what it means.
 
  


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
trouble with ATI Radeon AIW 9200 zepphead5 Linux - Hardware 0 05-31-2005 02:47 PM
AIW 9600xt Gentoo problem ColBond Linux - Hardware 2 12-06-2004 10:40 AM
ATI 9700 Radeon AIW 3d Acceleration Sako73 Linux - Hardware 0 11-29-2004 11:14 AM
X free 4.xx /w ATI AIW Radeon 7500 TV-Out rajbaxi Linux - Software 1 08-17-2003 01:09 PM
Ati AIW Radeon Tv 32MB ninamaus Linux - Software 1 05-01-2002 09:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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