Intento usar uinput para hacer un autoclicker simple. Funcionó bien en Linux Mint 18.3, pero algo anda mal en Ubuntu 18.04.
Esto es lo que xinput list
muestra:
⎡ 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)]
Y evtest
salida:
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 ------------
etcétera…
grep -e "Using input driver " /var/log/Xorg.0.log
:
[ 3012.644] (II) Using input driver 'libinput' for 'uinput_autoclicker'
El mismo problema si intento emular el teclado/etc. ¿Cómo puedo arreglarlo?
ACTUALIZACIÓN:Yo uso canela instalada en XUbuntu. xorg.conf
es generado automáticamente por nvidia-settings
.