All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on
@ 2016-06-14 10:45 Jirislaby
  2016-06-14 11:43 ` [Qemu-devel] [Bug 1592351] " Jirislaby
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 10:45 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

When I turn gl=on for -display gtk, some Y offset is added to the mouse
pointer coordinates. That is, when I click on an icon, an icon _above_
the one I clicked triggers.

Using xev, it seems to be offset of 10-12 pixels.

It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice tablet.

Without gl=on, the pointer is precise.

I have these qemu versions:
qemu-2.6.0-470.2.x86_64
qemu-ipxe-1.0.0-470.2.noarch
qemu-ksm-2.6.0-470.2.x86_64
qemu-kvm-2.6.0-470.2.x86_64
qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
qemu-ppc-2.6.0-470.2.x86_64
qemu-seabios-1.9.1-470.2.noarch
qemu-sgabios-8-470.2.noarch
qemu-tools-2.6.0-470.2.x86_64
qemu-vgabios-1.9.1-470.2.noarch
qemu-x86-2.6.0-470.2.x86_64

** 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/1592351

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  New

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
@ 2016-06-14 11:43 ` Jirislaby
  2016-06-14 14:50 ` Jirislaby
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 11:43 UTC (permalink / raw)
  To: qemu-devel

The same happens with qemu from git, commit
a28aae041aa76a779df6467a7fe68b9e8a8b2c0a.

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  New

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
  2016-06-14 11:43 ` [Qemu-devel] [Bug 1592351] " Jirislaby
@ 2016-06-14 14:50 ` Jirislaby
  2016-06-14 17:57 ` Dr. David Alan Gilbert
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 14:50 UTC (permalink / raw)
  To: qemu-devel

This is because height from gdk_drawable_get_size() in gd_motion_event()
includes menu or whatever:

gl=off:
gd_motion_event: fbw= 640 fbh= 480 ww= 640 wh= 480 mx=  0 my=  0 x= 576 y=   3

gl=on:
gd_motion_event: fbw= 640 fbh= 480 ww= 640 wh= 506 mx=  0 my=  13 x= 571 y= 471

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  New

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
  2016-06-14 11:43 ` [Qemu-devel] [Bug 1592351] " Jirislaby
  2016-06-14 14:50 ` Jirislaby
@ 2016-06-14 17:57 ` Dr. David Alan Gilbert
  2016-06-14 18:34 ` Jirislaby
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Dr. David Alan Gilbert @ 2016-06-14 17:57 UTC (permalink / raw)
  To: qemu-devel

Yeh I saw this behaviour as well.

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

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (2 preceding siblings ...)
  2016-06-14 17:57 ` Dr. David Alan Gilbert
@ 2016-06-14 18:34 ` Jirislaby
  2016-06-14 18:54 ` Jirislaby
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 18:34 UTC (permalink / raw)
  To: qemu-devel

s->menu_bar's height is really 26px (506-480)
both s->notebook's and vc->tab_item's height is 506 px (the same as vc->gfx.drawing_area).

I cannot figure out why...

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (3 preceding siblings ...)
  2016-06-14 18:34 ` Jirislaby
@ 2016-06-14 18:54 ` Jirislaby
  2016-06-14 19:42 ` Jirislaby
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 18:54 UTC (permalink / raw)
  To: qemu-devel

Ok, should we use
  gtk_widget_get_allocated_height and gtk_widget_get_allocated_width
instead of 
  gdk_drawable_get_size
?

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (4 preceding siblings ...)
  2016-06-14 18:54 ` Jirislaby
@ 2016-06-14 19:42 ` Jirislaby
  2017-04-27 15:51 ` undefined
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Jirislaby @ 2016-06-14 19:42 UTC (permalink / raw)
  To: qemu-devel

That works for scale = 1. Given scale is set only in draw (2d) and not
in render (3d), it never worked with other scales. Apart from that, the
code is full of bugs.

I could make it work with the attached diff modulo the fprintfs,
basically. However I am not going to invest more time into that, as it
has to be audited and fixed by someone who actually understands the
code.

** Patch added: "debug & fix patch"
   https://bugs.launchpad.net/qemu/+bug/1592351/+attachment/4683813/+files/fix.diff

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (5 preceding siblings ...)
  2016-06-14 19:42 ` Jirislaby
