LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 04-19-2004, 02:24 PM   #1
Andy@DP
Member
 
Registered: Aug 2003
Posts: 208

Rep: Reputation: 30
Radeon 9600XT - NForce2 AGP probs


Hey guys,
I have a Radeon 9600XT (Sapphire with 256Mb) and a NForce 2 mobo,
I have tried to install the ATI drivers and yes they do work in the sense that the display option in the KDE menu says im using the fglrx driver.
But my glxgears is running 96-83fps...not what I'd expect. I can't run fgl_glxgears there is a no fbconfig error.

I built the kernal module as instructed on ATI's site:
http://ati.com/support/infobase/4484.html

And that worked fine.

But I still get the same FPS and the 'display' option in the KDE menu has a greyed-out box for enable hardware acceleration which I can't select.

Any help appreciated,
TIA,
Andy.

EDIT-----Another post said type these commands and this is the output
cat /var/log/XFree86.0.log | grep "(EE)"

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) fglrx(0): [agp] unable to acquire AGP, error "xf86_ENODEV"
(EE) fglrx(0): cannot init AGP

cat /var/log/XFree86.0.log | grep "(WW)"

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed! *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available *
(WW) fglrx(0): ********************************************* *

Hope the extra info helps!

Last edited by Andy@DP; 04-19-2004 at 03:18 PM.
 
Old 04-19-2004, 06:56 PM   #2
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Check in your kernel config under "character devices" and make sure you have CONFIG_NVRAM=y. It's under device drivers/character devices/[*]NVIDIA nForce/nForce2 chipset support. Just build it right in instead of a module and see what happens.
 
Old 04-20-2004, 04:41 AM   #3
Andy@DP
Member
 
Registered: Aug 2003
Posts: 208

Original Poster
Rep: Reputation: 30
Sorry for being a bit dim but whats the location of that file?
 
Old 04-20-2004, 06:07 AM   #4
Hidden_Hunter
Member
 
Registered: Mar 2004
Posts: 35

Rep: Reputation: 15
try dropping to a level 3 (init 3 as root) and doing a modprobe nvidia_agp
then type init 5 (or kde -- of whatever window manager you use) then see what the results are.
 
Old 04-20-2004, 06:10 AM   #5
hw-tph
Senior Member
 
Registered: Sep 2003
Location: Sweden
Distribution: Debian
Posts: 3,032

Rep: Reputation: 58
Scruff, what effect does the CMOS RAM option have regarding AGP drivers? I was under the impression the CMOS RAM (or NVRAM if you're an Amiga nut) was just a mirror of the BIOS config.

Hidden_Hunter's suggestion would be a good place to start looking though.


Håkan
 
Old 04-20-2004, 07:32 AM   #6
Andy@DP
Member
 
Registered: Aug 2003
Posts: 208

Original Poster
Rep: Reputation: 30
I tried modprobe nvidia_agp and it said it couldn't find it so I tried again and still nothing.

2moro I recieve SUSE 9 Pro and I'm going to put that on, it says on site that it contains ATI 9600 drivers so...
 
Old 04-20-2004, 04:13 PM   #7
Hidden_Hunter
Member
 
Registered: Mar 2004
Posts: 35

Rep: Reputation: 15
ok it apears your problem is that the nforce drivers aren't installed properally so without it being able to accesss your agp slot it will be treating it like a generic pci gfx card.
 
Old 04-20-2004, 05:26 PM   #8
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by hw-tph
Scruff, what effect does the CMOS RAM option have regarding AGP drivers? I was under the impression the CMOS RAM (or NVRAM if you're an Amiga nut) was just a mirror of the BIOS config.

Hidden_Hunter's suggestion would be a good place to start looking though.


Håkan
You're right. I guess I was too tired to think straight. It is under char devices, but the correct option is
CONFIG_AGP_NVIDIA=y. It is below the /dev/agpgart option, and is listed as 'nvidia chipset support' as I posted above. I only mixed up half of it anyway

Last edited by Scruff; 04-20-2004 at 05:28 PM.
 
Old 04-20-2004, 05:30 PM   #9
Scruff
Member
 
Registered: Oct 2002
Location: Stoughton, MA
Distribution: Gentoo x86_64 & PPC
Posts: 949

Rep: Reputation: 30
Quote:
Originally posted by Andy@DP
Sorry for being a bit dim but whats the location of that file?
The kernel config file is in the same directory as your kernel. Presumably /usr/src/linux/.config
 
Old 04-21-2004, 02:37 AM   #10
Hidden_Hunter
Member
 
Registered: Mar 2004
Posts: 35

Rep: Reputation: 15
if i didn't just trash my mandrake with working opengl i would give you my xfree config (it wouldn't boot with my WLAN card)
 
Old 05-17-2004, 02:59 AM   #11
Tenser234
LQ Newbie
 
Registered: Mar 2004
Posts: 9

Rep: Reputation: 0
Same Problem - Easy to fix -- or should be

I had the same problem with the fbconfig. That means that you dont have fglrx running. Try an LSMOD and see if it is running. If you are running gentoo you need to have it running as well as type in opengl-update ati. fb config is from the fglrx module. Here is a REALLY kickass tutorial on how to get it to run. My problem now is it wont "aquire" my agp. Lol. Other then that I am good to go.

http://www.rage3d.com/content/articl...Linux_ATI.html

Enjoy and goodluck!
 
  


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
DISCUSSION: nForce2 ATI Radeon 9600XT Acceleration Manual sausagejohnson LinuxAnswers Discussion 6 07-11-2007 07:38 AM
nForce2 ATI Radeon 9600XT Acceleration Manual sausagejohnson LinuxQuestions.org Member Success Stories 0 08-18-2004 08:37 PM
Radeon 9600XT iamthe Linux - Hardware 4 06-15-2004 04:36 PM
redhat 8 and ATI Radeon agp 320m (aka Radeon Mobility U1) nelsonnery Linux - Hardware 11 11-06-2003 06:24 AM
NForce2 AGP and Red Hat 9 Problem Shadowman2oo3 Linux - Newbie 6 10-09-2003 11:00 AM

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

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