OUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::e2f:from] X-Rspamd-Queue-Id: 4Vfhmy2kcQz4pvy On Tue, May 14, 2024 at 9:20=E2=80=AFPM Warner Losh wrote: > > On Tue, May 14, 2024 at 8:46=E2=80=AFAM Rostislav Krasny wrote: >> >> On Tue, May 14, 2024 at 5:39=E2=80=AFPM Warner Losh wro= te: >> > >> > On Tue, May 14, 2024, 8:34=E2=80=AFAM Rostislav Krasny wrote: >> >> >> >> If anybody is interested, there seems to be a serious issue in either >> >> the intel video driver or in the kernel that interacts with that >> >> driver. All this could be related to sound through the integrated >> >> Intel HD 4600 video controller. Desktop Environments like Cinnamon an= d >> >> LXQT use PulseAudion that probably triggers this issue constantly in >> >> the driver and/or in the kernel. Other DEs like XFCE work better only >> >> because they don't need PulseAudio and only when PulseAudio is not >> >> installed. There is a scenario to trigger this issue in the XFCE >> >> without PulseAudio installed, though. >> >> >> >> For more information, logs and reproduce scenarios please read my >> >> messages in the following 278930 bug report: >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278930 >> >> >> >> Hope this will be fixed in the FreeBSD 14.1 final release. >> > >> > >> > Is that with packages? What happens if you build drm-kmod from src? >> >> Yes I installed drm-kmod from packages by the 'pkg install drm-kmod' >> command and then added "i915kms" into the "kld_list" inside >> /etc/rc.conf >> I can try to build drm-kmod from src but why you suspect the result >> could be different? > > > Because while we're pretty good about binary compatibility between > 14.0 and 14.1, the kernel side of that is weak. In the past, this has cau= sed > weird problems, not unlike what you're seeing. If you build from source > and it works, then we'll know it's that issue, and not something else. It fails differently with locally built drm-kmod. I wrote about that in the bug report comment #8: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278930#c8 How I built drm-kmod: 1. download and extract src.txz and ports.txz from the 14.1-BETA2 amd64 folder at FreeBSD FTP server 2. cd /usr/ports/graphics/drm-kmod && make install