[Bug 275501] x11/xorg: - missing kernel arbiter is now fatal
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275501] graphics/drm-515-kmod: - kernel arbiter has gone"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Dec 2023 17:57:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275501 Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|New |Closed --- Comment #4 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> --- It turned out, that the server was using scfb instead of intel as a driver. Now scfb cannot be used so I switched to the appropriate driver as it should have been done long time ago: $cat /usr/local/etc/X11/xorg.conf.d/driver-intel.conf Section "Device" Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection -- You are receiving this mail because: You are the assignee for the bug.