LinuxQuestions.org
Visit Jeremy's Blog.
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-08-2004, 08:44 PM   #46
sphink
LQ Newbie
 
Registered: Apr 2004
Location: U.S.A.
Distribution: Slackware 9.1, Astaro
Posts: 13

Rep: Reputation: 0

I find this very hard to understand - has anyone else gotten the following error:

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: 0x2800002
Serial number of failed request: 46
Current serial number in output stream: 46

I have DRI installed, fglrx, and OpenGL, and yet... my ATI Radeon 9600 XT doesn't work. Can someone possibly fill me in on why? I have searched MANY places, and so far, I haven't found another person who gets this error. Again, if someone could clue me in on what that error means, it would be greatly appreciated.
 
Old 04-08-2004, 11:24 PM   #47
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
You must be using a newer version of DRI, try installing the one from 20040208.
 
Old 04-09-2004, 12:59 AM   #48
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
not just newer

at first i tried the newest DRI available - it gave me the same error.
But then someone said i should use 20040208 and it worked!!

Now - does anyone have any suggestions on how to make 3d work faster?
I have the same prob as someone posted earlier - UT2K4 is very sloooow, when normally it would be very fast on my windows for instance.
Is it all drivers? or is there something else to it holding it back?


Alex
 
Old 04-09-2004, 09:44 AM   #49
spyder
Member
 
Registered: Sep 2002
Location: Canada
Distribution: slackware 9.1
Posts: 30

Rep: Reputation: 15
as soon as i get my 80 gig drive back from maxtor i am going to attempt to get my 9800 Pro working under slackware... i'll let you know how it goes =)
 
Old 04-09-2004, 07:23 PM   #50
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
a little correction to my prev post and some additional info on ATI installation

for DRI, ine has to install the NEWEST snapshot first (currently 20040408) and then install the older (20040208) right after.

The reason for that is that 20040208 does not support 2.6.x kernels, but it contains bug and wont work.
So installing 20040208 right after sor of "patches" the buggy modules

Another hint for for those with Radeons that cannot get 3d to work:
- Load up
- exit X: Ctrl+Alt+F1
- login as root
- type init 3
- enter , to get #
- lsmod
- check if fglrx, agpgart are loaded. Also if you have Nforce mobo, check if nvidia_agp is loaded.
- if one of these are not loaded 3d in X will NOT WORK
- for NForce download the driver from nvidia site and install it
- so, if one or more of these are not loaded as shown by lsmod
load it using modprobe <module name> (eg fglrx, agpgart or nvidia_agp (or via_agp if thats what u have))
- then make sure you have all of them loaded with lsmod
if yes, start X : "startx"
- if thats not working then you either did not specify kernel configuration correctly before building it or did not install drivers or DRI package(s)

- if it does work after all this - you need to make sure those (3) modules start up automatically on system startup before X loads

Hope that helps

Cheers
Alex
 
Old 04-09-2004, 11:59 PM   #51
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
hey alex,

thanks for the info... when I compile the nForce drivers, I get some errors, something like nvout.o not found. It's looking in the 2.6 kernel source directory. Are you sure its compatible with the 2.6.x kernels?
 
Old 04-10-2004, 01:38 AM   #52
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
i am sure that 20040408 release of DRI supports 2.6 and 2.4 kernel as it says itself when you run it.

One strange thing happened today which has me not quite believe that installation of the DRI is needed at all.

Some guy on amdmb forum said that DRI is not needed. So i wanted to double check .

So i recompiled the kernel, reinstalled ATI drivers and NForce driver. And still everything works as long as those 3 modules i mentioned are loaded.

I am under impression that if one recompiles the kernel - one must recompile all the loadable modules that are installed (device drivers and such)
My reason for thinking that way is that when i recompile kernel - no modules that were compiled before cannot be loaded. So i assume now that DRI is not needed.

Who knows. I am not going to reinstall the whole distro - so i'll let you guys check that one out and let us know

Quote:
I find this very hard to understand - has anyone else gotten the following error:

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: 0x2800002
Serial number of failed request: 46
Current serial number in output stream: 46

I have DRI installed, fglrx, and OpenGL, and yet... my ATI Radeon 9600 XT doesn't work. Can someone possibly fill me in on why? I have searched MANY places, and so far, I haven't found another person who gets this error. Again, if someone could clue me in on what that error means, it would be greatly appreciated.
Download and install the version 20040208 of the DRI snapshot
your arror message is caused by the newer buggy DRI .


Alex
 
Old 04-10-2004, 03:08 AM   #53
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
Make sure you don't enable vsync when running fglrxconfig or you will get slow speeds.
Everything was working fine for me except that I had this enabled.

Now I get 4000fps in glxgears and 700fps in fgl_glxgears with my 9700 Pro.

Whew!
 
Old 04-10-2004, 01:53 PM   #54
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
well the thing with that is that you cannot see those crazy FPS anyway

you cannot see FPS higher than your current monitor refresh rate.
Think about it ...

Alex
 
Old 04-10-2004, 04:47 PM   #55
Pebcak
Member
 
Registered: Jan 2004
Distribution: Debian Stable
Posts: 88

Rep: Reputation: 15
Quote:
Originally posted by opticus
[opticus@dhcppc0 opticus]$ fgl_glxgears
363 frames in 5.0 seconds = 72.600 FPS
425 frames in 5.0 seconds = 85.000 FPS
426 frames in 5.0 seconds = 85.200 FPS
---------------------------
[opticus@dhcppc0 opticus]$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 Pro Generic
OpenGL version string: 1.3 (X4.3.0-3.7.6)
---------------------------
any idea what is wrong here?

That is almost identical to what I'm getting Opticus. Have you managed to improve on that and if so what did you have to do?

Thanks
 
Old 04-10-2004, 06:20 PM   #56
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
I had the same issue on my 9500 Pro and it was driver's fault. When i returned back to 3.7.0 drivers, i returned to have arroud 2100fps on glxgears...

BTW, why the hell you need nvida_agp module on an ATi video card?? I don't have that module loaded and got 3D....
 
Old 04-10-2004, 07:11 PM   #57
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
interesting - i am getting 4000FPS on glxgears (not full screen)
and 700FPS on fgl_glxgears (not full screen), 400FPS on full screen 1152x800 resolution

I have radeon 9700pro and athlon @ 2Ghz on Nforce 2
 
Old 04-10-2004, 10:12 PM   #58
iceeey
LQ Newbie
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 9

Rep: Reputation: 0
You need the nvidia_agp module if you have an nForce motherboard.
 
Old 04-11-2004, 04:15 AM   #59
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
So, do you think 2100fps on glxgears, not full screen at 1200x1024 is a low value for a radeaon 9500 pro?
 
Old 04-11-2004, 02:04 PM   #60
ababkin
Member
 
Registered: Apr 2004
Location: Toronto, Canada
Posts: 76

Rep: Reputation: 15
well, i didn't think that 9700Pro is twice as fast as 9500Pro
but CPU matters too

i dont know
 
  


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
Linux distro for ATI 9600? valnar Linux - Distributions 9 07-31-2005 05:03 PM
Ati Mobility radeon 9600 driver for Linux not found! alpha128 Linux - Laptop and Netbook 6 12-03-2004 12:58 AM
Can ATI mobility Radreon 9600 be configured on Linux? Kibosh Linux - Laptop and Netbook 16 09-02-2004 10:58 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM
Problems with ATI 9600 Pro and Suse Linux 9.1 lord-darkness Linux - Hardware 9 05-06-2004 02:41 PM

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

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