When I boot the tiny core iso in qemu, my mouse is not in sync.
Without networking the command is:
qemu-system-x86_64 -enable-kvm -m 512 -vnc :0 -cdrom tinycore.iso
As a work around I found a link on this forum saying to install Xorg. So I created a qcow2, installed tiny core to disk, installed Xorg from the package manager, and use the usb tablet device.
I can boot the virtual machine using:
qemu-system-x86_64 -enable-kvm -m 512 -usb -device usb-tablet -vnc :0 -hda tinycore.qcow
Now with Xorg when I connect using a vnc client my mouse is in sync, but the display is like I am looking through a view port. When I need to access the bottom part of my screen, I have to slide my mouse to the bottom and the screen slides down to showing me the bottom and hiding the top. It's like I'm trading one problem for another. Changing resolutions to something smaller than 1280x768 shrinks the view port even further. For example when I use xrandr and go to 1024x768 I can no longer access the right 30% of the screen.
Has anyone found a work around for this?