Uinput não funciona com o Xorg

Uinput não funciona com o Xorg

Tento usar o uinput para criar um autoclicker simples. Funcionou muito bem no Linux Mint 18.3, mas algo está errado no Ubuntu 18.04.

Isto é o que xinput listmostra:

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                    id=4    [slave  pointer  (2)]
⎜   ↳ Logitech USB Optical Mouse                    id=10   [slave  pointer  (2)]
⎜   ↳ SIGMACHIP USB Keyboard                        id=12   [slave  pointer  (2)]
⎜   ↳ uinput_autoclicker                            id=14   [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)]
    ↳ Power Button                                  id=7    [slave  keyboard (3)]
    ↳ Sleep Button                                  id=8    [slave  keyboard (3)]
    ↳ USB2.0 Camera: USB2.0 Camera                  id=9    [slave  keyboard (3)]
    ↳ SIGMACHIP USB Keyboard                        id=11   [slave  keyboard (3)]
    ↳ SIGMACHIP USB Keyboard                        id=13   [slave  keyboard (3)]

E evtestsaída:

Event: time 1528384945.343765, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1528384945.343765, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1528384945.343765, -------------- SYN_REPORT ------------
Event: time 1528384945.368880, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1528384945.368880, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1528384945.368880, -------------- SYN_REPORT ------------
Event: time 1528384945.394015, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1528384945.394015, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1528384945.394015, -------------- SYN_REPORT ------------
Event: time 1528384945.419128, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1528384945.419128, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1528384945.419128, -------------- SYN_REPORT ------------
Event: time 1528384945.444304, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1
Event: time 1528384945.444304, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0
Event: time 1528384945.444304, -------------- SYN_REPORT ------------

e assim por diante…

grep -e "Using input driver " /var/log/Xorg.0.log:

[  3012.644] (II) Using input driver 'libinput' for 'uinput_autoclicker'

O mesmo problema se eu tentar emular teclado/etc. Como posso consertar isso?

Atualização:Eu uso canela instalado no XUbuntu. xorg.confé gerado automaticamente por nvidia-settings.

informação relacionada