genode/os/src/server/nit_fb
Norman Feske 7217ea14d8 nit_fb: Respond to config changes at runtime
This patch enables 'nit_fb' to respond to dynamic changes of its
configuration, in particular the view position and refresh rate.
2013-01-15 10:18:11 +01:00
..
main.cc nit_fb: Respond to config changes at runtime 2013-01-15 10:18:11 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk nit_fb: Respond to config changes at runtime 2013-01-15 10:18:11 +01:00

The 'nit_fb' server provides a single session of the 'Input' and 'Framebuffer'
services by presenting a Nitpicker view at a predefined screen position. If
instantiated multiple times, it can be used to statically arrange multiple
virtual frame buffers on one physical screen. The size and screen position
of each 'nit_fb' instance can be defined via Genode's configuration mechansim
using the following attributes of the 'nit_fb' config node:

! <config xpos="100" ypos="150" width="300" height="200" refresh_rate="25"/>

If 'refresh_rate' isn't set the server will not trigger any refresh operations
by itself.