qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window
@ 2020-08-03 22:30 Adriano Marto Reis
  2021-05-08  5:55 ` [Bug 1890208] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Adriano Marto Reis @ 2020-08-03 22:30 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The host mouse pointer disappears when it is over a console window.

I am emulating quite simple hardware: just text console and no mouse. I
don't expect the mouse to have any effect on the emulated computers, but
I need to know where the mouse pointer is. That is  important because I
need to use the mouse to switch between applications and to switch
between virtual machines (QEMU grabs Alt+Tab events). Also, it is quite
tricky to work with multiple screens when we don't know where the mouse
pointer is.

I am using:
* Virtual Machine Manager 2.2.1
* QEMU 4.2.0
* Fedora 32
* KDE Plasma 5.18.5

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  Mouse pointer disappears when it is over console window

Status in QEMU:
  New

Bug description:
  The host mouse pointer disappears when it is over a console window.

  I am emulating quite simple hardware: just text console and no mouse.
  I don't expect the mouse to have any effect on the emulated computers,
  but I need to know where the mouse pointer is. That is  important
  because I need to use the mouse to switch between applications and to
  switch between virtual machines (QEMU grabs Alt+Tab events). Also, it
  is quite tricky to work with multiple screens when we don't know where
  the mouse pointer is.

  I am using:
  * Virtual Machine Manager 2.2.1
  * QEMU 4.2.0
  * Fedora 32
  * KDE Plasma 5.18.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1890208/+subscriptions


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

* [Bug 1890208] Re: Mouse pointer disappears when it is over console window
  2020-08-03 22:30 [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window Adriano Marto Reis
@ 2021-05-08  5:55 ` Thomas Huth
  2021-05-10  0:23 ` Adriano Marto Reis
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-08  5:55 UTC (permalink / raw)
  To: qemu-devel

Does your emulated machine have a graphics card (VGA or something
similar)? If so, you might need to remove it from the guest. Also, have
you tried to report this issue to the virt-manager project first?

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

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

Title:
  Mouse pointer disappears when it is over console window

Status in QEMU:
  Incomplete

Bug description:
  The host mouse pointer disappears when it is over a console window.

  I am emulating quite simple hardware: just text console and no mouse.
  I don't expect the mouse to have any effect on the emulated computers,
  but I need to know where the mouse pointer is. That is  important
  because I need to use the mouse to switch between applications and to
  switch between virtual machines (QEMU grabs Alt+Tab events). Also, it
  is quite tricky to work with multiple screens when we don't know where
  the mouse pointer is.

  I am using:
  * Virtual Machine Manager 2.2.1
  * QEMU 4.2.0
  * Fedora 32
  * KDE Plasma 5.18.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1890208/+subscriptions


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

* [Bug 1890208] Re: Mouse pointer disappears when it is over console window
  2020-08-03 22:30 [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window Adriano Marto Reis
  2021-05-08  5:55 ` [Bug 1890208] " Thomas Huth
@ 2021-05-10  0:23 ` Adriano Marto Reis
  2021-05-10  0:27 ` Adriano Marto Reis
  2021-06-18 16:06 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Adriano Marto Reis @ 2021-05-10  0:23 UTC (permalink / raw)
  To: qemu-devel

The emulated machine (guest) has the following graphics card, according to lspci:
00:01.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card (rev 04)

The host machine has the following graphics card:
01:00.0 VGA compatible controller: NVIDIA Corporation GM107GLM [Quadro M1000M] (rev a2)

I haven't tried to report the issue to virt-manager, but I have another
computer running Debian with a similar setup and the problem does not
happen there.

** Bug watch added: github.com/virt-manager/virt-manager/issues #251
   https://github.com/virt-manager/virt-manager/issues/251

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

Title:
  Mouse pointer disappears when it is over console window

Status in QEMU:
  Incomplete

Bug description:
  The host mouse pointer disappears when it is over a console window.

  I am emulating quite simple hardware: just text console and no mouse.
  I don't expect the mouse to have any effect on the emulated computers,
  but I need to know where the mouse pointer is. That is  important
  because I need to use the mouse to switch between applications and to
  switch between virtual machines (QEMU grabs Alt+Tab events). Also, it
  is quite tricky to work with multiple screens when we don't know where
  the mouse pointer is.

  I am using:
  * Virtual Machine Manager 2.2.1
  * QEMU 4.2.0
  * Fedora 32
  * KDE Plasma 5.18.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1890208/+subscriptions


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

* [Bug 1890208] Re: Mouse pointer disappears when it is over console window
  2020-08-03 22:30 [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window Adriano Marto Reis
  2021-05-08  5:55 ` [Bug 1890208] " Thomas Huth
  2021-05-10  0:23 ` Adriano Marto Reis
@ 2021-05-10  0:27 ` Adriano Marto Reis
  2021-06-18 16:06 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Adriano Marto Reis @ 2021-05-10  0:27 UTC (permalink / raw)
  To: qemu-devel

I also reported this issue in:
https://github.com/virt-manager/virt-manager/issues/251

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

Title:
  Mouse pointer disappears when it is over console window

Status in QEMU:
  Incomplete

Bug description:
  The host mouse pointer disappears when it is over a console window.

  I am emulating quite simple hardware: just text console and no mouse.
  I don't expect the mouse to have any effect on the emulated computers,
  but I need to know where the mouse pointer is. That is  important
  because I need to use the mouse to switch between applications and to
  switch between virtual machines (QEMU grabs Alt+Tab events). Also, it
  is quite tricky to work with multiple screens when we don't know where
  the mouse pointer is.

  I am using:
  * Virtual Machine Manager 2.2.1
  * QEMU 4.2.0
  * Fedora 32
  * KDE Plasma 5.18.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1890208/+subscriptions


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

* [Bug 1890208] Re: Mouse pointer disappears when it is over console window
  2020-08-03 22:30 [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window Adriano Marto Reis
                   ` (2 preceding siblings ...)
  2021-05-10  0:27 ` Adriano Marto Reis
@ 2021-06-18 16:06 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-06-18 16:06 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/434


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

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #434
   https://gitlab.com/qemu-project/qemu/-/issues/434

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

Title:
  Mouse pointer disappears when it is over console window

Status in QEMU:
  Expired

Bug description:
  The host mouse pointer disappears when it is over a console window.

  I am emulating quite simple hardware: just text console and no mouse.
  I don't expect the mouse to have any effect on the emulated computers,
  but I need to know where the mouse pointer is. That is  important
  because I need to use the mouse to switch between applications and to
  switch between virtual machines (QEMU grabs Alt+Tab events). Also, it
  is quite tricky to work with multiple screens when we don't know where
  the mouse pointer is.

  I am using:
  * Virtual Machine Manager 2.2.1
  * QEMU 4.2.0
  * Fedora 32
  * KDE Plasma 5.18.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1890208/+subscriptions


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

end of thread, other threads:[~2021-06-18 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 22:30 [Bug 1890208] [NEW] Mouse pointer disappears when it is over console window Adriano Marto Reis
2021-05-08  5:55 ` [Bug 1890208] " Thomas Huth
2021-05-10  0:23 ` Adriano Marto Reis
2021-05-10  0:27 ` Adriano Marto Reis
2021-06-18 16:06 ` Thomas Huth

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).