Here follows a short addition.
If someone is interested in more X11 related information the following command may help:
sudo Xorg -version
or just
sudo X -version
In my case regarding Kubuntu 22.04 LTS this will give:
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
Current Operating System: Linux test-iMac 5.15.0-87-generic #97-Ubuntu SMP Mon Oct 2 21:09:21 UTC 2023 x86_64
Kernel command line: ro root=UUID=0611c7b6-3d07-4592-b622-d3240df90979 quiet splash vt.handoff=7 initrd=boot\initrd.img
xorg-server 2:21.1.4-2ubuntu1.7~22.04.1 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
X11
is always installed by default unless you manually removed it. Also this looks like an XY Problem: https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem – Tooniis Feb 16 '18 at 11:12dpkg -l | grep xorg
. If you want to check if x11 is currently running (if logged in) then runecho $XDG_SESSION_TYPE
. Paste the output. – marko Feb 16 '18 at 11:32WaylandEnabled = false
– Robert Riedl Feb 16 '18 at 12:25