On Sep 18 2022, Walter Alejandro Iglesias wrote: > On Sep 18 2022, Jonathan Gray wrote: > > On Fri, Sep 16, 2022 at 10:19:15PM +1000, Jonathan Gray wrote: > > > I'll see if I can reproduce this on another 965 machine. > > > > I don't see any errors with fvwm2 on mobile 965 (x61). > > I can not reproduce it in my thinkpad T410 either (same snapshot). > > For me at least, it's curious that I can trigger the issue *only* > brousing fvwm2 menus. I don't know what fvwm2 does with its menus.
As it happened to me with other fvwm2 issue recently, today I noticed that using fvwm2 default configuration I couldn't reproduce the bug. This time it took me an hour to discover which setting made the difference. It came out that adding any of the following two options to MenuStyle the bug is gone: MenuStyle * TrianglesSolid MenuStyle * TrianglesUseFore Both disable the relief in menus arrows, so the relief shape is what confuses drm, mesa or whatever is making X to crash. That's mean that to reproduce the bug you have to remove the following line in the default fvwm2 config (line 275): MenuStyle * TrianglesSolid, TrianglesUseFore -- Walter
