File: README

package info (click to toggle)
directvnc 0.7.5-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,172 kB
  • ctags: 2,228
  • sloc: sh: 7,336; ansic: 5,605; makefile: 76
file content (45 lines) | stat: -rw-r--r-- 1,702 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
DirectVNC README
------------

   DirectVNC is a client implementing the remote framebuffer protocol (rfb)
   which is used by VNC servers. If a VNC server is running on a machine you
   can connect to it using this client and have the contents of its display
   shown on your screen. Keyboard and mouse events are sent to the server, so
   you can basically control a VNC server remotely. There are servers (and
   other clients) freely available for all operating systems. To find out more
   about VNC check out its home on the web at AT&T labs. 
   
   www.uk.research.att.com/vnc/

   What makes DirectVNC different from other unix vnc clients is that it uses
   the linux framebuffer device through the DirectFB library which enables it
   to run on anything that has a framebuffer without the need for a running X
   server. This includes embedded devices. DirectFB even uses acceleration
   features of certain graphics cards. Find out all about DirectFB here:
   
   www.directfb.org

   DirectVNC basically provides a very thin VNC client for unix framebuffer
   systems.

Usage
-----
   directvnc server[:display#] [options]

   The server can be an IP address or a hostname. For a complete list of
   options see the man page or type directvnc -h.

Quitting
--------
   <ctrl-q> quits the client

Requirements
------------
   - DirectFB library available from convergence integrated media
     (www.directfb.org)
   - Linux kernel 2.4.x with working framebuffer device (check /proc/fb). This
     is actually a requirement of DirectFB but I thought I'd mention it here
     to save you disappointment.

See COPYING for license information and INSTALL for generic installation
instructions.