On Sat, Aug 17, 2024 at 01:22:17PM +0200, Walter Alejandro Iglesias wrote: > Today after upgrading to latest snapshot xenodm hanged for a while. > During the hang I couldn't ssh from another machine. I had to reboot as > single user, comment out xenodm flag in /etc/rc.conf.local and reboot. > Using startx happened the same, the problem is with Xorg, it hangs > during several minutes and segfaults. > > I tried changing from modesetting to intel driver but that didn't solve > the problem. > > I also upgraded to latest snapshot in my laptop which also has a intel > integrated graphics and there Xorg starts correctly. So, the problem is > only with this machine. > Hi,
the Xorg.0.log file shows that it crashes where it would normally probe for the keyboard and initialize the X input devices. Do you have some specific keyboard or /etc/fbtab setup ? If not you'll need to try to get a backtrace from the crash. See https://github.com/openbsd/xenocara/blob/master/README.md#how-to-get-a-core-file-out-of-the-x-server for instructions on how to do that. -- Matthieu Herrb