diff options
Diffstat (limited to 'tools/qvfb/README')
-rw-r--r-- | tools/qvfb/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/qvfb/README b/tools/qvfb/README index 5f35b26..c627041 100644 --- a/tools/qvfb/README +++ b/tools/qvfb/README @@ -1,7 +1,7 @@ Qt/Embedded Virtual Framebuffer =============================== -Please note that the tqvfb program needs to be compiled with the X11 version +Please note that the qvfb program needs to be compiled with the X11 version of Qt. The virtual frame buffer allows a Qt/Embedded program to be developed on your @@ -16,20 +16,20 @@ framebuffer. To use the virtual framebuffer: 1. Ensure QT_NO_QWS_VFB is not set in qconfig.h (when you configure Qt, - add the -tqvfb option). -2. Start tqvfb (tqvfb should be compiled as a normal Qt/X11 application, + add the -qvfb option). +2. Start qvfb (qvfb should be compiled as a normal Qt/X11 application, NOT as a Qt/Embedded application!). 3. Start a Qt/Embedded server (i.e. construct QApplication with QApplication::GuiServer flag, or run a client with the -qws option). -tqvfb supports the following command line options: +qvfb supports the following command line options: [-width width] the width of the virtual framebuffer (default: 240). [-height height] the height of the virtual framebuffer (default: 320). [-depth depth] the depth of the virtual framebuffer (1,4,8 or 32, default: 8). [-nocursor] do not display the X11 cursor in the framebuffer window. [-qwsdisplay] the Qt/Embedded display ID, e.g. -qwsdisplay :1 (default :0). -[-skin skinfile] tells tqvfb to load a skin file, e.g. -skin pda.skin +[-skin skinfile] tells qvfb to load a skin file, e.g. -skin pda.skin Please refer to the file "pda.skin" for an example of what a skin file looks like. The format for skin files is: |