qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu
@ 2010-10-20  7:24 FredBezies
  2010-10-20  8:53 ` [Qemu-devel] [Bug 663713] " Michael Tokarev
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: FredBezies @ 2010-10-20  7:24 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
-net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
moving. Was working perfectly with Qemu 0.12.5.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
Mouse frozen under an emulated ubuntu
https://bugs.launchpad.net/bugs/663713
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500 -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
@ 2010-10-20  8:53 ` Michael Tokarev
  2010-10-20  9:04 ` [Qemu-devel] [Bug 663713] [NEW] " Gleb Natapov
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Michael Tokarev @ 2010-10-20  8:53 UTC (permalink / raw)
  To: qemu-devel

Works For Me (tm).

Mouse behavour changed in 0.13 (compared with 0.12) a bit - now, without
the usual in such cases -usbdevice tablet, guest mouse does not follow
host mouse, because they don't match anyway.  You have to switch to
guest (Ctrl+Alt, or hit mouse in guest window) to activate guest mouse.

** Changed in: qemu
       Status: New => Incomplete

-- 
Mouse frozen under an emulated ubuntu
https://bugs.launchpad.net/bugs/663713
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500 -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
  2010-10-20  8:53 ` [Qemu-devel] [Bug 663713] " Michael Tokarev
@ 2010-10-20  9:04 ` Gleb Natapov
  2010-10-20 11:58 ` [Qemu-devel] [Bug 663713] " FredBezies
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gleb Natapov @ 2010-10-20  9:04 UTC (permalink / raw)
  To: Bug 663713; +Cc: qemu-devel

On Wed, Oct 20, 2010 at 07:24:23AM -0000, FredBezies wrote:
> Public bug reported:
> 
> Qemu 0.13.0
> 
> Command line used :
> 
> qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
> -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
> -desktop-amd64.iso -boot d
> 
> When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
> moving. Was working perfectly with Qemu 0.12.5.
> 
Was working perfectly with Qemu 0.12.5 _and_ same kernel version?

--
			Gleb.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
  2010-10-20  8:53 ` [Qemu-devel] [Bug 663713] " Michael Tokarev
  2010-10-20  9:04 ` [Qemu-devel] [Bug 663713] [NEW] " Gleb Natapov
@ 2010-10-20 11:58 ` FredBezies
  2010-10-20 14:03 ` Gerd Hoffmann
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FredBezies @ 2010-10-20 11:58 UTC (permalink / raw)
  To: qemu-devel

Sorry, your "trick" doesn't work at all for me. I try to switch on / off
mouse capture in order to get it work. Nothing happens.

Any other idea ?

A freshly installed archlinux with gnome added works flawlessly.

-- 
Mouse frozen under an emulated ubuntu
https://bugs.launchpad.net/bugs/663713
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500 -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (2 preceding siblings ...)
  2010-10-20 11:58 ` [Qemu-devel] [Bug 663713] " FredBezies
@ 2010-10-20 14:03 ` Gerd Hoffmann
  2010-10-22  7:38 ` FredBezies
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gerd Hoffmann @ 2010-10-20 14:03 UTC (permalink / raw)
  To: qemu-devel

http://patchwork.ozlabs.org/patch/67168/

-- 
Mouse frozen under an emulated ubuntu
https://bugs.launchpad.net/bugs/663713
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500 -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (3 preceding siblings ...)
  2010-10-20 14:03 ` Gerd Hoffmann
@ 2010-10-22  7:38 ` FredBezies
  2011-04-09  2:20 ` Brad Hards
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FredBezies @ 2010-10-22  7:38 UTC (permalink / raw)
  To: qemu-devel

Well, looks like the patch was added on 20 october.

http://git.qemu.org/qemu.git/commit/?id=cd496926155afcb3b6323e70dd720dc118b3a255

With a little luck, it would be in Qemu 0.13.1.

Thanks for the URL and the patch.

Have a good day.

-- 
Mouse frozen under an emulated ubuntu
https://bugs.launchpad.net/bugs/663713
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: Incomplete

Bug description:
Qemu 0.13.0

Command line used :

qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500 -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10-desktop-amd64.iso -boot d

