Has anybody any experiences with that? What needs to be done?
I had a quick look at the dependency graph on my system and it seems that x11-base/xorg-server is required by the following packages
Code: Select all
media-libs/libglvnd (X ? x11-base/xorg-server[xvfb])
www-client/firefox (X ? x11-base/xorg-server[xvfb])
x11-base/xorg-drivers (input_devices_libinput ? >=x11-base/xorg-server-21.1[udev])
(video_cards_intel ? >=x11-base/xorg-server-21.1[-minimal])
x11-drivers/xf86-input-libinput (>=x11-base/xorg-server-1.20[xorg])
(x11-base/xorg-server)
x11-drivers/xf86-video-amdgpu (x11-base/xorg-server[-minimal])
(>=x11-base/xorg-server-1.20[xorg])
x11-drivers/xf86-video-ati (x11-base/xorg-server[-minimal])
(>=x11-base/xorg-server-1.20[xorg])
x11-drivers/xf86-video-intel (x11-base/xorg-server[-minimal])
(>=x11-base/xorg-server-1.20[xorg])
x11-misc/sddm (X ? x11-base/xorg-server)- (End-user) applications which use the X use flag to be run on top of X, but which are also happy with Wayland (such as SDDM, Firefox, LibreOffice, etc.)
- Libraries which use the X use flag to enable support for the X server but which is meaningless, if no X server is actually running
- Libraries which use the X use flag to provide X support for X application and which are still needed for XWayland
So my question basically boils down whether anybody has already investigated which packages still actually need the X use flag such that there is no loss of functionality under Wayland/XWayland.