@ 2017-04-27 15:51 ` undefined
  2017-04-27 16:05 ` undefined
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: undefined @ 2017-04-27 15:51 UTC (permalink / raw)
  To: qemu-devel

Mouse still doesn't work properly with 2.9.0 and Ubuntu 17.04 guest
-smp 2 -enable-kvm -vga virtio -display gtk,gl=on -m 2048 -cdrom ubuntu-17.04-desktop-amd64.iso

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (6 preceding siblings ...)
  2017-04-27 15:51 ` undefined
@ 2017-04-27 16:05 ` undefined
  2018-11-26 16:44 ` tinywrkbee
  2020-01-23  6:23 ` [Bug 1592351] Re: mouse pointer offset with gtk,gl=on Thomas Huth
  9 siblings, 0 replies; 11+ messages in thread
From: undefined @ 2017-04-27 16:05 UTC (permalink / raw)
  To: qemu-devel

mouse works better with debug & fix patch

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (7 preceding siblings ...)
  2017-04-27 16:05 ` undefined
@ 2018-11-26 16:44 ` tinywrkbee
  2020-01-23  6:23 ` [Bug 1592351] Re: mouse pointer offset with gtk,gl=on Thomas Huth
  9 siblings, 0 replies; 11+ messages in thread
From: tinywrkbee @ 2018-11-26 16:44 UTC (permalink / raw)
  To: qemu-devel

seems to be fixed with f1aba960cc40ab65fa88c8678883bd2201708c55 :
https://git.qemu.org/?p=qemu.git;a=commit;h=f1aba960cc40ab65fa88c8678883bd2201708c55


anyone else can confirm, i have another issue affecting scaling with my setup.

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

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Confirmed

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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

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

* [Bug 1592351] Re: mouse pointer offset with gtk,gl=on
  2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
                   ` (8 preceding siblings ...)
  2018-11-26 16:44 ` tinywrkbee
@ 2020-01-23  6:23 ` Thomas Huth
  9 siblings, 0 replies; 11+ messages in thread
From: Thomas Huth @ 2020-01-23  6:23 UTC (permalink / raw)
  To: qemu-devel

FWIW: Commit f1aba960cc40 has been released with v3.1.0.

** Changed in: qemu
       Status: Confirmed => 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/1592351

Title:
  mouse pointer offset with gtk,gl=on

Status in QEMU:
  Fix Released

Bug description:
  When I turn gl=on for -display gtk, some Y offset is added to the
  mouse pointer coordinates. That is, when I click on an icon, an icon
  _above_ the one I clicked triggers.

  Using xev, it seems to be offset of 10-12 pixels.

  It happens with all ps/2 mouse, -usbdevice mouse and -usbdevice
  tablet.

  Without gl=on, the pointer is precise.

  I have these qemu versions:
  qemu-2.6.0-470.2.x86_64
  qemu-ipxe-1.0.0-470.2.noarch
  qemu-ksm-2.6.0-470.2.x86_64
  qemu-kvm-2.6.0-470.2.x86_64
  qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
  qemu-ppc-2.6.0-470.2.x86_64
  qemu-seabios-1.9.1-470.2.noarch
  qemu-sgabios-8-470.2.noarch
  qemu-tools-2.6.0-470.2.x86_64
  qemu-vgabios-1.9.1-470.2.noarch
  qemu-x86-2.6.0-470.2.x86_64

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


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

end of thread, other threads:[~2020-01-23  6:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-14 10:45 [Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on Jirislaby
2016-06-14 11:43 ` [Qemu-devel] [Bug 1592351] " Jirislaby
2016-06-14 14:50 ` Jirislaby
2016-06-14 17:57 ` Dr. David Alan Gilbert
2016-06-14 18:34 ` Jirislaby
2016-06-14 18:54 ` Jirislaby
2016-06-14 19:42 ` Jirislaby
2017-04-27 15:51 ` undefined
2017-04-27 16:05 ` undefined
2018-11-26 16:44 ` tinywrkbee
2020-01-23  6:23 ` [Bug 1592351] Re: mouse pointer offset with gtk,gl=on Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.