I have an Intel UHD 620 GPU, whose drivers, on 18.04 Bionic, put me in a conflicting position:
- if I use the default (either HWE or not) Xorg video drivers (
xserver-xorg-video-all
, everything works fine, but the videos suffer from tearing; - if I make Xorg use the
xserver-xorg-video-intel
(removing the otherxserver-xorg-video-*
packages), I can fix the tearing by settingTearFree
in/etc/X11/xorg.conf.d/20-intel.conf
, but the system is unstable (I assume due to improper support in the driver version).
On 19.04 Disco, which ships an updated version of xserver-xorg-video-intel
(2:2.99.917+git20180925-2
, versus 2:2.99.917+git20171229-1
), I can get both stability and TearFree, however, there is no way to install the package in 18.04 Bionic (ultimately due to libc).
Is there any way to get the Intel updated drivers on 18.04 (package, compiling, any way)? Alternatively, is there any way to fix the tearing without using the Intel version of the driver?
There's an available PPA that "provides updated X (2D) and mesa (3D) free graphics drivers for radeon, intel and nvidia hardware"; it can be used via:
For reference, the current PPA version (
2:2.99.917+git1903011933.6afed3~oibaf~b
) fixes the instability problem mentioned.This solution also works for Ubuntu 20.04. The xserver-xorg-video-intel that came with 20.04 breaks some Intel graphics cards, including mine (Mesa Intel HD Graphics 510). All sorts of weird visual effects, including not being able to see or click on the window that was on top (instead, a black translucent box). To solve this, first I uninstalled the new xserver-xorg-video-intel driver. This put me graphics down to about 1.5 frames/sec. Not good. Then, after reading this Marcus answer, I was able to install the 2:2.99.917+git1903011933.6afed3~oibaf~b version of xserver-xorg-video-intel. Frame rate back to normal for this machine. There are still a few issues, the biggest being the hours/minutes of the time at the top is often missing numbers, but I can live with that.