我已经阅读了一些问题,例如#1297875,但最终没有找到如何在 Ubuntu 20.10 上用 i7-1165G7 上的iris驱动程序替换图形驱动程序i915 ,该i7-1165G7 带有 Intel Iris Xe 图形。PCI id [8086:9a49]
- 我应该使用https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers吗?
- X11 配置的一些变化?
- 或者我可能误解了...内核使用 i915 和 iris 驱动程序仅适用于带有 MESA 的用户空间 OpenGL ...正如我在https://linuxreviews.org/Intel_Iris上所读到的
请问有什么想法吗?谢谢。
安装 oibaf 驱动程序后更新
我想念一些东西......正如我们在下面看到的那样,使用了i915驱动程序,但对于OpenGL,它是“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)
在 intel.com 上阅读此页面后,Intel® Iris® Xe MAX Graphics with Linux似乎“正常”了驱动程序“i915”用于 Xe Graphics,正如他们所说:
虽然对英特尔 Iris Xe 图形处理器的支持已集成到 Linux* 并集成到基于 Linux 的发行版(如 Ubuntu 20.04.1)中,但在 Linux* 中支持英特尔 Iris Xe MAX 图形处理器的工作仍在进行中。
对于遇到这个话题的任何人,对我来说,解决方案是选择选项 1 - 由 oibaf 维护的驱动程序 - 我的问题(使用我的 ASUS VivoBook 连接屏幕,运行 Ubuntu 20.10)得到了解决。
罗杰