Xfce XFCE black screen after logout

Interesting situation. I have gnome, gdm and xfce. Two users, root and alex. Root can log out of gnome no problem, gdm shows welcome screen, root can logout of xfce once, on 2nd logout there is black screen with mouse cursor, not responsive. Alex can log out of gnome just fine as well, but with xfce no such luck, black screen on first logout. What gives?
 
Which graphics driver are you using for Xorg? And what version of FreeBSD?
 
Intel Ironlake Mobile and FreeBSD 12.1 RELEASE
I did wayland false trick in gdm custom.conf, but to no avail, no effect whatsoever.

Code:
$ uname -a
FreeBSD mb2 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC  amd64
$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile
OpenGL version string: 2.1 Mesa 18.3.2
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 2.0 Mesa 18.3.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
OpenGL ES profile extensions:
$
 
Looks like the problem I posted here long ago.


I think it has something to do with nvidia-drivers.

 
I also have the problem with amdgpu but i dont know if its gpu-driver or xfce related. It could be DM related because i can confirm that logout works with sddm, somtimes with GDM but not with slim.
 
Back
Top