Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/dynamic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'help/rest/dynamic.txt')
-rw-r--r--help/rest/dynamic.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/help/rest/dynamic.txt b/help/rest/dynamic.txt
new file mode 100644
index 0000000..85b5e8a
--- /dev/null
+++ b/help/rest/dynamic.txt
@@ -0,0 +1,36 @@
+.. _dynamic:
+.. _nodynamic:
+.. _dynamicanimation:
+.. _dynamicnew:
+.. _fastmode:
+
+.. index::
+ pair: menu item; Dynamic resolution
+ pair: command line option; fastmode
+ pair: command; fastmode
+
+Dynamic resolution
+==================
+
+**Syntax**:(fastmode keyword)
+
+XaoS performs many optimizations, but fairly often this is not enough. In order
+to keep a high framerate, XaoS automatically lowers the resolution of the
+image, increasing it when there is time for more calculation. This feature is
+enabled by default when animating, but you might also like to enable it for new
+images (which makes the image 'come into focus' when it is recalculated from
+scratch for whatever reason), or disable it completely if you don't like it.
+
+In the scripting languge, the keyword should be one of the following:
+
+'never
+
+ Disable dynamic resolution
+
+'animate
+
+ Use only for animations (default)
+
+'new
+
+ Use also for new images