联想拯救者y7000笔记本触摸板不可用问题
Tofloor
poster avatar
jmjoy
deepin
2019-01-20 21:55
Author
刚刚买了这个新笔记本,将原来安装了deepin的旧笔记本的硬盘搬过来,显卡驱动没有问题,网卡通过google解决了:https://my.oschina.net/u/3552749/blog/1929081现在就剩最后一个问题了,触摸板用不了,google不到有效信息,不知道怎么解决。。。


Reply Favorite View the author
All Replies
1 / 2
To page
avatar
jmjoy
deepin
2019-01-21 03:54
#1
在windows上看是这样子的。。
Reply View the author
avatar
jmjoy
deepin
2019-01-21 21:27
#2
就没有人能够帮帮小弟吗?
Reply View the author
avatar
文刀
deepin
2019-01-22 00:09
#3
同款电脑目前Windows10+deepin15.9触摸板都没问题,你可以反馈一下,应该是个别问题
Reply View the author
avatar
jmjoy
deepin
2019-01-25 07:54
#4
https://bbs.deepin.org/post/174007
同款电脑目前Windows10+deepin15.9触摸板都没问题,你可以反馈一下,应该是个别问题 ...

我是直接搬的盘,不想重装系统,可以导致了这个问题吧。。
Reply View the author
avatar
jmjoy
deepin
2019-01-25 07:56
#5
贴一下配置文件。。

/usr/share/X11/xorg.conf.d/40-libinput.conf
  1. # Match on all types of devices but joysticks
  2. Section "InputClass"
  3.         Identifier "libinput pointer catchall"
  4.         MatchIsPointer "on"
  5.         MatchDevicePath "/dev/input/event*"
  6.         Driver "libinput"
  7. EndSection

  8. Section "InputClass"
  9.         Identifier "libinput keyboard catchall"
  10.         MatchIsKeyboard "on"
  11.         MatchDevicePath "/dev/input/event*"
  12.         Driver "libinput"
  13. EndSection

  14. Section "InputClass"
  15.         Identifier "libinput touchpad catchall"
  16.         Option "Tapping" "on"
  17.         Option "NaturalScrolling" "true"
  18.         Option "ClickMethod" "clickfinger"
  19.         Option "DisableWhileTyping" "True"
  20.         MatchIsTouchpad "on"
  21.         MatchDevicePath "/dev/input/event*"
  22.         Driver "libinput"
  23. EndSection

  24. Section "InputClass"
  25.         Identifier "libinput touchscreen catchall"
  26.         MatchIsTouchscreen "on"
  27.         MatchDevicePath "/dev/input/event*"
  28.         Driver "libinput"
  29. EndSection

  30. Section "InputClass"
  31.         Identifier "libinput tablet catchall"
  32.         MatchIsTablet "on"
  33.         MatchDevicePath "/dev/input/event*"
  34.         Driver "libinput"
  35. EndSection
Copy the Code


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

  19. Section "InputClass"
  20.         Identifier "touchpad ignore duplicates"
  21.         MatchIsTouchpad "on"
  22.         MatchOS "Linux"
  23.         MatchDevicePath "/dev/input/mouse*"
  24.         Option "Ignore" "on"
  25. EndSection

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

  36. # This option disables software buttons on Apple touchpads.
  37. # This option is only interpreted by clickpads.
  38. Section "InputClass"
  39.         Identifier "Disable clickpad buttons on Apple touchpads"
  40.         MatchProduct "Apple|bcm5974"
  41.         MatchDriver "synaptics"
  42.         Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
  43. EndSection
Copy the Code


