[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work in virtual machines (anymore)

2024-10-10 Thread Liang Qi
Sorry, it looks like XWarpPointer example works in u2404 x64 x11 vm in our CI, but not my local one, it should be related with tablet device then. We need to dig more why our tests failed in CI, thanks a lot for your quick help and guide. -- You received this bug notification because you are a m

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work in virtual machines (anymore)

2024-10-10 Thread Liang Qi
Here is the output from u2204 x64 x11 vm in our CI. cat xinput-list-u2204-ci.txt ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ VirtualPS/2 VMware VMMouse

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-10 Thread Liang Qi
The previous output of xorglog.txt and "xinput list" are from my local vm, which in UTM(QEMU), which I can't edit the settings, https://github.com/utmapp/UTM/issues/5713 . Checked in our u2404 x64 x11 vm in our CI, there is no tablet device. cat xinput-list-output-ci.txt ⎡ Virtual core pointer

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-10 Thread Liang Qi
How to check the "relative" mode thing and change it? Thanks a lot for the quick guide. We are working on it to change the option in our CI. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libx11 in Ubuntu. https://bugs.launchpad.net/bugs/208409

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-10 Thread Liang Qi
$ xinput list ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ QEMU QEMU USB Tablet id=7[slave pointer (2)] ⎜ ↳ QEMU QEMU USB Mouse id=

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-10 Thread Liang Qi
> journalctl -b0 /usr/lib/xorg/Xorg > xorglog.txt xorglog.txt in attatchment ** Attachment added: "xorglog.txt" https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2084090/+attachment/5826689/+files/xorglog.txt -- You received this bug notification because you are a member of Ubuntu-X, whic

[Ubuntu-x-swat] [Bug 2084090] Re: XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-09 Thread Liang Qi
Tried on a real Ubuntu 24.04.1 laptop, the xlib example code with XWarpPointer works. Perhaps it's only an issue in vm. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libx11 in Ubuntu. https://bugs.launchpad.net/bugs/2084090 Title: XWarpPoint

[Ubuntu-x-swat] [Bug 2084090] [NEW] XWarpPointer doesn't work on Ubuntu 24.04 GNOME X11

2024-10-09 Thread Liang Qi
Public bug reported: XWarpPointer doesn't work in GNOME 46(regression from 42) Affected version * Ubuntu 24.04.1 GNOME X11 arm64 vm in UTM(via QEMU) on Apple Silicon M3 Max(macOS 14.6.1) * GNOME 46.2 * Xorg Bug summary XWarpPointer doesn't work Steps to reproduce Example code: {code} #includ