When I boot my Xubuntu 17.04 PC with the integrated Intel gpu, it runs fine (with screen tearing) at full native resolution without the xserver-xorg-video-intel
package installed. But, lshw -c video
lists the driver in use as driver=i915
. How is this possible?
This information means that your graphic card uses the kernel driver named
i915
. This driver handle console display, can handle resolution changes, and provides the low-level infrastructure to the other drivers.xserver-xorg-video-intel
is the legacy driver used by Xorg, and provides resolution changes and 2d drawing.If you don't install
xserver-xorg-video-intel
, Xorg will use themodesetting
driver, provided by thexserver-xorg-core
package.i915
is the driver for intel gpus since kernel version2.6.9
and still in use. Wide number of intel gpu's are supported by this driver. Supported products are followings:Intel GMA 830M, 845G, 852GM, 855GM, 865G, 915G, 945G, 965G, G35, G41, G43, G45 chipsets. Intel HD and Iris Graphics HD Graphics 2000/3000/2500/4000/4200/4400/4600/P4600/P4700/5000, Iris Graphics 5100, Iris Pro Graphics 5200 integrated GPUs
. Check following Wikipedia pageCheck following output: