I see that Fedora is built on top of Wayland. I am not anti Wayland but I see some apps won’t work on it. Namely screen recording software that need Xorg to run. For the moment it’s not a big deal. I can simply reboot into windows to use some screen recording software and as much of my stuff is web-based I can still manage it. However being able to do it from within Fedora would be nice.
I am using the KDE spin of Fedora currently.
I suppose I could simply wait for screen recording software to catch up is Wayland is supposed to be the future from what I gather but most of the screencast software seem to recommend using Xorg.
As I say it’s not a big issue right now but I’m just thinking about the future so I am just curious about what other people are using to do this.
KDE-Plasma
On the bottom left you have the selector between Wayland (default) & X11.
On Gnome it is on the right side, you have a Gear where you can select several options. Also Wayland is default. You have to click first into the password field that the gear appears.
I’m running Xorg until Wayland matures a bit more, or until Nvidia fixes their proprietary drivers to be more compatible with Wayland. I made this change to default to X:
Open /etc/gdm/custom.conf
Uncomment the following line:
#WaylandEnable=false
Add the following line to the [daemon] section:
DefaultSession=gnome-xorg.desktop
Save the custom. conf file.
Logout or reboot to enter the new X11 session.