Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How do I fix video tearing

  1. #1
    Join Date
    Aug 2005
    Beans
    407

    How do I fix video tearing

    Anyone know the command sequence to fix video tearing on an nvidia card?

    Code:
    jacatone@OptiPlex-755:~$ lspci -nn | egrep -i "3d|display|vga"
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] [10de:06e4] (rev a1)
    Last edited by slickymaster; November 12th, 2018 at 09:41 AM. Reason: code tags

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

    Re: How do I fix video tearing

    Did you install a driver for this card? If so, what one and where did you get it from?

  3. #3
    Join Date
    Aug 2005
    Beans
    407

    Re: How do I fix video tearing

    Downloaded a ppa for the nvidia drivers. Have an nvidia x settings icon but it won't open. Below is what I have now.
    Attached Images Attached Images

  4. #4
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How do I fix video tearing

    post the output of

    Code:
    inxi -G
    have you tried the nouveau driver yet ???

    tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  5. #5
    Join Date
    Aug 2005
    Beans
    407

    Re: How do I fix video tearing

    Don't know what the nouveau driver is? Here's the command output:

    Code:
    jacatone@OptiPlex-755:~$ inxi -G
    Graphics:  Card: NVIDIA G98 [GeForce 8400 GS Rev. 2]
               Display Server: x11 (X.Org 1.19.6 )
               drivers: nouveau (unloaded: modesetting,fbdev,vesa)
               Resolution: 1920x1080@60.00hz
               OpenGL: renderer: NV98 version: 3.3 Mesa 18.0.5
    Last edited by slickymaster; November 12th, 2018 at 09:42 AM. Reason: code tags

  6. #6
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How do I fix video tearing

    Thread moved to Hardware.

  7. #7
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How do I fix video tearing

    Quote Originally Posted by jacatone View Post
    Don't know what the nouveau driver is? Here's the command output:

    Code:
    jacatone@OptiPlex-755:~$ inxi -G
    Graphics:  Card: NVIDIA G98 [GeForce 8400 GS Rev. 2]
               Display Server: x11 (X.Org 1.19.6 )
               drivers: nouveau (unloaded: modesetting,fbdev,vesa)
               Resolution: 1920x1080@60.00hz
               OpenGL: renderer: NV98 version: 3.3 Mesa 18.0.5
    looks like you are already using the nouveau driver....

    found this...have not verified personally....

    "8xxx series cards only work with 340.96 or lower version of nvidia drivers. To check what version is installed type:

    Code:
    nvidia-smi
    If the driver is above 340.96, try to install an older driver. This particular ppa is good for auto removing and installing:

    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt-get update
    sudo apt-get install nvidia-340
    Restart your PC."

    you should see this option in the additional drivers screen...try it

    hope this helps

    tommy
    Last edited by NM5TF; November 17th, 2018 at 03:06 PM.
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  8. #8
    Join Date
    Aug 2005
    Beans
    407

    Re: How do I fix video tearing

    The additional drivers window just shows a manually installed driver. Should I install this "nvidia-340" driver?

    jacatone@OptiPlex-755:~$ nvidia-smi
    NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

    Also found this NVIDIA driver since my install is 64-bit:

    https://www.nvidia.com/object/linux_...100.14.09.html
    Last edited by jacatone; November 18th, 2018 at 05:22 AM.

  9. #9
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How do I fix video tearing

    Quote Originally Posted by jacatone View Post
    The additional drivers window just shows a manually installed driver. Should I install this "nvidia-340" driver?

    jacatone@OptiPlex-755:~$ nvidia-smi
    NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
    the 340 driver is recommended...try it....use the command sequence above...

    tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  10. #10
    Join Date
    Aug 2005
    Beans
    407

    Re: How do I fix video tearing

    After installing nvidia-340, my system runs much better, but how do I prevent the NVIDIA X Server Settings window from launching every time I boot up?

Page 1 of 2 12 LastLast

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
  •