diff --git a/doc/reference/clutter/running-clutter.xml b/doc/reference/clutter/running-clutter.xml index 9d1dc63b3..081174431 100644 --- a/doc/reference/clutter/running-clutter.xml +++ b/doc/reference/clutter/running-clutter.xml @@ -26,6 +26,44 @@ + + CLUTTER_BACKEND + + Changes the windowing system backend used by Clutter. + The allowed values for this environment variable depend on + the configuration options used when compiling Clutter. The + available values are: + + x11, for the X11 backend + wayland, for the Wayland backend + win32, for the Windows backend + osx, for the MacOS X backend + gsk, for the GDK backend + eglnative, for the EGL/KMS backend + cex100, for the CEx100 backend + + All of the above options except for the eglnative + and cex100 backends also have an input backend. + + + + CLUTTER_INPUT_BACKEND + + Changes the input backend used by Clutter. + The allowed values for this environment variable depend on + the configuration options used when compiling Clutter. The + available values are: + + tslib + evdev + null + + This environment variable is only useful for setting the input + backend when using a windowing system backend that does not have an + input API, like the eglnative or the cex100 + windowing system backends. + + CLUTTER_SCALE