The virtual machine console viewer application code
Go to file
2008-03-07 12:53:56 -05:00
man Fix a few typos (Atsushi SAKAI) 2008-01-10 20:15:54 -05:00
plugin Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
src Added support for desktop scaling with OpenGL 2008-03-07 12:53:56 -05:00
.hgignore Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
acinclude.m4 Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
AUTHORS Refactor main method for viewer to prepare for plugin (Richard Jones 2008-01-25 16:14:34 -05:00
autobuild.sh Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
autogen.sh Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
ChangeLog New release 0.0.2 2007-08-28 20:25:43 -04:00
configure.ac Kill automake portability warnings. Use a config.h Cleanup misc build issues. Build with fatal compile warnings 2008-03-05 18:24:16 -05:00
COPYING Added COPYING/INSTALL files 2007-08-15 20:22:40 -04:00
INSTALL Added COPYING/INSTALL files 2007-08-15 20:22:40 -04:00
Makefile.am Added browser plugin (Richard Jones) 2008-01-25 16:27:04 -05:00
NEWS Fix a few typos (Atsushi SAKAI) 2008-01-10 20:15:54 -05:00
README Fix a few typos (Atsushi SAKAI) 2008-01-10 20:15:54 -05:00
virt-viewer.spec.in Added support for desktop scaling with OpenGL 2008-03-07 12:53:56 -05: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.

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

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

Virt 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