How do you fix video tearing

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
gm10

Re: How do you fix video tearing

Post by gm10 »

Compiz works, but so does Compton and that one should be pre-installed. Here's a random guide for setting it up: http://duncanlock.net/blog/2013/06/07/h ... g-in-xfce/
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
DAMIEN1307

Re: How do you fix video tearing

Post by DAMIEN1307 »

is your tearing problem with an Intel. AMD, or nvdia, system ?...there are different ways of doing this depending what your graphics are running off of...DAMIEN

ps...if its Intel, ive got the fix for that...if nvidia or AMD you will have to wait for someone else to help.
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: How do you fix video tearing

Post by Hoser Rob »

There's no fix that'll work of all chipsets of a particular brand AFAIK, you need to post more system info. Copy/paste this to the terminal and copy/paste the text output of that here (no screenshots please):

Code: Select all

inxi -Fxz
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
DAMIEN1307

Re: How do you fix video tearing

Post by DAMIEN1307 »

Open a terminal and run these commands in sequence:

sudo apt-get install mesa-utils

then

sudo mkdir -v /etc/X11/xorg.conf.d

then

echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf

now REBOOT to pick up the changes. <-- It's IMPORTANT that you reboot to apply the changes


To UNDO

Open a terminal and run:

sudo rm -v /etc/X11/xorg.conf.d/20-intel.conf

and REBOOT.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: How do you fix video tearing

Post by trytip »

in xfce settings > desktop settings use: Xfwm4 + Compton and then test the tear https://ptpb.pw/K8Vr.webm
ps: if you installed xfce on top of another desktop you'll need to install compton from synaptic since you're using Ubuntu 18.04.1 LTS i don't know what's in the repos of ubuntu but should already have compton installed
Image
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: How do you fix video tearing

Post by catweazel »

trytip wrote: Sun Aug 26, 2018 1:16 am then test the tear https://ptpb.pw/K8Vr.webm
What a brilliant link. Thank you.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
User avatar
trytip
Level 14
Level 14
Posts: 5367
Joined: Tue Jul 05, 2016 1:20 pm

Re: How do you fix video tearing

Post by trytip »

you don't start compton from commandline NO NO
in xfce settings > desktop settings use: Xfwm4 + Compton
Image
Locked

Return to “Software & Applications”