X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=8564c854f5d60e4249a06edd7727c0d8d645a5db;hb=e4ec2b7ca040989ab38f86144116217312c260b5;hp=624e9b4de2da5b298807f150cbabd2facbdb01b9;hpb=f45e2c78650af3529cae3c7a3603a3bbb7d505f9;p=profile%2Fivi%2Flayer-management.git diff --git a/README b/README index 624e9b4..8564c85 100644 --- a/README +++ b/README @@ -199,14 +199,6 @@ Supported Build Options Option: -DWITH_FORCE_COPY=ON or -DWITH_FORCE_COPY=OFF -- Build with XTHREAD support, switches continous rendering to event based rendering - Option: -DWITH_XTHREADS=ON or - -DWITH_XTHREADS=OFF - -- Build with INPUT EVENT support, switches input forwarding of events on - Option: -DWITH_INPUT_EVENTS=ON or - -DWITH_INPUT_EVENTS=OFF - - Build available tests Option: -DWITH_TESTS=ON or -DWITH_TESTS=OFF @@ -219,11 +211,11 @@ Supported Build Options GLXRenderer (X11Renderer.so) which is normaly used for a Desktop, VMWare Image and GMA500 based Headunits - cmake / -DWITH_DESKTOP=ON -DWITH_GLX_EXAMPLE=ON -DWITH_XTHREADS=ON -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=OFF -DWITH_X11_GLES=OFF + cmake / -DWITH_DESKTOP=ON -DWITH_GLX_EXAMPLE=ON -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=OFF -DWITH_X11_GLES=OFF X11GLESRenderer which is used on more embedded device which are supporting EGL and OpenGL ES 2.0 - cmake / -DWITH_DESKTOP=OFF -DWITH_GLX_EXAMPLE=OFF -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=ON -DWITH_X11_GLES=ON -DWITH_XTHREADS=ON + cmake / -DWITH_DESKTOP=OFF -DWITH_GLX_EXAMPLE=OFF -DWITH_TESTS=OFF -DWITH_EGL_EXAMPLE=ON -DWITH_X11_GLES=ON Change the Environment during Runtime ===================================== @@ -280,15 +272,23 @@ OpenGL ES Example OpenGL Example #> GLX11ApplicationExample & -3. Running LayerManagerToolBox +3. Running LayerManagerControl -The LayerManagerToolbox can be used to change and debug +The LayerManagerControl can be used to change and debug the runtime behaviour of the service. Please Call : -LayerManagerToolBox -? to see the expected parameter - -Example LayerManagerToolBox --change-surface sid:[0xa],src:[0,0,320,240],dest:[0,0,800,480],o:[1.0],v:[1] +LayerManagerControl without arguments to see a list of supported commands + +Examples + LayerManagerControl get scene + LayerManagerControl get layers + LayerManagerControl get layer 1000 + LayerManagerControl get surfaces + LayerManagerControl get surface 0xa + LayerManagerControl analyze surface 10 + LayerManagerControl scatter + LayerManagerControl watch surface 0xa precondition : @@ -298,5 +298,5 @@ LayerManagerService Running run: #> export DISPLAY=:0 #> export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib -#> LayerManagerToolbox [options] +#> LayerManagerControl [command]