Mouse cursor sporadically jumping to (0,0) position

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Nox Metus

Mouse cursor sporadically jumping to (0,0) position

Post by Nox Metus »

Linux Mint 14 Cinnamon x64 installed in virtualbox. Mouse driver obviously sporadically reports pointer position (0,0), since sometimes I see this
new-013.png
even if the mouse cursor is in the middle of the screen. Clean installation, changing virtualbox guest drivers, nothing helps. I can reassign the hotspot for changing workspaces to another corner of course, but it doesn't solve the problem. For example, if I select a text with the left button held down, the cursor frequently dashes to the upper left corner, scrolling up and selecting helluva of text I don't need.

I checked Linux Mint 14 MATE x64. Everything works fine there with the same configuration of the virtual machine.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Nox Metus

Re: Mouse pointer sporadically goes to (0,0) position

Post by Nox Metus »

I tried an experiment. I installed MATE version, then made "apt-get install cinnamon". I logged in into Cinnamon session and observed the aforementioned problem. I rebooted and logged in into MATE session, there is no problem. There is something wrong in Cinnamon.
Nox Metus

Re: Mouse pointer sporadically goes to (0,0) position

Post by Nox Metus »

I found this: https://bugs.freedesktop.org/show_bug.cgi?id=54353

It seems like an X.Org bug. The workaround is:

Code: Select all

$ xinput set-prop "VirtualBox mouse integration" "Coordinate Transformation Matrix" 0.5 0 0 0 0.5 0 0 0 1.0
$ xinput set-prop "VirtualBox mouse integration" "Coordinate Transformation Matrix" 1.0 0 0 0 1.0 0 0 0 1.0
Halek

Re: Mouse cursor sporadically jumping to (0,0) position

Post by Halek »

Problem Solved.
Thank you !

Edit: Anyone knows how to persist this settings ?
honzee

Re: Mouse cursor sporadically jumping to (0,0) position

Post by honzee »

Hi,
update package xserver-xorg-core to the newest version 2:1.13.0-0ubuntu6.1 (see bug https://bugs.launchpad.net/ubuntu/+sour ... ug/1041063)
dump

Re: Mouse cursor sporadically jumping to (0,0) position

Post by dump »

honzee wrote:Hi,
update package xserver-xorg-core to the newest version 2:1.13.0-0ubuntu6.1 (see bug https://bugs.launchpad.net/ubuntu/+sour ... ug/1041063)
The workaround above works, but my xserver-xorg-core is already at 2:1.13.0 and I'm still having the problem. I don't think the bug's been fixed in this version.
honzee

Re: Mouse cursor sporadically jumping to (0,0) position

Post by honzee »

Well, in my case (Mint 14 x64 Cinnamon in newest VirtualBox on Win7 x64) it 100% helped, no more problems...
Locked

Return to “Software & Applications”