
23 May
2023
23 May
'23
5:30 p.m.
On 2023-05-23 10:34, attilio semenzato wrote:
Hi.
$ lspci gives 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
I also found all the kernel compilation options in /usr/src/linux*/kernel/config_data and the relevant section probably is the following, after the stars line. If you give me some hints I can try to recompile the kernel with a new set of option
Based on your lspci output and kernel configuration snippet, I think all you need to do is enable this option and recompile your kernel:
# CONFIG_DRM_I915 is not set
The i915 driver covers quite a few Intel GPUs, including that one. See https://linux-hardware.org/index.php?id=pci:8086-1616-17aa-2226 for some more information. Regards, Matt