tools-settings

Black Screen with Movable Mouse Pointer after Logging into my Xfce Session in Linux Mint 22 Wilma

Reboot/Retry

Sometimes this issue is only erratically reproducible, and you might be lucky to get a working session at least.

Remove obsolete Intel Video Drivers

Xfce forum admin suggested to remove the driver package.

The kernel has built-in intel driver support that is more recent than the actual driver package and better supports newer intel graphics chips.

If the drivers are not obsolete, revert/reinstall using sudo apt install xserver-xorg-video-intel.

Disable Screensaver and Update Software

sudo apt remove blackbox
sudo apt update
sudo apt upgrade

After a successful upgrade, use Ctrl+Alt+F7 to switch back to the graphical desktop session.

So far, so good. Problem solved, next startup without problems. However, the next day, the problem occurred again. I retried the same solution/workaround, but still only a black screen with movable mouse pointer after Ctrl+Alt+F7.

Start X session explicitly in a console session:

This is generally not a good idea.

Killing running startx, startxfce or lightdm processes isn’t either.

Cons:

BIOS/Kernel Fixes

find and fix potential configuration errors or incompatibilities

Further information

How to get Linux System Information

Black Screen (Xfce) Issues in Linux (Mint)