author | spiralman <spiralman> | 2002-11-11 18:57:48 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-11-11 18:57:48 (UTC) |
commit | b85126775b8c8ad5daf6a817cc90ca7c52fc2be1 (patch) (unidiff) | |
tree | 37514675339ac18ae0197b4c83eeff7af12faae8 | |
parent | 94cc15c14d0a15dd21258730d058f72dae730cf4 (diff) | |
download | opie-b85126775b8c8ad5daf6a817cc90ca7c52fc2be1.zip opie-b85126775b8c8ad5daf6a817cc90ca7c52fc2be1.tar.gz opie-b85126775b8c8ad5daf6a817cc90ca7c52fc2be1.tar.bz2 |
added keypebble docs from treke
-rw-r--r-- | docs/usermanual/keypebble.sgm | 63 | ||||
-rw-r--r-- | docs/usermanual/usermanual.sgm | 2 |
2 files changed, 65 insertions, 0 deletions
diff --git a/docs/usermanual/keypebble.sgm b/docs/usermanual/keypebble.sgm new file mode 100644 index 0000000..a4ebfdf --- a/dev/null +++ b/docs/usermanual/keypebble.sgm | |||
@@ -0,0 +1,63 @@ | |||
1 | <chapter><title>VNC Viewer</title> | ||
2 | <para> | ||
3 | The OPIE VNC Viewer allows you to connect to servers that are compatible with | ||
4 | the Remote Frame Buffer (RFB) protocol, most commonly used by the VNC remote | ||
5 | access software. | ||
6 | </para> | ||
7 | |||
8 | <section><title>Adding a bookmark</title> | ||
9 | <para> | ||
10 | To add a new bookmark to your bookmark list, lick the New icon on the | ||
11 | window's toolbar. The "VNC Viewer Connection" dialog will appear. Enter the | ||
12 | hostname or IP address of the computer you would like to connect to in the | ||
13 | "Host Name" field. In the "Display Number" field, enter the number of the | ||
14 | display you would like to connect to. If you are connecting to a Windows or | ||
15 | Mac OS server, you typically select display 0. Unix servers typically use | ||
16 | display 1 or higher. You must also enter the password for the server you | ||
17 | would like to connect to if it requires one. If you are having difficulties | ||
18 | entering the password, you can select "Show Password" to show the password | ||
19 | you are entering. You must also add a descriptive name for the bookmark if | ||
20 | you would like it to be saved. You can then either select the OK button to | ||
21 | save the bookmark and connect to the server, or the cancel button to return | ||
22 | to the bookmark list. | ||
23 | </para> | ||
24 | </section> | ||
25 | <section><title>Connecting to a bookmarked server</title> | ||
26 | <para> | ||
27 | To connect to a server that has already been bookmarked, select the bookmark | ||
28 | from the list and press the "Open" icon on the toolbar. The "VNC Viewer | ||
29 | Connection" dialog will appear, and you will have the chance to modify the | ||
30 | bookmark before actually connecting. Pressing the OK button will connect to | ||
31 | the server, and pressing the cancel button will return to the bookmark list. | ||
32 | </para> | ||
33 | </section> | ||
34 | <section><title>Deleting a bookmark</title> | ||
35 | <para> | ||
36 | To delete a bookmark, choose the bookmark that you would like to delete, and | ||
37 | select the delete item from the toolbar. | ||
38 | </para> | ||
39 | </section> | ||
40 | <section><title>Advanced Connection Options</title> | ||
41 | <para> | ||
42 | In addition to the display number, hostname, and password, you can choose many | ||
43 | advanced options from the "VNC Viewer Connection" dialog box that will affect | ||
44 | the performance of the connection. | ||
45 | </para> | ||
46 | <para> | ||
47 | On the options tab you can set the delay in between requesting updates to the | ||
48 | screen, a higher value will result in a more up to date screen, but you will | ||
49 | use more bandwidth. You can also choose to restrict your connection to 8 bit | ||
50 | color, which is much faster than using the color depth of the remote server | ||
51 | at the cost of image quality. Requesting a shared session tells the RFB server | ||
52 | that you are willing to let other users connect at the same time. You can use | ||
53 | the scaling factor on fit more of the remote screen into the space available on | ||
54 | your PDA, if you are willing to accept the performance hit involved in the | ||
55 | scaling. | ||
56 | </para> | ||
57 | <para> | ||
58 | The Encodings tab allows you to select which of the supported encodings you would | ||
59 | would like the VNC Viewer to use to communicate with the remote server. In most | ||
60 | cases you don't need to modify anything on this tab. | ||
61 | </para> | ||
62 | </chapter> | ||
63 | |||
diff --git a/docs/usermanual/usermanual.sgm b/docs/usermanual/usermanual.sgm index 960e426..2fdeb30 100644 --- a/docs/usermanual/usermanual.sgm +++ b/docs/usermanual/usermanual.sgm | |||
@@ -1,40 +1,42 @@ | |||
1 | <!DOCTYPE book PUBLIC "-OASIS//DTD DocBook V4.2//EN" [ | 1 | <!DOCTYPE book PUBLIC "-OASIS//DTD DocBook V4.2//EN" [ |
2 | <!ENTITY arrow "-->"> | 2 | <!ENTITY arrow "-->"> |
3 | <!ENTITY whatis SYSTEM "whatisopie.sgm"> | 3 | <!ENTITY whatis SYSTEM "whatisopie.sgm"> |
4 | <!ENTITY installation SYSTEM "installation.sgm"> | 4 | <!ENTITY installation SYSTEM "installation.sgm"> |
5 | <!ENTITY gettingaround SYSTEM "gettingaround.sgm"> | 5 | <!ENTITY gettingaround SYSTEM "gettingaround.sgm"> |
6 | <!ENTITY upgrading SYSTEM "upgrading.sgm"> | 6 | <!ENTITY upgrading SYSTEM "upgrading.sgm"> |
7 | <!ENTITY contacts SYSTEM "contacts.sgm"> | 7 | <!ENTITY contacts SYSTEM "contacts.sgm"> |
8 | <!ENTITY calendar SYSTEM "calendar.sgm"> | 8 | <!ENTITY calendar SYSTEM "calendar.sgm"> |
9 | <!ENTITY todo SYSTEM "todo.sgm"> | 9 | <!ENTITY todo SYSTEM "todo.sgm"> |
10 | <!ENTITY filemanager SYSTEM "filemanager.sgm"> | 10 | <!ENTITY filemanager SYSTEM "filemanager.sgm"> |
11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> | 11 | <!ENTITY embeddedkonsole SYSTEM "embeddedkonsole.sgm"> |
12 | <!ENTITY software SYSTEM "software.sgm"> | 12 | <!ENTITY software SYSTEM "software.sgm"> |
13 | <!ENTITY today SYSTEM "today.sgm"> | 13 | <!ENTITY today SYSTEM "today.sgm"> |
14 | <!ENTITY irda SYSTEM "irda.sgm"> | 14 | <!ENTITY irda SYSTEM "irda.sgm"> |
15 | <!ENTITY keypebble SYSTEM "keypebble.sgm"> | ||
15 | ]> | 16 | ]> |
16 | <book><title>Opie User Manual</title> | 17 | <book><title>Opie User Manual</title> |
17 | <bookinfo><authorgroup><collab> | 18 | <bookinfo><authorgroup><collab> |
18 | <collabname>The Opie Team</collabname> | 19 | <collabname>The Opie Team</collabname> |
19 | </collab></authorgroup></bookinfo> | 20 | </collab></authorgroup></bookinfo> |
20 | <part><title>Getting Started</title> | 21 | <part><title>Getting Started</title> |
21 | &whatis; | 22 | &whatis; |
22 | &installation; | 23 | &installation; |
23 | &gettingaround; | 24 | &gettingaround; |
24 | &upgrading; | 25 | &upgrading; |
25 | </part> | 26 | </part> |
26 | <part><title>Applications</title> | 27 | <part><title>Applications</title> |
27 | &contacts; | 28 | &contacts; |
28 | &calendar; | 29 | &calendar; |
29 | &todo; | 30 | &todo; |
30 | &today; | 31 | &today; |
31 | &filemanager; | 32 | &filemanager; |
32 | &embeddedkonsole; | 33 | &embeddedkonsole; |
34 | &keypebble; | ||
33 | </part> | 35 | </part> |
34 | <part><title>Settings</title> | 36 | <part><title>Settings</title> |
35 | &software; | 37 | &software; |
36 | </part> | 38 | </part> |
37 | <part><title>Applets</title> | 39 | <part><title>Applets</title> |
38 | &irda; | 40 | &irda; |
39 | </part> | 41 | </part> |
40 | </book> | 42 | </book> |