GPD Pocket 3 and 14.1-RELEASE

Greetings all,

I've installed FreeBSD 14.1-RELEASE on a GPD Pocket 3.

Surprisingly enough most things work out of the box just fine. The only thing that has been giving me real trouble however is the touchpad, which I could not get to work in Xorg.

This is the output of xinput:

Code:
⎡ Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                  id=4    [slave  pointer  (2)]
⎜   ↳ System mouse                                id=7    [slave  pointer  (2)]
⎜   ↳ GXTP7380:00 27C6:0113 TouchScreen           id=12    [slave  pointer  (2)]
⎣ Virtual core keyboard                       id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard                 id=5    [slave  keyboard (3)]
    ↳ System keyboard multiplexer                 id=6    [slave  keyboard (3)]
    ↳ Sleep Button                                id=8    [slave  keyboard (3)]
    ↳ Power Button                                id=9    [slave  keyboard (3)]
    ↳ AT keyboard                                 id=10    [slave  keyboard (3)]
    ↳ HAILUCK CO.                                 id=11    [slave  keyboard (3)]
    ↳ GXTP7380:00 27C6:0113 Keyboard              id=13    [slave  keyboard (3)]

I've also have moused_flags="-l 2", but no luck.

The interesting bit is that while using the touchpad, random-seeming escape characters are produced in a terminal. My suspicion is that the device "HAILUCK CO." is the touchpad, but it's being used as a keyboard.

Does anyone have any pointers to get the touchpad working?
 

Attachments

  • dmesg.txt
    13.8 KB · Views: 20
Back
Top