Reply View the author
avatar
jmjoy
deepin
2019-01-25 07:57
#6
xinput
  1. ⎡ Virtual core pointer                            id=2        [master pointer  (3)]
  2. ⎜   ↳ Virtual core XTEST pointer                      id=4        [slave  pointer  (2)]
  3. ⎜   ↳ I One M10TBL Gaming keyboar                     id=11        [slave  pointer  (2)]
  4. ⎜   ↳ A4TECH USB Device                               id=13        [slave  pointer  (2)]
  5. ⎜   ↳ A4TECH USB Device                               id=14        [slave  pointer  (2)]
  6. ⎣ Virtual core keyboard                           id=3        [master keyboard (2)]
  7.     ↳ Virtual core XTEST keyboard                     id=5        [slave  keyboard (3)]
  8.     ↳ Video Bus                                       id=6        [slave  keyboard (3)]
  9.     ↳ Video Bus                                       id=7        [slave  keyboard (3)]
  10.     ↳ Power Button                                    id=8        [slave  keyboard (3)]
  11.     ↳ Sleep Button                                    id=9        [slave  keyboard (3)]
  12.     ↳ I One M10TBL Gaming keyboar                     id=10        [slave  keyboard (3)]
  13.     ↳ I One M10TBL Gaming keyboar                     id=12        [slave  keyboard (3)]
  14.     ↳ Integrated Camera: Integrated C                 id=15        [slave  keyboard (3)]
  15.     ↳ AT Translated Set 2 keyboard                    id=16        [slave  keyboard (3)]
  16.     ↳ I One M10TBL Gaming keyboar                     id=17        [slave  keyboard (3)]
  17.     ↳ A4TECH USB Device                               id=18        [slave  keyboard (3)]
Copy the Code

Reply View the author
avatar
180******14
deepin
2019-01-25 17:52
#7
看来还是小米笔记本Pro靠谱,可以装 win10 / ubuntu / deepin / MacOS ,而且还可以共存。



Reply View the author
avatar
qwe7621911
deepin
2019-01-25 20:13
#8
开机后一直卡在这里 是怎么回事 y7000
Reply View the author
avatar
jmjoy
deepin
2019-01-25 20:37
#9
https://bbs.deepin.org/post/174007
看来还是小米笔记本Pro靠谱,可以装 win10 / ubuntu / deepin / MacOS ,而且还可以共存。

很溜啊
Reply View the author
avatar
jmjoy
deepin
2019-01-25 20:38
#10
https://bbs.deepin.org/post/174007
开机后一直卡在这里 是怎么回事 y7000

`journalctl -xe` 看一下保的啥错咯
Reply View the author
avatar
jmjoy
deepin
2019-01-26 08:22
#11
哟,没人解答一下吗?
Reply View the author
avatar
jmjoy
deepin
2019-01-29 03:35
#12
Reply View the author
avatar
Amadeus
deepin
2019-01-30 20:00
#13
https://bbs.deepin.org/post/174007
我是直接搬的盘,不想重装系统,可以导致了这个问题吧。。

建议还是重装系统会好点。
Reply View the author
avatar
Amadeus
deepin
2019-01-30 20:05
#14
https://bbs.deepin.org/post/174007
开机后一直卡在这里 是怎么回事 y7000

可以看下这篇文章 https://blog.csdn.net/HuaCode/article/details/83216338
Reply View the author
avatar
jmjoy
deepin
2019-01-30 20:24
#15
https://bbs.deepin.org/post/174007
建议还是重装系统会好点。

好吧,迟点
Reply View the author
avatar
yanbowen
deepin
Community Developer
2019-01-31 01:13
#16

A4TECH USB Device 是什么设备?
Reply View the author
avatar
mzking
deepin
2019-01-31 02:48
#17
https://bbs.deepin.org/post/174007
开机后一直卡在这里 是怎么回事 y7000

显卡驱动问题,开机启动时候要在splash quiet后面输入nouveau.modeset=0用内核自带的驱动,进系统后可以在/etc/default/grub里面输入这句,再更新grub
Reply View the author
avatar
mzking
deepin
2019-01-31 02:50
#18
y7000笔记本安装linux后,触摸板无法使用,把内核升级到4.18以上即可解决!!!
Reply View the author
avatar
jmjoy
deepin
2019-01-31 09:34
#19
https://bbs.deepin.org/post/174007
y7000笔记本安装linux后,触摸板无法使用,把内核升级到4.18以上即可解决!!! ...

真的吗?我现在用的内核是4.15。。有没有单独出来的驱动?我看安装了独显驱动好像不宜升级内核。
Reply View the author
avatar
lanlan052
deepin
2019-03-01 05:34
#20
https://bbs.deepin.org/post/174007
真的吗?我现在用的内核是4.15。。有没有单独出来的驱动?我看安装了独显驱动好像不宜升级内核。 ...

装了独显驱动升级内核驱动就没了
Reply View the author
1 / 2
To page