4

I started using Ubuntu 20.04 two days ago, and this has been a nonstop issue. There would be constant screen tearing.

Now, I did come to this forum and tried the many solutions. Such as these two:

Screen tearing in Ubuntu with Nvidia/Intel graphics

Screen Tearing on Ubuntu Xorg 20.04 with Intel Graphics

However, none of them work. If anyone can help me out with this issue, I'd really appreciate it. Thank you.

Also, I'm still very new to Ubuntu, so please bear with me.

UPDATE: I did try the dri3 method. While it seems to work, the screen and mouse cursor needs to be absolutely still. I've given up at this point for now, but if anyone is still willing to help, I'd really appreciate it.

These are my specs:

  • CPU: Quad Core Intel Core i5-8265U (-MT MCP-) speed/min/max: 600/400/3900 MHz
  • Kernel: 5.4.0-33-generic x86_64 Up: 9m Mem: 1877.9/15899.4 MiB(11.8%)
  • Storage: 931.51 GiB (7.5% used) Procs: 278 Shell: bash 5.0.16 inxi: 3.0.38

       display                 
       description: VGA compatible controller
       product: UHD Graphics 620 (Whiskey Lake)
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       version: 02
       width: 64 bits
       clock: 33MHz
       capabilities: vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:128 memory:a0000000-a0ffffff memory:80000000-9fffffff ioport:5000(size=64) memory:c0000-dffff
    

1 Answers1

2

I have the same problem with Intel UHD 620 on Thinkpad T490. I don't know why but changing from Xorg to Wayland resolve the problem. However videos played with VLC/Chrome browser don't have this issue.

To fix the problem with Firefox you need to type in the URL about:config. After "Accepting the risk", type in the search bar layers.acceleration.force-enabled and set it on true.

I personally don't like this solution because it seems to be a system problem with Xorg. I checked on Xubuntu 20.04 and Kubuntu 20.04 and both don't have tearing at all.

Hoping to find a real solution soon.

Benno04
  • 51