I'm getting poor video playback performance on Ubuntu 18.04, and wanted to update the drivers for my integrated Intel UHD Graphics 620 card. However, I'm not too sure how to do that. Looking at the output from apt show xserver-xorg-video-intel
I get the following:
Package: xserver-xorg-video-intel
Version: 2:2.99.917+git20171229-1
Priority: optional
Section: x11
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3,259 kB
Provides: xorg-driver-video
Depends: libc6 (>= 2.17), libdrm-intel1 (>= 2.4.38), libdrm2 (>= 2.4.25), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.30.0), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-dri2-0, libxcb-dri3-0, libxcb-sync1, libxcb-util1 (>= 0.4.0), libxcb1, libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1, libxrandr2 (>= 2:1.2.99.2), libxrender1, libxshmfence1, libxss1, libxtst6, libxv1, libxvmc1, xorg-video-abi-23, xserver-xorg-core (>= 2:1.18.99.901)
Homepage: https://www.x.org/
Task: ubuntu-desktop, kubuntu-desktop, xubuntu-core, xubuntu-desktop, core-share, lubuntu-gtk-core, lubuntu-desktop-share, lubuntu-core, lubuntu-qt-core, ubuntustudio-desktop-core, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop
Supported: 5y
Download-Size: 728 kB
APT-Sources: http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
Description: X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family
of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945
and i965 series chips.
.
This package also provides XvMC (XVideo Motion Compensation) drivers
for i810/i815 and i9xx and newer chipsets.
.
This package is built from the X.org xf86-video-intel driver module.
.
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.
What confuses me is the last paragraph in the above output, which states
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.
As such, I wanted to ask the following questions:
- Why does Ubuntu 18.04 (an OS that is 3 years old) ship with Intel graphics drivers that are meant for graphics cards that are older than 14 years, and not seem to support newer graphics cards by default?
- Is there a way to safely install up-to-date Intel graphics drivers? Looking at the "Additional Drivers" tab in the Software & Updates application I don't seem to be able to update my Intel drivers.
- Reading the last paragraph from
apt show xserver-xorg-video-intel
output seems to imply that I can simply usesudo apt remove xserver-xorg-video-intel
. Will this remove the old Intel graphics drivers and automatically install the most up-to-date drivers? - As a final question, what exactly is a modesetting driver?
Thanks very much.