public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: 2.6.9-rc2-mm2 vs glxgears
@ 2004-09-23  5:23 Frank Phillips
  2004-09-23  7:27 ` Gene Heskett
  0 siblings, 1 reply; 6+ messages in thread
From: Frank Phillips @ 2004-09-23  5:23 UTC (permalink / raw)
  To: gene.heskett; +Cc: linux-kernel

Hello,

I don't know why your FPS would be decreasing like that, but as for
the 9FPS - radeon, right? Look for this line in Xorg.0.log:

(EE) RADEON(0): [pci] Out of memory (-1007)

this is an easy fix:

===== linux/drm_scatter.h 1.6 vs edited =====
--- 1.6/linux/drm_scatter.h     Sun Sep  5 21:22:06 2004
+++ edited/linux/drm_scatter.h  Thu Sep 16 01:11:13 2004
@@ -73,7 +73,7 @@
  
        DRM_DEBUG( "%s\n", __FUNCTION__ );
  
-       if (drm_core_check_feature(dev, DRIVER_SG))
+       if (!drm_core_check_feature(dev, DRIVER_SG))
                return -EINVAL;
  
        if ( dev->sg )


courtesy Jon Smirl. See this thread: http://marc.theaimsgroup.com/?t=109530394200002&r=1&w=2

With this I get consistent 350s on 2.6.9-rc2-mm1-VP-S1.

Frank
-- 
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze

^ permalink raw reply	[flat|nested] 6+ messages in thread
* 2.6.9-rc2-mm2 vs glxgears
@ 2004-09-23  4:12 Gene Heskett
  0 siblings, 0 replies; 6+ messages in thread
From: Gene Heskett @ 2004-09-23  4:12 UTC (permalink / raw)
  To: linux-kernel

Greetings;

One of the things I noted about the last few kernels is that glxgears 
seems to get tangled up in a bowl of very stiff molasses, for 
instance from 2.6.9-rc1-mm5:

[root@coyote root]# glxgears
1622 frames in 5.0 seconds = 324.400 FPS
932 frames in 5.0 seconds = 186.400 FPS
800 frames in 5.0 seconds = 160.000 FPS
712 frames in 5.0 seconds = 142.400 FPS
637 frames in 5.0 seconds = 127.400 FPS
624 frames in 5.0 seconds = 124.800 FPS
564 frames in 5.0 seconds = 112.800 FPS
554 frames in 5.0 seconds = 110.800 FPS
553 frames in 5.0 seconds = 110.600 FPS
554 frames in 5.0 seconds = 110.800 FPS
554 frames in 5.0 seconds = 110.800 FPS
525 frames in 5.0 seconds = 105.000 FPS
499 frames in 5.0 seconds = 99.800 FPS
498 frames in 5.0 seconds = 99.600 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
498 frames in 5.0 seconds = 99.600 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
498 frames in 5.0 seconds = 99.600 FPS
498 frames in 5.0 seconds = 99.600 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
498 frames in 5.0 seconds = 99.600 FPS
Broken pipe

But, imagine by surprise when I rebooted to rc2-mm2 and found this:
[root@coyote root]# glxgears
49 frames in 5.0 seconds =  9.800 FPS
46 frames in 5.0 seconds =  9.200 FPS
46 frames in 5.0 seconds =  9.200 FPS
31 frames in 5.0 seconds =  6.200 FPS <-I started kmail here
37 frames in 5.0 seconds =  7.400 FPS
49 frames in 5.0 seconds =  9.800 FPS
47 frames in 5.0 seconds =  9.400 FPS
49 frames in 5.0 seconds =  9.800 FPS
50 frames in 5.0 seconds = 10.000 FPS
50 frames in 5.0 seconds = 10.000 FPS
50 frames in 5.0 seconds = 10.000 FPS
50 frames in 5.0 seconds = 10.000 FPS
Broken pipe

Now, just for grins, I going to rebuild 2.6.9-rc1-mm5 without cachefs 
to see if that makes any difference.

Not enough to bother calling mother over:

[root@coyote root]# glxgears
1516 frames in 5.0 seconds = 303.200 FPS
983 frames in 5.0 seconds = 196.600 FPS
832 frames in 5.0 seconds = 166.400 FPS
703 frames in 5.0 seconds = 140.600 FPS
663 frames in 5.0 seconds = 132.600 FPS
623 frames in 5.0 seconds = 124.600 FPS
585 frames in 5.0 seconds = 117.000 FPS
553 frames in 5.0 seconds = 110.600 FPS
554 frames in 5.0 seconds = 110.800 FPS
554 frames in 5.0 seconds = 110.800 FPS
554 frames in 5.0 seconds = 110.800 FPS
554 frames in 5.0 seconds = 110.800 FPS
514 frames in 5.0 seconds = 102.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
499 frames in 5.0 seconds = 99.800 FPS
498 frames in 5.0 seconds = 99.600 FPS
499 frames in 5.0 seconds = 99.800 FPS
496 frames in 5.0 seconds = 99.200 FPS
Broken pipe

Its not using any cpu unless you count once or twice I saw it 
report .25%.

Definitely weirdsville incorporated though.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.26% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-09-23 18:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23  5:23 2.6.9-rc2-mm2 vs glxgears Frank Phillips
2004-09-23  7:27 ` Gene Heskett
2004-09-23  8:19   ` Dave Airlie
2004-09-23 14:57     ` Gene Heskett
2004-09-23 18:28       ` Dave Jones
  -- strict thread matches above, loose matches on Subject: below --
2004-09-23  4:12 Gene Heskett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox