...
Abiquo uses TightVNC to provide user connections to virtual machines through the eye icon.
By default, you can configure TightVNC for Abiquo in the file:
Code Block |
---|
/opt/abiquo/tomcat/webapps/client-premium/tightvnc/tightvnc.html |
Recommended Settings
Code Block |
---|
appletCode += "<param name=\"Scaling factor\" value=\"90\">; appletCode += "<param name=\"Open new window\" value=\"Yes\">"; inputtype='tablet' bus='usb' |
Is "inputtype=" correct?
International Keyboards and Apple Macintosh
When using international keyboards or Apple Macintosh computers, change the value of the ConvertToASCII parameter to "no", as shown here.
appletCode += "<param name=\"ConvertToASCII\" value=\"no\">";
Mouse Pointer Accuracy
- The default default inputtype is is mouse and and PS2. This provides the most widely compatible pointing device.
- The most accurate inputtype is is tablet and and USB.
- When testing VNC, do the following tests for every operating system:
- movement
- three mouse buttons
- scroll wheel
References