2004. január 27. 15:01 dátummal Michael Biebl ezt írta:
> hanasaki wrote:
> > I have DRI working but check out my glxgears output!
> >     1453 frames in 5.0 seconds = 290.600 FPS
> > This is less than 20% of what you have!  Could you help me out? 
> > Below is the output of lsmod
> >
> > thanks
> >
> > lsmod
> > Module                  Size  Used by
> > radeon                116332  2
>
> [...]
>
> > via_agp                 6272  1
> > agpgart                27244  2 via_agp
>
> Hi Alan,
>
> I think we're getting closer ;-)
> Did you check if the via_agp module was loaded without problems and
> before the agpgart module. If I load the intel-agp module after the
> agpgart module I also get only approx. 270 fps. In this case there is
> also a entry in /var/log/XFree86.0.log:
> (II) RADEON(0): Direct rendering disabled
>
> As you mentioned ealier that you tried the drivers from ati you have
> to consider that these drivers exchangend your opengl libs. So this
> could also be the reason.
>
> Other things you can check:
> In /etc/X11/XF86Config-4 under section Module
> Load  "glx" and
> Load  "dri"
> are necessary. Also you must have the rights to access the dri
> Device. So best do your tests as root.
> If in Section DRI mode is 0660 you have to put users in the group
> video so that they can access the dri device.
> Also consider to switch your driver in Section "Device" back to
> "radeon".
>
> I have to say that I also tried the binary only drivers from ati
> because I wanted to get the tv-out working. But I had problems with
> stability and there is another annoyance with the ati drivers: You
> can have either Xv fullscreen or OpenGl but not both. So I switched
> back to the standard X drivers and am quite happy with them.
>
> Please consider to ask your questions to the list!
>
> Greetings,
> Michael
>
>
 
I have also a 9200 radeon with xfree4.3. The fact is, that the 9200 
chipset is not supported by XFree4.3's 'radeon' driver.
This is what I see when I try to load that driver:

(...)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
(...)
ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
(...)

So I had to download the XFree4.4rc2 to be able to use that radeon 
driver with X. This driver has better support for X, because with ATI's 
fglrx driver I couldn't watch tv (xawtv), and couldn't do a lot stuff 
(-vo xv with mplayer), but the fglrx driver is *much* faster than the 
simple 'radeon' driver in OpenGL. And least, but not last, I can not 
play NWN with the radeon driver. So I have to use the fglrx driver if I 
want to use up what this card is really for... XFree4.4rc2's radeon 
driver can do the fullscreen xv with xawtv, and can play video with -vo 
xv with mplayer. You decide what you want to do, but I don't like this 
card now as much as I liked it before (when I bought it).

Maybe you should download the latest xfree, if you want to use the 
radeon driver.
Another problem with my xfree config was the order of the modules. It 
didn't work with the first config, and some in this list sent me his 
order of lading modules, and now it is working. So I send this also to 
you, hoping that this will help you.

Load    "GLcore"
Load    "bitmap"
Load    "dbe"
Load    "ddc"
Load    "dri"
Load    "extmod"
Load    "freetype"
Load    "glx"
Load    "int10"
Load    "record"
Load    "speedo"
Load    "type1"
Load    "vbe"
Load    "v4l"

Good luck!

Daniel

-- 
LeVA



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to