diff options
Diffstat (limited to 'doc/man/man1/qvfb.1')
-rw-r--r-- | doc/man/man1/qvfb.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man1/qvfb.1 b/doc/man/man1/qvfb.1 index acf02e1..0ae800d 100644 --- a/doc/man/man1/qvfb.1 +++ b/doc/man/man1/qvfb.1 @@ -1,7 +1,7 @@ -.TH "tqvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" +.TH "qvfb" "1" "3.0.3" "Troll Tech AS, Norway." "" .SH "NAME" .LP -tqvfb \- Virtual framebuffer for Qt +qvfb \- Virtual framebuffer for Qt .SH "DESCRIPTION" .LP The virtual framebuffer allows Qt/Embedded programs to be @@ -19,7 +19,7 @@ driver, e.g.: You may prefer to set the QWS_DISPLAY environment variable to be QVFb:0. -tqvfb supports the following command line options: +qvfb supports the following command line options: \-width width: the width of the virtual framebuffer (default: 240). @@ -36,7 +36,7 @@ tqvfb supports the following command line options: The virtual framebuffer emulates a framebuffer using a shared memory region (the virtual frame buffer) and a -utility to display the framebuffer in a window (tqvfb). +utility to display the framebuffer in a window (qvfb). The regions of the display that have changed are updated periodically, so you will see discrete snapshots of the framebuffer rather than each individual drawing @@ -45,12 +45,12 @@ flickering may not be apparent until the program is run using a real framebuffer. The target refresh rate can be set via the "View|Refresh -Rate" menu item. This will cause tqvfb to check for +Rate" menu item. This will cause qvfb to check for updated regions more quickly. The rate is a target only. If little drawing is being done, the framebuffer will not show any updates between drawing events. If an application is displaying an animation the updates will -be frequent, and the application and tqvfb will compete +be frequent, and the application and qvfb will compete for processor time. Mouse and keyboard events are passed to the Qt/Embedded |