Linux desktop display protocol fragmentation (X11 vs Wayland)
6/10 MediumDevelopers must support multiple display protocols—X11 and Wayland—as Linux transitions from X11 to Wayland. Not all distributions have fully adopted Wayland, and XWayland compatibility is inconsistent, causing software to run less smoothly than on X11.
Sources
Collection History
When setting the MTU, some platforms (like Classic IOS) do not consider the Layer 2 header, while others (like IOS-XR) do. The default MTU of 1500 for an Ethernet interface on Classic IOS is equivalent to the default Ethernet MTU 1514 on IOS-XR.
A few folks remain confused by this change and what it means... most users didn't notice or don't care
Developing Linux desktop applications is hard because of the fragmentation of the Linux desktop environment. There are multiple display protocols, like X11 and Wayland, that they need to think of... This can cause compatibility issues for software developers.