Results 1 to 4 of 4

Thread: Heavy movement lag problems with proprietary Nvidia drivers

  1. #1
    Join Date
    Sep 2015
    Beans
    30

    Exclamation Heavy movement lag problems with proprietary Nvidia drivers

    Hello everyone,

    I believe this may be a known issue, but I am unable to find a solution.

    I recently bought a new graphics card (Nvidia Quadro K5000) for 3D modelling and video editing. After installing it to see if everything works, as soon as I started my system, I noticed heavy stuttering all around. I thought that it was an issue with the Nouveau driver, so I installed the proprietary (tested) Nvidia driver from the settings menu. Unfortunately, this did not solve the problem. In fact, whenever there is any kind of animation/movement happening (moving windows, scrolling or open/close animations), the whole system is lagging, it seems. However, videos can be played without any problems or stutter.

    Installing the legacy driver did not solve the issue, is there anything I can try to solve this?


    Kind regards!

  2. #2
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,987
    Distro
    Xubuntu

    Re: Heavy movement lag problems with proprietary Nvidia drivers

    Which driver version did you actually install? If you go into Settings -> Additional Drivers, that should pick the one that you need. Let it install and reboot. Then, you can go into the Nvidia settings and tweak the card between performance and quality.

  3. #3
    Join Date
    Sep 2009
    Location
    Pennsylvania
    Beans
    3,987
    Distro
    Xubuntu

    Re: Heavy movement lag problems with proprietary Nvidia drivers

    I just checked Nvidia's website and it is calling for the 375.66 driver. That driver is in the repositories.

  4. #4
    Join Date
    Sep 2015
    Beans
    30

    Re: Heavy movement lag problems with proprietary Nvidia drivers

    Quote Originally Posted by Autodave View Post
    Which driver version did you actually install? If you go into Settings -> Additional Drivers, that should pick the one that you need. Let it install and reboot. Then, you can go into the Nvidia settings and tweak the card between performance and quality. I just checked Nvidia's website and it is calling for the 375.66 driver. That driver is in the repositories.
    That's the driver version that I have currently installed. Although I also tried the legacy driver and that made no difference to the issue.

    I've played around with the Nvidia settings and tried some reported fixes and somehow, my current setup seems to fix all tearing and lag issues. Unfortunately, I don't know the exact setting responsible for solving the issue.

    However, I first disabled the "Sync to VBlank" and "Allow Flipping" options in the driver OpenGL-settings, which made the window movement lag go away, but resulted in tearing. I then added both:
    Code:
    Option “TripleBuffer” “True”
    and
    Code:
    Option "metamodes" "... { ForceFullCompositionPipeline = On }"
    in the /etc/X11/xorg.conf file and after that didn't completely solve the tearing issues, I reenabled "Sync to VBlank" and "Allow Flipping" in the driver settings, so that is the current setup.

    I still have one problem though: Every time I reboot, I will have lag of the mouse pointer, window dragging, animations and tearing until I open the Nvidia X Server Settings from the application launcher. Immediately after openening the settings window, all symptoms vanish and I have no issues anymore. I thought that this was a startup problem, so I tried adding
    Code:
    nvidia-settings --load-config-only
    first to the startup applications and then into /etc/X11/xinit/xinitrc, but neither worked. I still have to launch the Nvidia settings window manually every time I reboot to remove any lag and tearing.

    Does someone have any idea on how to solve this?
    Last edited by Megadoomer; July 2nd, 2017 at 01:57 PM.

Tags for this Thread

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
  •