documentation improvements for 16.08
This commit is contained in:
committed by
Norman Feske
parent
a540f55512
commit
ed41139096
@@ -1,4 +1,3 @@
|
||||
The 'fb_upscale' server scales a fixed-resolution framebuffer client session
|
||||
to a larger parent framebuffer session. The scaling is linear at a ratio of
|
||||
1:1 across the x and y axis. Clients must supply their native resolution at
|
||||
the time of session creation.
|
||||
to a larger parent framebuffer session. The scaling is linear across height and
|
||||
and width. Clients must supply their native resolution at the time of session creation.
|
||||
|
||||
@@ -1,17 +1,22 @@
|
||||
Rom_fallback serves ROM sessions by opening sessions at its parent
|
||||
using a list of labels, returning the first successfully opened sessions.
|
||||
Rom_fallback serves ROM sessions by opening sessions at its parent using
|
||||
a list of labels and returning the first successfully opened session.
|
||||
|
||||
In the following configuration example an attempt is made to forwarded a
|
||||
session from the parent before the sibling 'fs_rom'.
|
||||
In the following configuration example an attempt is made to forward
|
||||
sessions from the parent with a fallback at the sibling 'fs_rom'.
|
||||
! <start name="rom_fallback">
|
||||
! <.../>
|
||||
! <config>
|
||||
! <fallback/>
|
||||
! <fallback/> <!-- no label prefix -->
|
||||
! <fallback label="fs"/>
|
||||
! </config>
|
||||
! <route>
|
||||
! <service name="ROM" label_prefix="fs ->">
|
||||
!
|
||||
! <service name="ROM" label_prefix="fs ->"> <!-- prefixed route -->
|
||||
! <child name="fs_rom"/> </service>
|
||||
! <any-service> <parent/> </any-service>
|
||||
!
|
||||
! <service name="ROM"> <!-- default route -->
|
||||
! <parent/> </service>
|
||||
!
|
||||
! <.../>
|
||||
! </route>
|
||||
! </start>
|
||||
|
||||
Reference in New Issue
Block a user