Conversation

Notices

  1. Does anyone know how to get linux (mint 17.3 x64, if that helps) to set orientation/pressure curve on a Wacom automatically when the tablet's plugged in, instead of having to run a bash script every time my tablet needs plugged back in? (I'm a lefty and have the curve set to relatively stiff)

    Friday, 01-Jan-16 17:40:23 UTC from web
    1. @redenchilada (Bamboo Splash Pen, but the OS thinks it's a Bamboo Connect Pen. Still works fine)

      Friday, 01-Jan-16 17:43:25 UTC from web
    2. @redenchilada You can create a udev event that executes the script every time you plug in the tablet.

      Friday, 01-Jan-16 18:04:39 UTC from Choqok
      1. @adiwan Can you explain this to me or show me a link that explains it or give me a manpage to look up

        Friday, 01-Jan-16 19:38:06 UTC from web
        1. @redenchilada http://linux.die.net/man/8/udev

          Friday, 01-Jan-16 19:39:52 UTC from web
        2. @redenchilada http://unix.stackexchange.com/questions/28548/how-to-run-custom-scripts-upon-usb-device-plug-in http://unix.stackexchange.com/questions/65788/why-doesnt-xsetwacom-work-from-udev I haven't done it myself but it looks quite easy. You have to look up the product ID with "lsusb -v".

          Friday, 01-Jan-16 19:55:31 UTC from Choqok