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 Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1726224

Title:
  wacom invisible mouse pointer in wayland

Status in GNOME Shell:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Triaged
Status in xorg-server package in Ubuntu:
  Confirmed

Bug description:
  After upgrading to Ubuntu 17.10, I connected my Wacom Intuos tablet,
  which has touch and pen functionality.

  Controlling the mouse pointer through the touch functionality seems to
  work fine, but using the stylus produced very strange behaviour,
  depending the program.

  - With Firefox there there are two pointers - one that is moving in
  accordance with the stylus movements, and one stays put at the
  position, when the stylus movement was detected.

  - With Darktable the mouse pointer becomes invisible, once it's moved
  inside of the application window (it registers clicks though). Once
  the pointer is moved outside of the application window, it appears
  again.

  I'm running Ubuntu inside of a wayland session.

  libwacom2: 0.24-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1726224/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to