kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.12k stars 364 forks source link

Cursor Out of Sync/VNC Console Does Not Load #1153

Open jcsjourney2008 opened 7 years ago

jcsjourney2008 commented 7 years ago

Hello Kimchi

Part 1 - Okay, so I am new to a lot of virtualization but have been pretty handy at setting things up before. I have looked everywhere and when adding in the tablet define to the XML for the VM, it gives an error saying that the added define is invalid (this is when removing the P2P mouse from the define). I have resolved this by keeping the P2P mouse listed and just adding in the USB tablet, but the cursor is still out of sync with the client. This is when either using the VNC Client app on Mac OS or when using the web client (when it was working).

Command i ran to add in the define listed below - virsh edit OEM_Win7_Ult-vm-1

<input type='tablet' bus='usb'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/>

Part 2 - The web UI does nothing when pressing the view console button. It was working previously but it is not working now either. Not sure what other info I can provide for this other than I am using the most recent version of Chrome on Mac OS as well. Currently, the only way to access the VMs is through the desktop client which is practically unusable due to the cursor issue.

If you need anything to assist with this request, debug logs, etc please let me know. Thank you.