[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2018-11-26 Thread tinywrkbee
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] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2017-04-27 Thread undefined
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 tu

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2017-04-27 Thread undefined
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.launchpa

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Jirislaby
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

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Jirislaby
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 point

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Jirislaby
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.launchp

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Dr. David Alan Gilbert
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 QE

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Jirislaby
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

[Qemu-devel] [Bug 1592351] Re: mouse pointer offset with gtk, gl=on

2016-06-14 Thread Jirislaby
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 QEM