From: Matthias Clasen Date: Mon, 7 May 2018 02:06:35 +0000 (-0400) Subject: Document the GSK_RENDERER environment variable X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~306 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5469bf0773371447b3e6b5af8853d522e2c2d0c4;p=gtk4.git Document the GSK_RENDERER environment variable Just the usual pre-release doc fixups. --- diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml index e10028226f..fdf2da81d9 100644 --- a/docs/reference/gtk/running.sgml +++ b/docs/reference/gtk/running.sgml @@ -162,10 +162,10 @@ additional environment variables. Linux and Unix, and the ';' character on Windows. - Note that this environment variable is read by GTK+ 2.x too, which - makes it unsuitable for setting it system-wide (or session-wide), - since doing so will cause either GTK+ 2.x applications or GTK+ 3 - applications to see incompatible modules. + Note that this environment variable is read by GTK+ 2.x and GTK+ 3.x too, + which makes it unsuitable for setting it system-wide (or session-wide), + since doing so will cause applications using different GTK+ versions + to see incompatible modules. @@ -453,6 +453,33 @@ nevertheless. + + <envar>GSK_RENDERER</envar> + + + If set, selects the GSK renderer to use. The following renderers can + be selected, provided they are included in the GSK libraries you are using: + + + + vulkan + Selects the Vulkan renderer + + + + gl + Selects the Vulkan renderer + + + + cairo + Selects the cairo renderer + + + + + + <envar>GTK_CSD</envar>