[Bug 251114] x11/xorg: /usr/local/bin/Xorg Segmentation Fault When Switch Virtual TTY
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251114 --- Comment #12 from John <[email protected]> --- (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 needs 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. 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 that 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 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"