首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Fedora 20 Elantech Touchpad不工作

Fedora 20 Elantech Touchpad不工作
EN

Unix & Linux用户
提问于 2014-04-08 05:17:36
回答 1查看 3.2K关注 0票数 0

我刚买了一台东芝卫星E45t-A4100笔记本电脑,安装了Fedora 20,不能让触摸屏工作。

这是我的环境:

代码语言:javascript
复制
Toshiba Satellite E45t-A4100
ETPS/2 Elantech Touchpad
代码语言:javascript
复制
uname -r
3.13.8-200.fc20.x86_64
代码语言:javascript
复制
dmesg | grep mouse
[    0.687578] mousedev: PS/2 mouse device common for all mice
[    1.491139] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x381f01)
[    1.518222] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x14, 0x0c.
代码语言:javascript
复制
xinput --list | grep Touchpad
⎜   ↳ ETPS/2 Elantech Touchpad                  id=13   [slave  pointer  (2)]
代码语言:javascript
复制
cat /var/log/Xorg.0.log | grep syna
[    25.548] (II) LoadModule: "synaptics"
[    25.548] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[    25.548] (II) Module synaptics: vendor="X.Org Foundation"
[    25.548] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    25.570] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3097 (res 31)
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1793 (res 31)
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    25.570] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    25.580] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[    25.580] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[    25.580] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.056
[    25.580] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
代码语言:javascript
复制
cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
EndSection

# This option enables the bottom right corner to be a right button on
# non-synaptics clickpads.
# 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"
EndSection
...
EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2014-05-15 00:40:34

对于如何解决这个问题,我没有一个合乎逻辑的解释。我可以说的是,经过几次重新启动和没有重大变化,特别是与问题有关的,触摸屏开始工作。

票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/123676

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档