Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 18:35:13 +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-Bh2CWEZkKz@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 #12 from John <jlmales@gmail.com> ---
(In reply to Jan Beich from comment #11)

"pkg info -r xf86-video-intel":

xf86-video-intel-2.99.917.909,1:

"sudo pkg check -d":

Shows issues I have seen in less verbose manner with "pkg upgrade" for well
over a year I will open a bug for after I have rached where this issue need=
s to
be.

When I looked at the Xorg.0.log file for the "**" I discovered there are two
directories being referenced got X startup in the following search order:

"/usr/local/etc/X11/xorg.conf.d"
"/usr/local/share/X11/xorg.conf.d"

ls -lsT /usr/local/share/X11/xorg.conf.d
4 -rw-r--r--  1 root  wheel   152 Oct  3 11:22:11 2020 20-evdev-kbd.conf
4 -rw-r--r--  1 root  wheel  1429 Oct  3 11:22:47 2020 40-libinput.conf
4 -rw-r--r--  1 root  wheel  1753 Oct  3 11:54:43 2020 70-synaptics.conf

I will attach the Xorg.0.log for the stage point of renanimg the
/usr/local/lib/xorg/modules/drivers/intel_drv.so.  I did not attach any of =
the
/vat/log/Xorg.0.log files not knowing which one or more may be of interest.=
=20

Based on dates of the /usr/local/share/X11/xorg.conf.d installed when a "pkg
upgrade" was done 18 October 2020 right after a FreeBSD 11.3 to 11.4 upgrade
was done.  I looked at each of the files in /usr/local/share/X11/xorg.conf.d
and find no reference to "intel" or video driver.  With no xorg.conf why and
where would Xorg be trying to find an intel driver?

Would it make sense short term to create a xorg.conf with just with BusID t=
hat
matches my system and see if VT switching issues are resolved?:

"Driver" "intel" and adjust "AccelMethod" there e.g.,

  Section "Device"
          Identifier "integrated_card"
          Driver     "intel"
          Option     "AccelMethod" "SNA"
  #       Option     "TearFree" "true" # uncomment if *not* using compositor
(e.g., picom)
          Option     "DRI" "3"
  #       BusID      "pci:0:2:0" # uncomment if multi-GPU
  EndSection

--=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-Bh2CWEZkKz>