mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-21 20:08:12 +00:00
905ca7bf3f
This patch reimplements the nit_fb server using the server API and thereby enables the dynamic resizing the of the framebuffer. Note that the new implementation does not feature the ability to perform a periodic refresh via the 'refresh_rate' configuration argument. This feature was removed because the refresh policy can (and should) always be implemented on the client side.
10 lines
505 B
Plaintext
10 lines
505 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" />
|
|
|