Change History (8)
follow-up: 2 comment:1 by , 21 months ago
comment:2 by , 21 months ago
Replying to Bruce Dubbs:
So that just leaves the input drivers in Xorg?
If we'll succeed archiving the xf86-video drivers, I think yes.
follow-up: 4 comment:3 by , 21 months ago
If I might interject on the input drivers, I think the only one that is needed in a modern system is xf86-input-libinput. It long ago matured to the point where it can replace xf86-input-evdev, xf86-input-synaptics, and xf86-input-wacom. Upstream will take bug reports on any problems with touchpads and tablets.
The thing that drives libinput to be a complete solution for trackpads and tablets is that it is the only path through which Wayland supports input devices, so we could expect that any deficiencies would be addressed.
follow-up: 5 comment:4 by , 21 months ago
Replying to martyj19:
If I might interject on the input drivers, I think the only one that is needed in a modern system is xf86-input-libinput. It long ago matured to the point where it can replace xf86-input-evdev, xf86-input-synaptics, and xf86-input-wacom. Upstream will take bug reports on any problems with touchpads and tablets.
The thing that drives libinput to be a complete solution for trackpads and tablets is that it is the only path through which Wayland supports input devices, so we could expect that any deficiencies would be addressed.
Some packages use the Synaptics and Wacom SDKs included with those drivers, e.g. gnome-settings-daemon and Plasma, so they really need to be kept for now
follow-up: 6 comment:5 by , 21 months ago
Replying to Douglas R. Reno:
Replying to martyj19:
If I might interject on the input drivers, I think the only one that is needed in a modern system is xf86-input-libinput. It long ago matured to the point where it can replace xf86-input-evdev, xf86-input-synaptics, and xf86-input-wacom. Upstream will take bug reports on any problems with touchpads and tablets.
The thing that drives libinput to be a complete solution for trackpads and tablets is that it is the only path through which Wayland supports input devices, so we could expect that any deficiencies would be addressed.
Some packages use the Synaptics and Wacom SDKs included with those drivers, e.g. gnome-settings-daemon and Plasma, so they really need to be kept for now
I'm sure g-s-d does not. It uses libwacom (not the xf86 driver), and I cannot find any reference to "synaptics" in the code.
comment:6 by , 21 months ago
Replying to Xi Ruoyao:
Replying to Douglas R. Reno:
Replying to martyj19:
If I might interject on the input drivers, I think the only one that is needed in a modern system is xf86-input-libinput. It long ago matured to the point where it can replace xf86-input-evdev, xf86-input-synaptics, and xf86-input-wacom. Upstream will take bug reports on any problems with touchpads and tablets.
The thing that drives libinput to be a complete solution for trackpads and tablets is that it is the only path through which Wayland supports input devices, so we could expect that any deficiencies would be addressed.
Some packages use the Synaptics and Wacom SDKs included with those drivers, e.g. gnome-settings-daemon and Plasma, so they really need to be kept for now
I'm sure g-s-d does not. It uses libwacom (not the xf86 driver), and I cannot find any reference to "synaptics" in the code.
Synaptics is for Plasma
Sorry about the confusion on g-s-d, was just going on what's in the book currently. I'll change that dependency later
comment:7 by , 21 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at r11.3-918-g9a612888e4. For input drivers please open a new ticket if wanted.
So that just leaves the input drivers in Xorg?