mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
12 lines
612 B
Plaintext
12 lines
612 B
Plaintext
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.
|