On Tue, Jul 26, 2022 at 09:56:21AM -0400, Nick Holland wrote:
> On 7/26/22 8:43 AM, Jonathan Gray wrote:
> > On Mon, Jul 25, 2022 at 09:34:14PM +0100, Chris Narkiewicz wrote:
> > > On Mon, Jul 25, 2022 at 03:48:19PM -0400, Nick Holland wrote:
> > > > Sigh. collect info, leave out most basic part: what I mean
> > > > by "X quit working"...
> > >
> > > I checked your Xorg.0.log and it looks familiar. Please look for post
> > > "X11 hangs on StarLabs Mk IV - snapshot 06-06-2022" in the bugs@
> > > archive and recent discussion in [email protected]:
> > > "Xorg hanging on StarLabs Lite IV - infinite sleep in ioctl
> > > drm_syncobj_array_wait_timeout"
> >
> > this reminds me of Xorg being stuck on schto when running the intel xorg
> > driver on recent hardware
> >
> > here is a diff which fixes some llist iterators, which makes the intel
> > xorg driver work on broadwell
> >
> > does this also help these machines?
>
> It doesn't seem to. Is there any more info I can give you to help?
>
> Nick.
Is there anything in dmesg when this happens?
When looking at top what does Xorg have for WAIT?
this will run X with the older Mesa driver
MESA_LOADER_DRIVER_OVERRIDE=i965 startx
does that change anything?