I've had issue after installing and removing chrome-remote-desktop. Solved by adding following to the end of /usr/share/X11/xorg.conf.d/70-wacom.conf: # ================================================================= # Wacom Co., Ltd CTE-450 [Bamboo Fun (small)] Section "InputClass" Identifier "Wacom Co., Ltd CTE-450 [Bamboo Fun (small)]" MatchUSBID "056a:0017" MatchDevicePath "/dev/input/event*" MatchIsTouchscreen "true" Driver "wacom" Option "Device" "/dev/ttyS0" # SERIAL ONLY Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "pad" Option "USB" "on" # USB ONLY Option "SendCoreEvents" "on" EndSection
Section "ServerLayout" Identifier "X.org Configured" InputDevice "stylus" InputDevice "eraser" InputDevice "cursor" # For non-LCD tablets only InputDevice "touch" # For TabletPCs and BambooPTs that support touch InputDevice "pad" # For Intuos3/Intuos4/CintiqV5/Graphire4/Bamboo/BambooPT EndSection # ================================================================= P.S. Don't forget to change your device ID to the one you got from "lsusb". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1726224 Title: wacom invisible mouse pointer in wayland To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-shell/+bug/1726224/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs