FreeBSD + touchscreen

FreeBSD + touchscreen
« kdy: 01. 03. 2022, 14:11:13 »
Zdravím zkušenější uživatele FreeBSD. Mám tu pc s připojenou obrazovkou s touchscreenem eGalax. Vše mi tu funguje jak má (xorg + openbox + chrome s veu.js aplikací). Zjistil jsem ale, že pokud spustím počítač bez usb klávesnice, touchscreen nefunguje. V Xorg jsem konfiguroval pouze věci kolem integrované intel grafiky. Jinak vše na autoconfig. V Xorg.log jsem zjistil, že pokud je připojená klávesnice je driver eGalax nakonfigurován jako "Touchescreen" a pokud je klávesnice odpojená je nakofigurován jakou "Mouse". Nenapadá někoho co a kde mám hledat? Za případnou pomoc předem děkuji.

Machy

usbconfig s klávesnicí:
Kód: [Vybrat]
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: < vendor 0x05e3 product 0xffe0> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (48mA)
ugen0.3: < SMSC USB2134B> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.4: < SMSC USB2137B> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.5: < FTDI FT232R USB UART> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (90mA)
ugen0.6: < eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)
usbconfig bez klávesnice:
Kód: [Vybrat]
ugen0.1: <0x8086 XHCI root HUB> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA)
ugen0.2: < SMSC USB2134B> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.3: < SMSC USB2137B> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.4: < FTDI FT232R USB UART> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (90mA)
ugen0.5: < eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA)

Xorg.log s klávesnicí:
Kód: [Vybrat]
[    18.416] (II) XINPUT: Adding extended input device "vendor 0x05e3 product 0xffe0" (type: MOUSE, id 10)
[    18.417] (**) Option "AccelerationScheme" "none"
[    18.417] (**) vendor 0x05e3 product 0xffe0: (accel) selected scheme none/0
[    18.417] (**) vendor 0x05e3 product 0xffe0: (accel) acceleration factor: 2.000
[    18.417] (**) vendor 0x05e3 product 0xffe0: (accel) acceleration threshold: 4
[    18.420] (II) event4  - vendor 0x05e3 product 0xffe0, class 0/0, rev 1.00/0.00, addr 1: is tagged by udev as: Mouse
[    18.420] (II) event4  - vendor 0x05e3 product 0xffe0, class 0/0, rev 1.00/0.00, addr 1: device is a pointer
[    18.421] (II) config/udev: Adding input device eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00 (/dev/input/event5)
[    18.422] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: Applying InputClass "libinput touchscreen catchall"
[    18.422] (II) Using input driver 'libinput' for 'eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00'
[    18.422] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: always reports core events
[    18.422] (**) Option "Device" "/dev/input/event5"
[    18.422] (**) Option "_source" "server/udev"
[    18.425] (II) event5  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : is tagged by udev as: Touchscreen
[    18.426] (II) event5  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device is a touch device
[    18.427] (II) event5  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device removed
[    18.427] (**) Option "config_info" "udev:/dev/input/event5"
[    18.427] (II) XINPUT: Adding extended input device "eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00" (type: TOUCHSCREEN, id 11)
[    18.428] (**) Option "AccelerationScheme" "none"
[    18.428] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) selected scheme none/0
[    18.428] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) acceleration factor: 2.000
[    18.428] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) acceleration threshold: 4
[    18.432] (II) event5  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : is tagged by udev as: Touchscreen
[    18.432] (II) event5  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device is a touch device
Xorg.log bez klávesnice:
Kód: [Vybrat]
[    18.097] (II) config/udev: Adding input device eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00 (/dev/input/event3)
[    18.097] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: Applying InputClass "libinput pointer catchall"
[    18.097] (II) Using input driver 'libinput' for 'eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00'
[    18.097] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: always reports core events
[    18.097] (**) Option "Device" "/dev/input/event3"
[    18.097] (**) Option "_source" "server/udev"
[    18.101] (II) event3  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : is tagged by udev as: Mouse
[    18.102] (II) event3  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device is a pointer
[    18.102] (II) event3  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device removed
[    18.103] (**) Option "config_info" "udev:/dev/input/event3"
[    18.103] (II) XINPUT: Adding extended input device "eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00" (type: MOUSE, id 9)
[    18.103] (**) Option "AccelerationScheme" "none"
[    18.103] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) selected scheme none/0
[    18.103] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) acceleration factor: 2.000
[    18.103] (**) eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00: (accel) acceleration threshold: 4
[    18.107] (II) event3  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : is tagged by udev as: Mouse
[    18.108] (II) event3  - eGalax Inc. eGalaxTouch EXC3000-2211-47.00.00, class 0/0, rev 1.10/11.01, addr : device is a pointer