admin管理员组文章数量:1022843
We have a dual monitor setup connected to a linux machine. We have created an auxiliary mouse pointer for the second monitor using the xserver
. Command to create the auxiliary pointer : xinput create-master Auxiliary
.
Our requirement is that the touch functionality should work, but the cursor should be invisible (only for the auxiliary mouse pointer).
So far all the solutions we have seen work only for the primary mouse pointer, is there a way to specifically target the auxiliary mouse pointer and make it invisible?
Here is what the xinput
response looks like :
xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Lenovo USB Optical Mouse id=10 [slave pointer (2)]
⎜ ↳ Melfas LGD AIT Touch Controller id=11 [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)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Datalogic ADC, Inc. Powerscan PD9500 id=12 [slave keyboard (3)]
↳ LITE-ON Technology USB NetVista Full Width Keyboard. id=13 [slave keyboard (3)]
⎡ Auxiliary pointer id=16 [master pointer (17)]
⎜ ↳ Atmel Atmel maXTouch Digitizer id=14 [slave pointer (16)]
⎜ ↳ Atmel Atmel maXTouch Digitizer id=15 [slave pointer (16)]
⎜ ↳ Auxiliary XTEST pointer id=18 [slave pointer (16)]
⎣ Auxiliary keyboard id=17 [master keyboard (16)]
↳ Auxiliary XTEST keyboard id=19 [slave keyboard (17)]
We have a dual monitor setup connected to a linux machine. We have created an auxiliary mouse pointer for the second monitor using the xserver
. Command to create the auxiliary pointer : xinput create-master Auxiliary
.
Our requirement is that the touch functionality should work, but the cursor should be invisible (only for the auxiliary mouse pointer).
So far all the solutions we have seen work only for the primary mouse pointer, is there a way to specifically target the auxiliary mouse pointer and make it invisible?
Here is what the xinput
response looks like :
xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PixArt Lenovo USB Optical Mouse id=10 [slave pointer (2)]
⎜ ↳ Melfas LGD AIT Touch Controller id=11 [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)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Datalogic ADC, Inc. Powerscan PD9500 id=12 [slave keyboard (3)]
↳ LITE-ON Technology USB NetVista Full Width Keyboard. id=13 [slave keyboard (3)]
⎡ Auxiliary pointer id=16 [master pointer (17)]
⎜ ↳ Atmel Atmel maXTouch Digitizer id=14 [slave pointer (16)]
⎜ ↳ Atmel Atmel maXTouch Digitizer id=15 [slave pointer (16)]
⎜ ↳ Auxiliary XTEST pointer id=18 [slave pointer (16)]
⎣ Auxiliary keyboard id=17 [master keyboard (16)]
↳ Auxiliary XTEST keyboard id=19 [slave keyboard (17)]
本文标签: Hide Auxiliary Mouse pointer (from secondary monitor) on linuxStack Overflow
版权声明:本文标题:Hide Auxiliary Mouse pointer (from secondary monitor) on linux - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745569484a2156649.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论