[Bug 251114] x11/xorg: /usr/local/bin/Xorg Segmentation Fault When Switch Virtual TTY
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 14 17:56:39 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251114
--- Comment #11 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to John from comment #10)
> [ 56.287] (II) LoadModule: "intel"
Check Xorg.log for (**) lines. Maybe you still have a config that forces
"intel".
> c) If xf86-video-intel is not needed why is it being installed by FreeBSD?
"pkg info -r xf86-video-intel" and "pkg check -d" may help.
> d) If /usr/local/etc/X11/xorg.conf.d/xorg.conf is not needed
> why is /usr/local/etc/X11/xorg.conf.d/xorg.conf being installed?
"pkg which /usr/local/etc/X11/xorg.conf.d/xorg.conf". Some xf86-* ports do
install files under xorg.conf.d/, so Xserver(1) picks it up by default.
Also, xorg.conf.d/xorg.conf doesn't make sense. Either use xorg.conf and/or
xorg.conf.d/<whatever>.conf.
> e) Do I need to still implement the option "AccelMethod" "SNA"
> with no /usr/local/etc/X11/xorg.conf.d/xorg.conf?
xf86-video-intel and modesetting are interchangeable. Only the former supports
AccelMethod. If modesetting(4x) works fine remove xf86-video-intel.
Besides, until you switch to drm-*-kmod (/boot/modules/i915kms.ko) all of this
maybe pointless.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list