diff --git a/documentation/src/wayland.dox b/documentation/src/wayland.dox
index 7afca71d4..353509e45 100644
--- a/documentation/src/wayland.dox
+++ b/documentation/src/wayland.dox
@@ -518,6 +518,18 @@ that scales the graphics driver by this factor with \c cairo_scale().
Overall, an FLTK object, say an Fl_Window, of size \c WxH FLTK units occupies
W * wld_scale * gui_scale x H * wld_scale * gui_scale pixels on the display.
+
Fractional scaling
+The KDE compositor, and gnome too if specially set, allow to use fractional scaling
+that can take values between 100% and 200%. Wayland implements this rendering all
+wl_surface's as if the scaling was at 200%, and downsizing them
+to the desired fractional scale value at the compositing stage.
+Seen from FLTK, everything runs as when wld_scale = 2. These commands make gnome
+accept fractional scaling, and turn that off:
+\code
+gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
+gsettings reset org.gnome.mutter experimental-features
+\endcode
+
\section wayland-mouse Mouse and trackpad handling