[Bug 269291] graphics/mesa-dri: sna AccelMethod try to load non-existent i965_dri.so
Date: Sat, 04 Feb 2023 19:44:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269291
--- Comment #9 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 239894
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239894
Xorg.0.log SNA crocus
kwin_x11 and ksplashqml crashes are likely caused by the following:
> [    12.361] (WW) intel(0): Detected unsupported/dysfunctional hardware, disabling acceleration.
...
> [    12.377] (WW) intel(0): loading DRI2 whilst acceleration is disabled.
Looking at the code
        if (!is_hw_supported(kgem, dev)) {
                xf86DrvMsg(kgem_get_screen_index(kgem), X_WARNING,
                           "Detected unsupported/dysfunctional hardware,
disabling acceleration.\n");
                __kgem_set_wedged(kgem);
8086:0f31 is Valleyview, so it should be well-supported.
Does acceleration fail with drm-54-kmod as well? Revert ports a707d16a2d1e
locally (for testing) as it compiles fine on FreeBSD 13.1 (unlike -CURRENT).
-- 
You are receiving this mail because:
You are the assignee for the bug.