The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 6,340β€…    Votes:  8β€…
Tag : mouse-pointer  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1223324
Title: Mouse pointer moving by itself
ID: /2020/04/02/Mouse-pointer-moving-by-itself
Created: April 2, 2020
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Most likely it’s caused by the pointing stick in the middle of your keyboard. Many people have reported this problem in both Windows and Linux.

You can [disable it][1].

To summarize the link, first list your devices:

$ xinput list

⎑ Virtual core pointer                    	id=2	[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint TouchPad        	id=11	[slave  pointer  (2)]
⎜   ↳ USB Optical Mouse                       	id=14	[slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS DualPoint Stick           	id=12	[slave  pointer  (2)]
⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
    ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
    ↳ Power Button                            	id=6	[slave  keyboard (3)]
    ↳ Video Bus                               	id=7	[slave  keyboard (3)]
    ↳ Power Button                            	id=8	[slave  keyboard (3)]
    ↳ TOSHIBA Web Camera - FHD                	id=9	[slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]
    ↳ Toshiba input device                    	id=13	[slave  keyboa

Then disable the pointing stick:

$ xinput disable 12

substitute 12 with your pointing stick device ID. [1]: https://forums.linuxmint.com/viewtopic.php?t=228860

⇧ Variable substitution in Linux and dynamically fetch property from Source file High power consumption through btusb and tick_sched_timer  β‡©