Alessandro Sardo wrote: > Hello list, > > I am experiencing the following problem with the latest KVM release. > Whenever I start a guest and click on its window, the mouse cursor will > "disappear" (actually, it just gets stuck in one of the corners and will > not move away from there). So, mouse inside the guest is totally unusable. > > Here is some basic info: > > * CPU model: Intel Core 2 Duo > * KVM version: KVM-28 > * Host: RHEL5 x86_64, kernel 2.6.18-8.1.6 > * Guest: RHEL5 x86_64 > * qemu command line: qemu -hda VM_test.img -cdrom RHEL5_x86_64.iso -boot > d -m 512 > * the problem DOES appear with the -no-kvm switch as well > > I can reproduce my problem by following these steps: > > * create a guest image > * start a RHEL5/CentOS5 installation > * wait for Anaconda to finish configuring the Xorg server (the mouse > cursor will be visible in the middle of the window) > * click on the window and move the mouse - the cursor will get stuck on > one of the corners and not move anymore > > I would like to point out that I have used KVM-26 on top of RHEL5's > kernel 2.6.18-8.1.3 for weeks without any problem. Today, I upgraded > both KVM and kernel to their latest versions and something broke. Last > thing, typing dmesg I get this line: > >
Looks like the guest no longer recognizes the mouse. Can you post the guest's dmesg, and Xorg.0.log? We need to see whether the guest image, kvm, or the host kernel is broken. Does downgrading kvm and/or the host kernel correct the problem? ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
