The virtual machine console viewer application code
Go to file
2007-08-27 22:41:23 -04:00
man Added manual page 2007-07-20 15:59:19 -04:00
src Fixed delete-event handler args 2007-08-27 22:41:23 -04:00
.hgignore Initial commit 2007-07-20 15:26:08 -04:00
acinclude.m4 Initial commit 2007-07-20 15:26:08 -04:00
AUTHORS Fill out authors, news & readme 2007-08-15 20:14:44 -04:00
autobuild.sh Initial commit 2007-07-20 15:26:08 -04:00
autogen.sh Initial commit 2007-07-20 15:26:08 -04:00
ChangeLog Initial commit 2007-07-20 15:26:08 -04:00
configure.ac Added manual page 2007-07-20 15:59:19 -04:00
Makefile.am Added manual page 2007-07-20 15:59:19 -04:00
NEWS Fill out authors, news & readme 2007-08-15 20:14:44 -04:00
README Fill out authors, news & readme 2007-08-15 20:14:44 -04:00
virt-viewer.spec.in Fixed build requires & group. Removed exclusivearch 2007-08-15 20:18:51 -04:00

  Virt Viewer
  ===========

Virt Viewer provides a graphical viewer for the guest OS
display. At this time is supports guest OS using the VNC
protocol. Further protocols may be supported in the future
as user demand dicatates. The viewer can connect directly
to both local and remotely hosted guest OS, optionally 
using SSL/TLS encryption.

Viewer Viewer uses the GTK-VNC widget to provide a display
of the VNC protocol. This is available from

  http://gtk-vnc.sourceforge.net/

Viewer Viewer uses libvirt to lookup information about the
guest OS display. This is available from

  http://libvirt.org/

Further information about the Virt Viewer application can be
found on the Virt Manager website:

  http://virt-manager.org/

Feedback should be directed to the mailing list at 

  http://virt-manager.org/mailinglist.html

-- End