Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: compositing = nVidia tearing, very annoyed

  1. #1
    Join Date
    Jul 2010
    Beans
    58

    compositing = nVidia tearing, very annoyed

    I've tried several fixes for this, tried this, tried that but it seems to be unfixable on my system.
    If compositing is turned on, I get tearing with videos, games, and fullscreen apps like google earth.. doesnt matter which environment, unity, gnome, fallback, xfce, xubuntu.. can't even begin to play games in Gnomeshell or whatever its called, bugs out on me. Only thing that works is to log into XBMC if I want to watch a movie without tearing. problem is that XBMC likes to lock up on me once in awhile.
    I also tried Mutter as a window manager, and it solved the tearing issue, but was terribly unstable and useless for me.

    should I try different drivers for nVidia? 173.14.30 in use now, I think i tried others in the past with same results. I dont want to break the video.
    Im also gonna ditch my 11.10 install and try 12.04 sometime, so if starting from scratch will have better results, let me know

    pulling all my hair out here someone save me!

    1.10 64 bit Ubuntu
    intel dp43gag board, no video onboard
    Q8300 core2 quad
    nVidia PNY quaddro fx 550
    yada, yada

  2. #2
    Join Date
    Jul 2010
    Beans
    58

    Re: compositing = nVidia tearing, very annoyed

    bump?

    I really just want the desktop expo, maybe window translucence.
    Seems compositing doesnt work at all, except for the window shadows from gnome.

  3. #3
    Join Date
    Dec 2006
    Beans
    20

    Re: compositing = nVidia tearing, very annoyed

    I was using 11.10, i that in my machine phenom II 555 and video 240GT cant solve the tearing problem no matter what until tried something apparently unrelated; I disabled cool 'n quiet in bios and then no more tearing.

    I have installed other DE's and upgraded to 12.04, in kubuntu videos show tearing in smplayer, to remove that changed the video output in options to "xv 0-NV17 Video Texture" and then no more tearing

  4. #4
    Join Date
    Jul 2006
    Beans
    4,860

    Re: compositing = nVidia tearing, very annoyed

    Are you guys using dual monitors? I was told that with my dual monitor setup (twinview) on Nvidia, my tearing is coming from the fact that my two monitors don't have 100% equal refresh rates. AKA, if I had two identical monitors, I'd have no tearing, but me having a Dell 24" and an eMachines 19", there's undoubtedly going to be a tiny enough difference to cause the issue.

    I can't say this for an absolute fact or not, but that's what I was told. I figured I'd be upgrading soon enough to a pair of identical (but larger) monitors so I kind of stopped researching it there.

  5. #5
    Join Date
    Jul 2010
    Beans
    58

    Re: compositing = nVidia tearing, very annoyed

    Nope, no dual monitors. samsung T220HD 1600 by 1050, 59.95hz detected by nvidia x server.
    Tried different video output modes in VLC player, no change. Tried all kinds of vsynch suggestions. It's something to do with the window manager. Mutter replace fixed it, but desktop would crash and windows would hang. XBMC has no tearing, but will randomly lock up

  6. #6
    Join Date
    Mar 2012
    Beans
    14

    Re: compositing = nVidia tearing, very annoyed

    Same problem here. There are some settings which can help a little but some tearing is still there.

    Drivers
    Downgrade your drivers to 290.10: https://launchpad.net/ubuntu/precise...90.10-0ubuntu2
    Tearing comes only with 295.xx

    Compiz-Settings-Manager
    OpenGL: Activate VSync
    Composite: Deactivate "Detect refresh rate", set refresh rate to 60, 120 or 180 manually. 180 works best for me.
    (Optional) Workarounds: Activate "Force synchronisation between X and GLX"

    xorg.conf
    Add under Device: Option "TripleBuffer" "1"

    You also can play a little with Nvidia settings...
    Last edited by ontaiwolf; June 15th, 2012 at 02:10 PM.

  7. #7
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: compositing = nVidia tearing, very annoyed

    For Xubuntu, add this script to a launcher (assuming you are not trying to use compiz)

    Code:
    #!/bin/sh
    #componoff.sh
    #xubuntu 11.10,12.04
    #turns compositor on and off
    
    comp=$(xfconf-query --channel=xfwm4 --property=/general/use_compositing)
    
    if [ $comp = “true” ]; then
    xfconf-query --channel=xfwm4 --property=/general/use_compositing --set=false
    else
    xfconf-query --channel=xfwm4 --property=/general/use_compositing --set=true
    fi
    No longer participating......

  8. #8
    Join Date
    Jun 2006
    Beans
    391
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: compositing = nVidia tearing, very annoyed

    Also make sure your video driver settings are set to vsync as well and that the referesh rate is the same as your monitor. It also helps to set your settings to center rather than stretch.

  9. #9
    Join Date
    Mar 2012
    Beans
    246

    Re: compositing = nVidia tearing, very annoyed

    Quote Originally Posted by ontaiwolf View Post
    Same problem here. There are some settings which can help a little but some tearing is still there.

    Drivers
    Downgrade your drivers to 290.10: https://launchpad.net/ubuntu/precise...90.10-0ubuntu2
    Tearing comes only with 295.xx

    Compiz-Settings-Manager
    OpenGL: Activate VSync
    Composite: Deactivate "Detect refresh rate", set refresh rate to 60, 120 or 180 manually. 180 works best for me.
    (Optional) Workarounds: Activate "Force synchronisation between X and GLX"

    xorg.conf
    Add under Device: Option "TripleBuffer" "1"

    You also can play a little with Nvidia settings...
    Could you tell me how to install this drivers from link above? I don't understand it. How to install this PPA, there is only amd64 downloadable items.

  10. #10
    Join Date
    Mar 2012
    Beans
    14

    Re: compositing = nVidia tearing, very annoyed

    To difficult to change the url? This is not a ppa, it's just an archive with older packages.

    i386: https://launchpad.net/ubuntu/precise...90.10-0ubuntu2
    amd64: https://launchpad.net/ubuntu/precise...90.10-0ubuntu2

    Under "Downloadable files" you can find the direct links, uninstall nvidia-current from repository first, then download the package from the archive and install it. You probably have to freeze the package in Synaptics, so that it cannot be updated.

Page 1 of 3 123 LastLast

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
  •