I've read some questions, like #1297875, but finally not found how to replace graphics driver i915 with the iris driver on Ubuntu 20.10 running on a i7-1165G7 that bring a Intel Iris Xe Grahpics PCI id [8086:9a49]
.
- Should I use https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers ?
- some changes in X11 config ?
- Or perhaps I misunderstand... kernel use i915 and iris driver is only for user-space OpenGL with MESA ... As I read at https://linuxreviews.org/Intel_Iris
Any idea please ? Thanks.
UPDATE after installed oibaf drivers
I miss understand something ... As we can see below, the i915 driver is used but for OpenGL it is a "Mesa Intel Xe Graphics (TGL GT2)"...
$ inxi
CPU: Quad Core 11th Gen Intel Core i7-1165G7 (-MT MCP-)
$ lspci -nnk | grep -iA2 VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01)
Subsystem: Intel Corporation Iris Xe Graphics [8086:9a49]
Kernel driver in use: i915
$ inxi -G
Graphics:
Device-1: Intel TigerLake GT2 [Iris Xe Graphics] driver: i915 v: kernel
Device-2: Chicony Chicony USB2.0 Camera type: USB driver: uvcvideo
Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting
unloaded: fbdev,vesa resolution: 1: 1600x900 2: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel Xe Graphics (TGL GT2)
v: 4.6 Mesa 21.2.0-devel (git-629e834 2021-05-15 hirsute-oibaf-ppa)
After reading this page at intel.com Intel® Iris® Xe MAX Graphics with Linux it seems "normal" that driver "i915" is used for Xe Graphics as they say:
While support for the Intel Iris Xe Graphics processor has already been integrated into Linux* and integrated into Linux-based distributions such as Ubuntu 20.04.1, enabling work for the Intel Iris Xe MAX graphics processor in Linux* is ongoing.