modesetting: Intel Iris Plus Graphics 650 not recognized

Yuri Pankov yuripv at yuripv.net
Sat Nov 10 21:23:56 UTC 2018


Hi,

Intel(R) Iris Plus Graphics 650 is not recognized using the modesetting
driver:

[  2688.964] (EE) modeset(0): [DRI2] No driver mapping found for PCI
device 0x8086 / 0x5927
[  2688.964] (EE) modeset(0): Failed to initialize the DRI2 extension.
[  2689.019] (II) AIGLX: Screen 0 is not DRI2 capable
[  2689.019] (EE) AIGLX: reverting to software rendering

This could be fixed using the simple attached patch (it's already in
xorg-server 1.20.3), could we please add it to the port until it's
updated to newer version?
-------------- next part --------------
--- hw/xfree86/dri2/pci_ids/i965_pci_ids.h.orig	2018-11-10 20:19:04 UTC
+++ hw/xfree86/dri2/pci_ids/i965_pci_ids.h
@@ -148,6 +148,7 @@ CHIPSET(0x591D, kbl_gt2, "Intel(R) Kabylake GT2")
 CHIPSET(0x591E, kbl_gt2, "Intel(R) Kabylake GT2")
 CHIPSET(0x5921, kbl_gt2, "Intel(R) Kabylake GT2F")
 CHIPSET(0x5926, kbl_gt3, "Intel(R) Kabylake GT3")
+CHIPSET(0x5927, kbl_gt3, "Intel(R) Iris Plus Graphics 650 (Kaby Lake GT3e)")
 CHIPSET(0x592A, kbl_gt3, "Intel(R) Kabylake GT3")
 CHIPSET(0x592B, kbl_gt3, "Intel(R) Kabylake GT3")
 CHIPSET(0x5932, kbl_gt4, "Intel(R) Kabylake GT4")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20181111/f9bdd434/attachment.sig>


More information about the freebsd-x11 mailing list