Results 1 to 6 of 6

Thread: nvidia glxgears low suddenly

  1. #1
    Join Date
    Oct 2008
    Beans
    345

    nvidia glxgears low suddenly

    I have been using nvidia 195 drivers for a while . Today out of curiosity i fired glxgears up and all i get is about 379 fps . I used to get 20000 + fps . I am using nvidia 7600 gs card . Does anyone have any ideas about hotw to find out what is wrong . Currently i am not using compiz or anything fancy and all video is fine , no jerkines or anything . I am just curious about drop in FPS number and how to troubleshoot it .

    We all like big numbers !

  2. #2
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: nvidia glxgears low suddenly

    That's very strange. I would suggest changing the nVidia driver to an older version, just to see if that solves the issue. Another thing you can do is see if direct rendering is on, you can run:
    Code:
    glxinfo | grep direct
    That will tell you if direct rendering is on.

  3. #3
    Join Date
    Oct 2008
    Beans
    345

    Re: nvidia glxgears low suddenly

    Here is terminal output :
    andrey@andrey-desktop:~$ glxinfo | grep direct
    direct rendering: Yes
    GL_EXT_direct_state_access, GL_EXT_draw_range_elements, GL_EXT_fog_coord,


    I guess i am O.K. there .

    Since i do not like messing with drivers out of fear of loosing my x , what else i could do before trying different driver ?

  4. #4
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: nvidia glxgears low suddenly

    Here's something you should try, try moving the window where glxgears is running, and just see if the FPS goes up, and if not, let's see the results of the following:
    Code:
    dmesg

  5. #5
    Join Date
    Oct 2008
    Beans
    345

    Re: nvidia glxgears low suddenly - SOLVED

    Hi there Crafty Kisses ! Thank you very much for trying to help me .
    I have been looking at what kind of changes i did recently .
    Well , while back i tried some custom settings and i created custom file nvidia .rc and added it to startup and made executable . . It must have fixed what was bothering me so i forgot about it . I just removed it , rebooted and all is well .
    I still do not remember why i had to that .

    andrey@andrey-desktop:~$ glxgears
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    28591 frames in 5.0 seconds
    29025 frames in 5.0 seconds
    29021 frames in 5.0 seconds

    All is well now !
    Last edited by sigurnjak; February 22nd, 2010 at 02:58 AM.

  6. #6
    Join Date
    May 2007
    Location
    San Francisco, California
    Beans
    5,857
    Distro
    Ubuntu Development Release

    Re: nvidia glxgears low suddenly

    Yeah no problem! I'm so glad you got your problem fixed! Have a good day.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •