You are not logged in.

#1 2017-01-20 09:08:54

yaxie2009
Member
Registered: 2017-01-20
Posts: 1

touchpad can't detected on my new notebook,haseeX4-SL5T1

the touchpad is working on win10,but when i change OS to archlinux,touchpad can't detected.
I tryed Fn+Esc(this is hotkey of this notebook to turn on/off the touchpad),but have not change.

v-arch% synclient -l
Couldn't find synaptics properties. No synaptics driver loaded?

v-arch% pacman -Qi linux
名字           : linux
版本           : 4.8.13-1
描述           : The Linux kernel and modules
架构           : x86_64
URL            : https://www.kernel.org/
软件许可       : GPL2
组             : base
提供           : 无
依赖于         : coreutils  linux-firmware  kmod  mkinitcpio>=0.7
可选依赖       : crda: to set the correct wireless channels of your country
要求被         : 无
被可选依赖     : 无
冲突与         : 无
取代           : 无
安装后大小     : 79.62 MiB
打包者         : Tobias Powalowski <tpowa@archlinux.org>
编译日期       : 2016年12月09日 星期五 14时26分00秒
安装日期       : 2017年01月14日 星期六 20时34分08秒

cat /etc/X11/xorg.conf.d/70-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-t … rrors.html
#       MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
        Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
#Section "InputClass"
#        Identifier "Disable clickpad buttons on Apple touchpads"
#        MatchProduct "Apple|bcm5974"
#        MatchDriver "synaptics"
#        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
#EndSection

Offline

#2 2017-01-20 11:25:39

digitalone
Member
Registered: 2011-08-19
Posts: 355

Re: touchpad can't detected on my new notebook,haseeX4-SL5T1

libinput became the default driver for pointing devices. Which driver are you using?
Have you installed xf86-input-synaptics?

Paste xorg log.

Last edited by digitalone (2017-01-20 11:27:01)

Offline

#3 2017-01-20 18:19:52

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: touchpad can't detected on my new notebook,haseeX4-SL5T1


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB