Como configuro um Trackpad do Alps?

1

Preciso desativar o toque para clicar antes que eu enlouqueça, mas não consegui.

Estou usando um laptop HP Elitebook x360 G2. Tem um trackpad Alpes.

Eu não consigo configurá-lo usando xinput porque ele não parece ser controlado pelo Synaptic.

Coisas que tentei:

Desativando-o no menu de configurações do touchpad

xinput set-prop 15 "Ação da Synaptics Tap" 0 0 0 0 0 2 3

synclient TouchpadOff = 2

synclient TapButton1 = 0

modprobe -r psmouse < - não desabilita meu trackpad

modprobe psmouse proto = imps

sudo apt-get install xserver-xorg-input-synaptics
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-input-synaptics : Depends: xorg-input-abi-22
                                Depends: xserver-xorg-core (>= 2:1.17.99.902)
E: Unable to correct problems, you have held broken packages

Todos não têm efeito.

lsmod:

lsmod|grep -iE "apple|cyapa|sermouse|synap|psmouse|vsxx|bcm"
btbcm                  16384  2 hci_uart,btusb
bluetooth             557056  33 btrtl,hci_uart,btintel,btqca,bnep,btbcm,rfcomm,btusb
psmouse               139264  0

sudo vim /usr/share/X11/xorg.conf.d/90-libinput.conf

Section "InputDevice"    
  Identifier "touchpad"    
  Driver "libinput"    
  Option "Device" "/dev/input/event6"    
  Option "Tapping" "false"    
EndSection

xserver-xorg-input-libinput-hwe-16.04 está instalado.

editar:

Device 'ALP0016:00 044E:1215':
    Device Enabled (140):   1
    Coordinate Transformation Matrix (142): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Accel Speed (299): -1.000000
    libinput Accel Speed Default (300): 0.000000
    libinput Accel Profiles Available (301):    1, 1
    libinput Accel Profile Enabled (302):   1, 0
    libinput Accel Profile Enabled Default (303):   1, 0
    libinput Natural Scrolling Enabled (304):   0
    libinput Natural Scrolling Enabled Default (305):   0
    libinput Send Events Modes Available (258): 1, 0
    libinput Send Events Mode Enabled (259):    0, 0
    libinput Send Events Mode Enabled Default (260):    0, 0
    libinput Left Handed Enabled (306): 0
    libinput Left Handed Enabled Default (307): 0
    libinput Scroll Methods Available (308):    0, 0, 1
    libinput Scroll Method Enabled (309):   0, 0, 0
    libinput Scroll Method Enabled Default (310):   0, 0, 0
    libinput Button Scrolling Button (311): 2
    libinput Button Scrolling Button Default (312): 2
    libinput Middle Emulation Enabled (313):    0
    libinput Middle Emulation Enabled Default (314):    0
    Device Node (261):  "/dev/input/event18"
    Device Product ID (262):    1102, 4629
    libinput Drag Lock Buttons (315):   <no items>
    libinput Horizontal Scroll Enabled (316):   1

Encontrei o mouse. No entanto, tocar para clicar não é uma configuração.

    
por half-potato 10.11.2017 / 22:49

1 resposta

0

A resposta é que você não pode. O touchpad é gerenciado por algum microcontrolador não-configurável embutido no hardware e é lido como um mouse PS / 2 pelo SO. Eu ainda tenho que testar se a alteração das configurações no Windows é transferida para o Linux.

    
por half-potato 02.07.2018 / 05:45