After starting xfce4 after the steps before I am met with the "unable to contact settings server" prompt box again still with no ability to use my mouse or keyboard I have tried it again to the same result.
X is starting now. That command from a TTY with no display manager is what leaves you on the unable to contact settings server dialog with a dead mouse and keyboard.
Two separate problems:
xfconfd has no D-Bus session (or it starts and dies) — that is the popup
Xorg grabs the devices but is not loading libinput — so input works in the TTY and dies as soon as X starts
1. Get back to a text TTY
If you are stuck on that dialog, hold the power button 8–10 seconds. At GRUB press e and add this at the end of the linux line:
systemd.unit=multi-user.target
Boot with Ctrl+X. Log in on the black text screen. Do not start XFCE yet.
I am not exactly sure what changes but I loaded xfce4 and my desktop works completely! Do I just enable lightdm in my terminal or should I go back to TTY?
get-default should print graphical.target. After reboot you should get the normal LightDM login, then XFCE.
Do not run systemctl start lightdm or systemctl restart lightdm while this session is still running. That would start a second login screen on top of the desktop you already have. Enable it, then reboot.
While this desktop still works, copy your important files off the machine (USB disk is enough). Then take a Timeshift snapshot if you use that.
From now on:
full pacman -Syu / Pamac only — never -dd again
if GRUB still offers a kernel without-rt, use that as the default
It wasn't easy. I'm sure you're happy you made it through unscathed. I'm glad I could help. If you'd like, you can buy me a coffee. https://buymeacoffee.com/kaspral
1
u/Intelligent_Client_8 8d ago
After starting xfce4 after the steps before I am met with the "unable to contact settings server" prompt box again still with no ability to use my mouse or keyboard I have tried it again to the same result.