Why Drawing Tablet Brands Won't Collaborate on Linux Floss Drivers
Repo naming and vendor collaboration
- Core issue: many Linux tablet driver components and repos are named after Wacom, a historical legacy.
- Some commenters believe other vendors avoid contributing because it looks like a Wacom-led project, effectively helping a competitor.
- Others are skeptical this is the real blocker and see the “we’d help if it were renamed” line as a weak excuse.
Cost–benefit and politics of renaming
- Renaming is seen as non-trivial: breakage of links, docs, scripts, APIs, distro packaging, and user confusion.
- Maintainers are portrayed as prioritizing bug fixes and features over branding work, especially given limited time and appreciation.
- Some argue refusing to rename in the face of a real adoption barrier is an emotional or ideological stance, not a rational trade-off.
- Others counter that deciding not to spend scarce time on low-perceived-benefit work is itself a logical prioritization.
Comparisons to other renames (master→main, trademarks, etc.)
- The Wacom renaming is contrasted with the “master→main” branch rename:
- Some say the tablet renaming has a clearer practical payoff (vendor collaboration).
- Others argue both are non-technical, politically motivated changes driven by people “upset by names.”
- There is debate over cultural sensitivity around “master” (framed as US-specific) versus straightforward business concerns about working under a competitor’s brand.
- Trademarks and fear of brand conflicts are cited as a concrete reason companies might avoid Wacom-branded infrastructure.
Branding, perception, and adoption
- Several note that “it’s just a name” is wrong in practice: names drive perceptions of seriousness, neutrality, and inclusiveness.
- The GIMP name is used as a cautionary example; some say it materially hurt adoption and corporate use despite the software’s quality.
- Confusion for users when non-Wacom hardware depends on Wacom-labeled components is reported as a real, past problem.
Proposed paths forward
- Suggestions include:
- Forking and renaming key repos (e.g., hid-descriptors) to a neutral project, leaving originals archived with pointers.
- Creating a new umbrella project (e.g., “libtablet”) that vendors can comfortably target while legacy “wacom” code slowly funnels in.
- Getting distributions to help manage the transition.
- Some argue even partial, incremental renaming would lower barriers for vendors without solving everything perfectly.
Hardware choices and Linux experience
- Multiple comments conclude the situation effectively pushes Linux users toward Wacom, viewed as the only brand that “just works.”
- Others report satisfactory experiences with Huion and XP-Pen, but often with more setup friction, missing features (e.g., remotes), or quirky issues (boot problems, calibration).
- Linux GUIs for tablet configuration are seen as weaker than Windows equivalents; advanced mapping and button remapping often require scripts or tools like xsetwacom, which don’t work on Wayland.
- OpenTabletDriver is mentioned as helpful but not flawless; some users report past issues or missing features.
AI-assisted reverse engineering
- A subthread explores using modern AI to analyze Windows driver binaries and generate Linux drivers.
- One side claims this is already happening in other domains and is technically feasible.
- Others raise legal and IP concerns (EULAs, patents, derivative works), noting you still effectively need vendor permission.