Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 17:56:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 251114] x11/xorg: /usr/local/bin/Xorg Segmentation Fault When Switch Virtual TTY
Message-ID:  <bug-251114-7141-Z9S1Kjyszd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251114-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251114-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251114

--- Comment #11 from Jan Beich <jbeich@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 suppo=
rts
AccelMethod. If modesetting(4x) works fine remove xf86-video-intel.

Besides, until you switch to drm-*-kmod (/boot/modules/i915kms.ko) all of t=
his
maybe pointless.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251114-7141-Z9S1Kjyszd>