LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   if qemu dies, my mouse dies with it (https://www.linuxquestions.org/questions/linux-software-2/if-qemu-dies-my-mouse-dies-with-it-579041/)

eantoranz 08-22-2007 04:48 PM

if qemu dies, my mouse dies with it
 
How can I make my mouse come back to life if qemu died (while having the mouse grabbed) and killed my mouse along with it? Is there a command I can send to a proc file or something so that I don't have to restart my KDE session all along? :scratch:

PatrickNew 08-22-2007 08:05 PM

How do you mean that qemu "died"? Did it freeze up with the mouse grabbed? If so, try typing ctrl+alt. This will release the grab if what qemu is emulating crashed, but qemu itself has not. If that doesn't work, you can ctrl+alt+F1 to get to a terminal. There you will probably have to log in. Then type 'killall -9 qemu'. That should forcibly kill any process named qemu. If however, you mean that qemu terminated, but somehow never returned the mouse, then I don't know what to do but restart X.

eantoranz 08-22-2007 08:45 PM

The second case of the ones you named is the one I'm talking about. Normally a "segmentation fault" is what I see. :wink:

eantoranz 11-02-2007 10:30 PM

I just noticed there's just a little workaround: start qemu again, grab and de-grab the mouse. It will bring your mouse back to life.


All times are GMT -5. The time now is 10:15 AM.