[Bug 261773] graphics/drm-fbsd13-kmod: Instability and artifacts after 5.4.144.g20220128 update (Intel GM45)
Date: Wed, 09 Feb 2022 15:15:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261773 --- Comment #12 from Tijl Coosemans <tijl@FreeBSD.org> --- (In reply to jakub_lach from comment #11) That patch only addresses the corrupted firefox icons. I'm not seeing the panic you are seeing. I do see a different panic when I start X. It is caused by symbol name collisions between linuxkpi.ko in base and linuxkpi_gplv2.ko in drm-kmod. Can you post the output of these commands: nm --defined-only /boot/kernel/linuxkpi.ko | awk '{print $3}' | sort -u > /tmp/file1 nm --defined-only /boot/modules/linuxkpi_gplv2.ko | awk '{print $3}' | sort -u > /tmp/file2 comm -12 /tmp/file1 /tmp/file2 -- You are receiving this mail because: You are the assignee for the bug.