Re: 2.6.9-rc2-mm2 vs glxgears

From: Frank Phillips (fphillips_at_linuxmail.org)
Date: 09/23/04

  • Next message: Dan Kegel: "Re: 2.6.8 link failure for powerpc-970?"
    To: gene.heskett@verizon.net
    Date:	Thu, 23 Sep 2004 08:23:38 +0300
    
    

    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
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Dan Kegel: "Re: 2.6.8 link failure for powerpc-970?"

    Relevant Pages

    • Re: [long] linux-2.6.0-test9, XFree86 4.2.1.1, ATI ATI Radeon VE QY, screen hangs on 3d apps
      ... >> works fine until a 3d application such as glxgears starts. ... >> ATI Radeon VE QY rev 0 ... > Note that xdm might fail with the experimental packages, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • large built-in.o
      ... I was building 2.6.3 with allyesconfig and I noticed it was making many built-in.o files around the place. ... These are quite large object files ... Check out the latest SMS services @ http://www.linuxmail.org ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: linux-2.6.7-bk2 runs faster than linux-2.6.7 ;)
      ... glxgears fps are halved, like the fps in unreal tournament 2004 demo. ... the Empire squashes the Federation like a bug. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • 2.6.11-rc2-mm1 strange messages
      ... radeon M7. ... But I found the following strange stuff in my dmesg: ... Full dmesg attached. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Rewrite Kernel
      ... i wanna to rewrite a version of linux kernel from scratch in assembly for intel 386+ fo speed and a libc also in assembly for speed ... Check out the latest SMS services @ http://www.linuxmail.org ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)