I was advised to uninstall Wacom tablet drivers (before installing tablet drivers for another brand) and so I did uninstall libwacom. Which resulted in complete uninstall of Gnome (Because libwacom did come with gnome apparently.)
When I boot up the system I can log in to TTY with CTRL+ALT+F2.
I reinstalled Gnome with sudo pacman -S gdm and after sudo pacman -Syyu and sudo systemctl enable gdm.service was able to log in once into Gnome Environment. After a restart Gnome is unavailable again.
/etc/X11/xinit/xserverrc: line 2: /usr/bin/X: No such file or directory
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
I hope anyone can help me get my GUI back. This is beyond my Linux knowledge.
Thanks a lot in advance!
That should re-install Gnome and all of its dependencies, including the required dependency libinput which will also reinstall libwacom, as that is a required dependency of libinput.
Unfortunately that did not resolve the problem.
Mutter is installed now. All the other things like libinput and libwacom were already installed with the sudo pacman -Syyu I guess. But the problem persists.
Well, the manufacturer of my new drawing tablet stated that any other software and driver from other drawing tablets should be removed to avoid compatibility issues.
I removed it by sudo pacman -Rsc libwacom
Fair enough… I wasn’t attentive enough. I’ll be more careful from now on.
Actually I have my system up and running again thanks to the both of you @Yochanan, @scotty65 !
It was needed to do this:
sudo pacman -Syu --needed gnome gnome-extra
and additionally this:
sudo pacman -S --needed xorg
systemctl enable gdm
After a reboot mostly everything is fine now.
Thanks a lot! You saved me from a system reinstallation!