When I try to move mouse cursor in qemu, pointer is frozen. Nothing is moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (4 preceding siblings ...)
  2010-10-22  7:38 ` FredBezies
@ 2011-04-09  2:20 ` Brad Hards
  2011-04-09  3:25 ` FredBezies
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Brad Hards @ 2011-04-09  2:20 UTC (permalink / raw)
  To: qemu-devel

Fred,

Can you test a current version  and confirm that everything is OK now?

Brad

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Incomplete

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (5 preceding siblings ...)
  2011-04-09  2:20 ` Brad Hards
@ 2011-04-09  3:25 ` FredBezies
  2011-04-09  3:26 ` FredBezies
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FredBezies @ 2011-04-09  3:25 UTC (permalink / raw)
  To: qemu-devel

Long dead. Now, I have another problem. Not working input box.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Incomplete

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (6 preceding siblings ...)
  2011-04-09  3:25 ` FredBezies
@ 2011-04-09  3:26 ` FredBezies
  2011-04-09  3:52 ` Brad Hards
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: FredBezies @ 2011-04-09  3:26 UTC (permalink / raw)
  To: qemu-devel

I forget to say : it is a gwibber bug I was thinking about ;)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Incomplete

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (7 preceding siblings ...)
  2011-04-09  3:26 ` FredBezies
@ 2011-04-09  3:52 ` Brad Hards
  2011-04-09  4:13 ` FredBezies
  2011-04-09  4:34 ` Brad Hards
  10 siblings, 0 replies; 12+ messages in thread
From: Brad Hards @ 2011-04-09  3:52 UTC (permalink / raw)
  To: qemu-devel

I'm not sure I understand you. I'm confused about whether you think qemu
is "dead", or the bug is "dead", and what the relationship with gwibber
is.

Can you state whether, in your opinion / experience, a current version
of qemu still has this bug or not?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Incomplete

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (8 preceding siblings ...)
  2011-04-09  3:52 ` Brad Hards
@ 2011-04-09  4:13 ` FredBezies
  2011-04-09  4:34 ` Brad Hards
  10 siblings, 0 replies; 12+ messages in thread
From: FredBezies @ 2011-04-09  4:13 UTC (permalink / raw)
  To: qemu-devel

Sorry :)

I have some big problems with gwibber, and I thought (need some coffee)
that it was the gwibber bug I reported.

Bug is long dead. I think I stopped seeing it during 0.14.0 development
time.

And I as am using a git version of qemu and ubuntu when I want to
flawlessly, we can say : dead bug ;)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Incomplete

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Qemu-devel] [Bug 663713] Re: Mouse frozen under an emulated ubuntu
  2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
                   ` (9 preceding siblings ...)
  2011-04-09  4:13 ` FredBezies
@ 2011-04-09  4:34 ` Brad Hards
  10 siblings, 0 replies; 12+ messages in thread
From: Brad Hards @ 2011-04-09  4:34 UTC (permalink / raw)
  To: qemu-devel

0.14 is out, so close bug report.

** Changed in: qemu
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/663713

Title:
  Mouse frozen under an emulated ubuntu

Status in QEMU:
  Fix Released

Bug description:
  Qemu 0.13.0

  Command line used :

  qemu-system-x86_64 --enable-kvm -localtime -soundhw all -k fr -m 1500
  -net user -net nic,model=rtl8139 -hda disk.img -cdrom ubuntu-10.10
  -desktop-amd64.iso -boot d

  When I try to move mouse cursor in qemu, pointer is frozen. Nothing is
  moving. Was working perfectly with Qemu 0.12.5.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-04-09  4:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  7:24 [Qemu-devel] [Bug 663713] [NEW] Mouse frozen under an emulated ubuntu FredBezies
2010-10-20  8:53 ` [Qemu-devel] [Bug 663713] " Michael Tokarev
2010-10-20  9:04 ` [Qemu-devel] [Bug 663713] [NEW] " Gleb Natapov
2010-10-20 11:58 ` [Qemu-devel] [Bug 663713] " FredBezies
2010-10-20 14:03 ` Gerd Hoffmann
2010-10-22  7:38 ` FredBezies
2011-04-09  2:20 ` Brad Hards
2011-04-09  3:25 ` FredBezies
2011-04-09  3:26 ` FredBezies
2011-04-09  3:52 ` Brad Hards
2011-04-09  4:13 ` FredBezies
2011-04-09  4:34 ` Brad Hards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).