-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[archlinux] mouse and touchpad is empty #57
Comments
Can you paste the following commands output? $ dbus-send --print-reply --dest=com.deepin.daemon.InputDevices /com/deepin/daemon/InputDevice/Mouse org.freedesktop.DBus.Properties.Get string:"com.deepin.daemon.InputDevice.Mouse" string:"Exist"
$ dbus-send --print-reply --dest=com.deepin.daemon.InputDevices /com/deepin/daemon/InputDevice/TouchPad org.freedesktop.DBus.Properties.Get string:"com.deepin.daemon.InputDevice.TouchPad" string:"Exist"
$ xinput |
➜ ~ dbus-send --print-reply --dest=com.deepin.daemon.InputDevices /com/deepin/daemon/InputDevice/Mouse org.freedesktop.DBus.Properties.Get string:"com.deepin.daemon.InputDevice.Mouse" string:"Exist" |
Oh, your device named "MOSART Semi" may be identified as keyboard. Please paste the outputs to confirm, thanks. $ xinput list-props 12
$ xinput list-props 11
$ xinput list-props 17 And what is the device named "DLL0652:00 06CB:2985"? |
我用的是usb的无线鼠标。 |
xf86-input-synaptics, xf86-input-mouse, xf86-input-evdev 这些有没有安装? |
都安装了。我直接安装了整个xorg组。 |
Exec |
xf86-input-libinput这个包是怎么回事,为什么卸载以后dde就显示鼠标的配置了。 |
libinput 是一个处理输入设备的通用库,应该是为 Wayland 开发的,也支持 X.Org。 从目前的情况可以看出 xf86-input-libinput 的优先级很高,安装了它之后输入设备的驱动就会设置成它。 |
原来如此,学习了。 |
I want to disable touchpad when I use usb-mouse.
The text was updated successfully, but these errors were encountered: