Answer the question
In order to leave comments, you need to log in
How to solve with tearing on ubuntu 15.10?
Hello. There is an asus n76vz laptop with hybrid graphics and a discrete nvidia-650m graphics card. It has ubuntu 15.10,kde 5, nvidia-352 video driver installed. When dragging windows, watching a video, horizontal stripes are visible. My xorg config.
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:[email protected]:2:0"
Option "AccelMethod" "None"
Option "TearFree" "true"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
Option "TripleBuffer" "1"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:[email protected]:0:0"
Option "ConstrainCursor" "off"
Option "TearFree" "true"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
Option "TripleBuffer" "1"
EndSection
. In the nvidia settings, there is a checkmark for Sync to VBlank.
Answer the question
In order to leave comments, you need to log in
You have a fairly recent video card: go to the NVIDIA website , select the family and type of card, and see which driver they recommend for this card.
Don't trust apt-get too much, there have been cases where the driver from NVIDIA was much better than what was offered from the repositories.
The idea of installing a driver for a video card from the repo is not very good. As already mentioned above - download the latest drivers for this video card and install manually.
Download from offsite and run the installer. There are no problems.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question