[Bug 261773] graphics/drm-fbsd13-kmod: Instability and artifacts after 5.4.144.g20220128 update (Intel GM45)

[email protected]
Newsgroups gmane.os.freebsd.devel.x11
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261773

--- Comment #12 from Tijl Coosemans <[email protected]> ---
(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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.