<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yan Seiner wrote:
<blockquote cite="mid460715FB.2020109@seiner.com" type="cite">
  <pre wrap="">Damian Surr napsal(a):
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yan Seiner wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Damian Surr napsal(a):
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">Yan Seiner wrote:
  
    
        </pre>
        <blockquote type="cite">
          <pre wrap="">Damian Surr wrote:
  
    
      
          </pre>
          <blockquote type="cite">
            <pre wrap="">Just tried that and restarted gdm. Still get about 10 fps with 
glxgears! The kind of numbers I see on the net are in their thousands. 
Do you think there's something wrong with my card? Those numbers seem 
too big to bridge with a settings tweak or something.

It's a bit late to find this out if it is hardware. I bought the card 
about 3 months ago, just not known how to test it.
    
      
        
            </pre>
          </blockquote>
          <pre wrap="">It ain't the card.
  
    
      
          </pre>
        </blockquote>
        <pre wrap="">That's good to hear :-)
  
    
        </pre>
        <blockquote type="cite">
          <pre wrap="">It's something in your config.

type 'glxinfo | grep NV'
  
      
          </pre>
        </blockquote>
      </blockquote>
      <pre wrap="">Sorry, that should have been

glxinfo | grep vendor 

and you should see

dionysus:/var/log# glxinfo | grep vendor
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
  
      </pre>
    </blockquote>
    <pre wrap="">Yep, here's mine:

:~$  glxinfo | grep vendor
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation

    </pre>
    <blockquote type="cite">
      <pre wrap="">Also look at

dionysus:/var/log# glxinfo | head
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer, 
    GLX_ARB_fbconfig_float
  
      </pre>
    </blockquote>
    <pre wrap="">again, here's mine:
:~$ glxinfo | head
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
    GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer
client glx vendor string: NVIDIA Corporation
:~$

    </pre>
    <blockquote type="cite">
      <pre wrap="">And make sure the line 
direct rendering: Yes

says Yes.  If it says No, direct rendering is disabled.

Your X log looks OK...

--Yan
  
      </pre>
    </blockquote>
    <pre wrap="">Thanks for your help again Yan. I also tried letting the nVidia util 
set my xorg.conf settings, but the results of that were the same 
(10fps in glxgears), so I switched back to the xorg.conf that I set up.

I'm at a loss for what to do now. Could it be a bios setting or 
something? What makes you so sure that the hardware isn't at fault?

Damian
    </pre>
  </blockquote>
  <pre wrap=""><!---->
OK, so it looks like you have everything set up right... But you don't 
seem to have any acceleration.  That's bizarre.  10 fps is what I would 
expect if I was using the nv driver....

You have a single head, right?

OK, looking back at the xorg.conf file:

In Section Module, take out

    Load           "glx"
    Load           "int10"
    Load           "vnc"
    Load           "vbe"

and remove the last Composite section.

Restart gdm (or whatever you use) and try it again.
  </pre>
</blockquote>
When I removed all 4, glxgears stopped working. Putting "glx" back
started it again. I removed the Composite section too. Still no change
to performance.<br>
<br>
Tried tweaking bios settings and installed latest nvidia driver using
Envy, still no improvement.<br>
<br>
Thanks for your suggestions Yan!<br>
<br>
Damian
</body>
</html>