LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-07-2004, 09:51 PM   #1
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
radeon 9700pro + nforce2 + linux = still no go


Hi

I keep seeing threads of people having same problem but i tried all the proposed solutions and nothing worked. What i am after is getting 3D acceleration on my linux box. I run 2.6.5'ed RedHat9

I tried following lots of different guides and it all was frutless so far - still shows Mesa OpenGL drivers.

Here is the excerpt of XFree86's log with the error - i have not find a similar one on net

Thanks

(II) fglrx(0): detected XFree86 version: 4.3.0
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 1
drmOpenDevice: node name is /dev/dri/card1
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 2
drmOpenDevice: node name is /dev/dri/card2
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 3
drmOpenDevice: node name is /dev/dri/card3
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 4
drmOpenDevice: node name is /dev/dri/card4
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 5
drmOpenDevice: node name is /dev/dri/card5
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 6
drmOpenDevice: node name is /dev/dri/card6
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 7
drmOpenDevice: node name is /dev/dri/card7
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 8
drmOpenDevice: node name is /dev/dri/card8
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 9
drmOpenDevice: node name is /dev/dri/card9
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 10
drmOpenDevice: node name is /dev/dri/card10
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 11
drmOpenDevice: node name is /dev/dri/card11
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 12
drmOpenDevice: node name is /dev/dri/card12
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 13
drmOpenDevice: node name is /dev/dri/card13
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
drmOpenDevice: minor is 14
drmOpenDevice: node name is /dev/dri/card14
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: open result is -1, (Unknown error 999)
drmOpenDevice: Open failed
(II) fglrx(0): [drm] drmOpen failed
(EE) fglrx(0): DRIScreenInit failed!
(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): ********************************************* *
(II) fglrx(0): FBADPhys: 0xd0000000 FBMappedSize: 0x08000000
(II) fglrx(0): FBMM initialized for area (0,0)-(1152,8191)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1152,864) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled

...


Thanks
A lot
Alex
 
Old 04-08-2004, 02:22 AM   #2
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
Looks like DRI wasn't installed correctly -- I'm having trouble with this myself -- but the fglrx driver works for me (fglrxinfo outputs ATI).
If you're still getting Mesa in glxinfo, try ATI's 3.7.6 driver, I believe it works without the patches mentioned in Erol's post.

EDIT: I have a 9700 Pro and A7N8X as well.

Keep trying, I've gotten this to work before and believe me it was worth it.

Last edited by iceeey; 04-08-2004 at 02:25 AM.
 
Old 04-08-2004, 09:40 AM   #3
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Original Poster
Rep: Reputation: 15
icey,

sorry to bug you
can you please list all the things (steps) you made to install it correctly? maybe there is a guide you were following?

I tried so many different guides and nothing worked

I did not install no DRI. Did i have to do that? I only tried to install a driver (the latest 3.7.6 from ati)

- do you run 2.4.x kernel or 2.6.x
- what graphics related settings do you have in your kernel config, and what's modular and what's built in kernel? (i assume you compiled your kernel)
- did you have to uninstall Mesa?
- also, did you install any other drivers to make it work? (eg. nvidia nForce)


Thanks
Alex
 
Old 04-08-2004, 10:16 AM   #4
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Original Poster
Rep: Reputation: 15
This is the ending part of my dmesg:


fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[fglrx] Maximum main memory to use for locked dma buffers: 431 MBytes.
[fglrx] module loaded - fglrx 3.7.6 [Mar 5 2004] on minor 0
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected NVIDIA nForce2 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 64M @ 0xe0000000
 
Old 04-08-2004, 11:20 AM   #5
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Original Poster
Rep: Reputation: 15
well here is the proof that i am still a noob

- i did not know that i have to install DRI package for radeon. Strangely enough no guide said anything about this!

So now tthat i have installed it I get no erros in dmesg or XFree86.log
but get the following error when type fglrxinfo:

X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 145 (XFree86-DRI)
Minor opcode of failed request: 5 ()
Value in failed request: 0x76
Serial number of failed request: 27
Current serial number in output stream: 27


------------------------
also module "radeon" does not load automatically - is that normal?

Thanks
Alex
 
Old 04-08-2004, 11:47 AM   #6
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Original Poster
Rep: Reputation: 15
ALRIGHT!

finally i got it to work

it required bugless dri module: 20040208 as per erol's instructions

Cheers!
Alex
 
Old 04-08-2004, 12:29 PM   #7
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
Great! following instructions CAREFULLY is really key here.

have fun.
 
  


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
No Direct Rendering with Radeon 9700Pro in X.org 6.8.2 Dtsazza Linux - Software 12 12-01-2005 02:22 PM
Mandrivia, Radeon 9700pro, 3D DigitalFreak Linux - Hardware 0 05-10-2005 09:41 AM
Reply to this topic Linux 2.6.0-test8+nforce2+radeon GUIDE Gr_Terror Linux - Hardware 0 10-22-2003 01:20 PM
ATI RADEON 9700Pro Daedalus2003 Linux - Hardware 2 09-21-2003 01:57 PM
ATI Radeon 9700pro Dualhead 3D with XFree 4.3.0 makaveli2003 Linux - Hardware 10 08-14-2003 05:13 AM

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

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