Disable Wacom Finger Touch in Ubuntu 16.04.3Getting Wacom Bamboo Pen + Touch pressure sensitivy in GIMPHow to get a Wacom Bamboo tablet working properly in an Ubuntu VM on a Mac?Configuring Wacom Tablet buttons and optionsPressure Sensitivity with Wacom Bamboo in Inkscape 0.48How can I configure the express keys for my Intuos drawing tablet?Toggling touch sensitivity for WACOM CTH-300 Bamboo PadXsetwacom -list devices having issues

Why didn't Aboriginal Australians discover agriculture?

What plausible reasons why people forget they didn't originally live on this new planet?

Could you use uppercase or special characters in a password in early Unix?

Should I respond to a sabotage accusation e-mail at work?

Does Turkey make the "structural steel frame" for the F-35 fighter?

Most optimal hallways with random gravity inside?

How would a race of humanoids with tails design [vehicle] seats?

Grade changes with auto grader

Compress .hex file for micro-controller

Which person is telling the truth?

Combining switching and linear regulators

How can a stock trade for a fraction of a cent?

How to write a whole LaTeX document in bf?

Do the KKT conditions hold for mixed integer nonlinear problems?

Why can a T* be passed in register, but a unique_ptr<T> cannot?

Given a fibonacci number , find just next fibonacci number

What are the advantages to banks being located in the City of London (the Square Mile)?

Should we increase saturation and brightness on CMYK colors?

Is it unusual that English uses possessive for past tense?

Why is 10.1.255.255 an invalid broadcast address?

だけ between two verbs / second verb performing an action on だけ construction

Does using an img title attribute in addition to the alt attribute help image SEO?

Can Microsoft employees see my data in Azure?

Can every type of linear filter be modelled by a convolution?



Disable Wacom Finger Touch in Ubuntu 16.04.3


Getting Wacom Bamboo Pen + Touch pressure sensitivy in GIMPHow to get a Wacom Bamboo tablet working properly in an Ubuntu VM on a Mac?Configuring Wacom Tablet buttons and optionsPressure Sensitivity with Wacom Bamboo in Inkscape 0.48How can I configure the express keys for my Intuos drawing tablet?Toggling touch sensitivity for WACOM CTH-300 Bamboo PadXsetwacom -list devices having issues






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1

















I've reinstalled my system and what used to be 16.04.1 is now 16.04.3.



Before the reinstall, I disabled the Wacom Touch using the following script:



WACOM_TOUCH=`xinput --list --short | grep -m1 "Wacom Bamboo 2FG 4x5 Finger touch" | cut -f2 | cut -d= -f2` 
xsetwacom --set "$WACOM_TOUCH" Touch off


After installing 16.04.3, it doesn't work anymore because Finger touch is renamed to Pad pad:



$ xsetwacom --list devices
Wacom Bamboo 2FG 4x5 Pen stylus id: 8 type: STYLUS
Wacom Bamboo 2FG 4x5 Pad pad id: 10 type: PAD
Wacom Bamboo 2FG 4x5 Pen eraser id: 14 type: ERASER


However, even when I disable Touch on Pad pad, touch is still enabled and I keep accidentally firing touch events. In fact, I can disable them for all devices, without an error thrown:



$ xsetwacom --set 10 Touch off
$ xsetwacom --set 8 Touch off
$ xsetwacom --set 14 Touch off


Touch just doesn't turn off.



Is anything else changed? How do I turn off touch?




Some logs



$ cat /var/log/syslog | grep wacom
wacom 0003:056A:00D1.0007: hidraw0: USB HID v1.00 Mouse [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input0
wacom 0003:056A:00D1.0008: hidraw1: USB HID v1.00 Device [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input1









share|improve this question
































    1

















    I've reinstalled my system and what used to be 16.04.1 is now 16.04.3.



    Before the reinstall, I disabled the Wacom Touch using the following script:



    WACOM_TOUCH=`xinput --list --short | grep -m1 "Wacom Bamboo 2FG 4x5 Finger touch" | cut -f2 | cut -d= -f2` 
    xsetwacom --set "$WACOM_TOUCH" Touch off


    After installing 16.04.3, it doesn't work anymore because Finger touch is renamed to Pad pad:



    $ xsetwacom --list devices
    Wacom Bamboo 2FG 4x5 Pen stylus id: 8 type: STYLUS
    Wacom Bamboo 2FG 4x5 Pad pad id: 10 type: PAD
    Wacom Bamboo 2FG 4x5 Pen eraser id: 14 type: ERASER


    However, even when I disable Touch on Pad pad, touch is still enabled and I keep accidentally firing touch events. In fact, I can disable them for all devices, without an error thrown:



    $ xsetwacom --set 10 Touch off
    $ xsetwacom --set 8 Touch off
    $ xsetwacom --set 14 Touch off


    Touch just doesn't turn off.



    Is anything else changed? How do I turn off touch?




    Some logs



    $ cat /var/log/syslog | grep wacom
    wacom 0003:056A:00D1.0007: hidraw0: USB HID v1.00 Mouse [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input0
    wacom 0003:056A:00D1.0008: hidraw1: USB HID v1.00 Device [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input1









    share|improve this question




























      1












      1








      1








      I've reinstalled my system and what used to be 16.04.1 is now 16.04.3.



      Before the reinstall, I disabled the Wacom Touch using the following script:



      WACOM_TOUCH=`xinput --list --short | grep -m1 "Wacom Bamboo 2FG 4x5 Finger touch" | cut -f2 | cut -d= -f2` 
      xsetwacom --set "$WACOM_TOUCH" Touch off


      After installing 16.04.3, it doesn't work anymore because Finger touch is renamed to Pad pad:



      $ xsetwacom --list devices
      Wacom Bamboo 2FG 4x5 Pen stylus id: 8 type: STYLUS
      Wacom Bamboo 2FG 4x5 Pad pad id: 10 type: PAD
      Wacom Bamboo 2FG 4x5 Pen eraser id: 14 type: ERASER


      However, even when I disable Touch on Pad pad, touch is still enabled and I keep accidentally firing touch events. In fact, I can disable them for all devices, without an error thrown:



      $ xsetwacom --set 10 Touch off
      $ xsetwacom --set 8 Touch off
      $ xsetwacom --set 14 Touch off


      Touch just doesn't turn off.



      Is anything else changed? How do I turn off touch?




      Some logs



      $ cat /var/log/syslog | grep wacom
      wacom 0003:056A:00D1.0007: hidraw0: USB HID v1.00 Mouse [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input0
      wacom 0003:056A:00D1.0008: hidraw1: USB HID v1.00 Device [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input1









      share|improve this question















      I've reinstalled my system and what used to be 16.04.1 is now 16.04.3.



      Before the reinstall, I disabled the Wacom Touch using the following script:



      WACOM_TOUCH=`xinput --list --short | grep -m1 "Wacom Bamboo 2FG 4x5 Finger touch" | cut -f2 | cut -d= -f2` 
      xsetwacom --set "$WACOM_TOUCH" Touch off


      After installing 16.04.3, it doesn't work anymore because Finger touch is renamed to Pad pad:



      $ xsetwacom --list devices
      Wacom Bamboo 2FG 4x5 Pen stylus id: 8 type: STYLUS
      Wacom Bamboo 2FG 4x5 Pad pad id: 10 type: PAD
      Wacom Bamboo 2FG 4x5 Pen eraser id: 14 type: ERASER


      However, even when I disable Touch on Pad pad, touch is still enabled and I keep accidentally firing touch events. In fact, I can disable them for all devices, without an error thrown:



      $ xsetwacom --set 10 Touch off
      $ xsetwacom --set 8 Touch off
      $ xsetwacom --set 14 Touch off


      Touch just doesn't turn off.



      Is anything else changed? How do I turn off touch?




      Some logs



      $ cat /var/log/syslog | grep wacom
      wacom 0003:056A:00D1.0007: hidraw0: USB HID v1.00 Mouse [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input0
      wacom 0003:056A:00D1.0008: hidraw1: USB HID v1.00 Device [Wacom Co.,Ltd. CTH-460] on usb-0000:00:14.0-3.1/input1






      touchpad wacom






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 8 '17 at 8:59









      RedsandroRedsandro

      1,9245 gold badges21 silver badges36 bronze badges




      1,9245 gold badges21 silver badges36 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          1


















          I shall note that there is at least in Xubuntu this 'Mouse and Touchpad' window in which you can disable Wacom touch Finger. It was a lifesaver for me :)



          enter image description here






          share|improve this answer

































            1


















            In my case, I got followings:



            $ xsetwacom --list devices
            Wacom Intuos Pro M Pen stylus id: 11 type: STYLUS
            Wacom Intuos Pro M Pad pad id: 12 type: PAD
            Wacom Intuos Pro M Finger touch id: 13 type: TOUCH
            Wacom Intuos Pro M Pen eraser id: 14 type: ERASER
            Wacom Intuos Pro M Pen cursor id: 15 type: CURSOR


            I can get the current vaule with the following:



            $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
            on


            Disable the finger touch:



            $ xsetwacom --set "Wacom Intuos Pro M Finger touch" Touch off


            Confirm:



            $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
            off





            share|improve this answer


























            • Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

              – Redsandro
              Sep 7 '18 at 13:54











            • I'm using Ubuntu 16.04.5.

              – Hyounsam K
              Sep 10 '18 at 4:24











            • I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

              – Hyounsam K
              Sep 10 '18 at 4:32












            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f984339%2fdisable-wacom-finger-touch-in-ubuntu-16-04-3%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1


















            I shall note that there is at least in Xubuntu this 'Mouse and Touchpad' window in which you can disable Wacom touch Finger. It was a lifesaver for me :)



            enter image description here






            share|improve this answer






























              1


















              I shall note that there is at least in Xubuntu this 'Mouse and Touchpad' window in which you can disable Wacom touch Finger. It was a lifesaver for me :)



              enter image description here






              share|improve this answer




























                1














                1










                1









                I shall note that there is at least in Xubuntu this 'Mouse and Touchpad' window in which you can disable Wacom touch Finger. It was a lifesaver for me :)



                enter image description here






                share|improve this answer














                I shall note that there is at least in Xubuntu this 'Mouse and Touchpad' window in which you can disable Wacom touch Finger. It was a lifesaver for me :)



                enter image description here







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered May 27 at 22:04









                Manu JärvinenManu Järvinen

                1263 bronze badges




                1263 bronze badges


























                    1


















                    In my case, I got followings:



                    $ xsetwacom --list devices
                    Wacom Intuos Pro M Pen stylus id: 11 type: STYLUS
                    Wacom Intuos Pro M Pad pad id: 12 type: PAD
                    Wacom Intuos Pro M Finger touch id: 13 type: TOUCH
                    Wacom Intuos Pro M Pen eraser id: 14 type: ERASER
                    Wacom Intuos Pro M Pen cursor id: 15 type: CURSOR


                    I can get the current vaule with the following:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    on


                    Disable the finger touch:



                    $ xsetwacom --set "Wacom Intuos Pro M Finger touch" Touch off


                    Confirm:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    off





                    share|improve this answer


























                    • Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                      – Redsandro
                      Sep 7 '18 at 13:54











                    • I'm using Ubuntu 16.04.5.

                      – Hyounsam K
                      Sep 10 '18 at 4:24











                    • I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                      – Hyounsam K
                      Sep 10 '18 at 4:32















                    1


















                    In my case, I got followings:



                    $ xsetwacom --list devices
                    Wacom Intuos Pro M Pen stylus id: 11 type: STYLUS
                    Wacom Intuos Pro M Pad pad id: 12 type: PAD
                    Wacom Intuos Pro M Finger touch id: 13 type: TOUCH
                    Wacom Intuos Pro M Pen eraser id: 14 type: ERASER
                    Wacom Intuos Pro M Pen cursor id: 15 type: CURSOR


                    I can get the current vaule with the following:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    on


                    Disable the finger touch:



                    $ xsetwacom --set "Wacom Intuos Pro M Finger touch" Touch off


                    Confirm:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    off





                    share|improve this answer


























                    • Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                      – Redsandro
                      Sep 7 '18 at 13:54











                    • I'm using Ubuntu 16.04.5.

                      – Hyounsam K
                      Sep 10 '18 at 4:24











                    • I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                      – Hyounsam K
                      Sep 10 '18 at 4:32













                    1














                    1










                    1









                    In my case, I got followings:



                    $ xsetwacom --list devices
                    Wacom Intuos Pro M Pen stylus id: 11 type: STYLUS
                    Wacom Intuos Pro M Pad pad id: 12 type: PAD
                    Wacom Intuos Pro M Finger touch id: 13 type: TOUCH
                    Wacom Intuos Pro M Pen eraser id: 14 type: ERASER
                    Wacom Intuos Pro M Pen cursor id: 15 type: CURSOR


                    I can get the current vaule with the following:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    on


                    Disable the finger touch:



                    $ xsetwacom --set "Wacom Intuos Pro M Finger touch" Touch off


                    Confirm:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    off





                    share|improve this answer














                    In my case, I got followings:



                    $ xsetwacom --list devices
                    Wacom Intuos Pro M Pen stylus id: 11 type: STYLUS
                    Wacom Intuos Pro M Pad pad id: 12 type: PAD
                    Wacom Intuos Pro M Finger touch id: 13 type: TOUCH
                    Wacom Intuos Pro M Pen eraser id: 14 type: ERASER
                    Wacom Intuos Pro M Pen cursor id: 15 type: CURSOR


                    I can get the current vaule with the following:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    on


                    Disable the finger touch:



                    $ xsetwacom --set "Wacom Intuos Pro M Finger touch" Touch off


                    Confirm:



                    $ xsetwacom --get "Wacom Intuos Pro M Finger touch" Touch
                    off






                    share|improve this answer













                    share|improve this answer




                    share|improve this answer










                    answered Sep 7 '18 at 13:42









                    Hyounsam KHyounsam K

                    111 bronze badge




                    111 bronze badge















                    • Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                      – Redsandro
                      Sep 7 '18 at 13:54











                    • I'm using Ubuntu 16.04.5.

                      – Hyounsam K
                      Sep 10 '18 at 4:24











                    • I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                      – Hyounsam K
                      Sep 10 '18 at 4:32

















                    • Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                      – Redsandro
                      Sep 7 '18 at 13:54











                    • I'm using Ubuntu 16.04.5.

                      – Hyounsam K
                      Sep 10 '18 at 4:24











                    • I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                      – Hyounsam K
                      Sep 10 '18 at 4:32
















                    Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                    – Redsandro
                    Sep 7 '18 at 13:54





                    Interesting. I don't have the "finger touch". What would be the difference between pad pad and finger touch?

                    – Redsandro
                    Sep 7 '18 at 13:54













                    I'm using Ubuntu 16.04.5.

                    – Hyounsam K
                    Sep 10 '18 at 4:24





                    I'm using Ubuntu 16.04.5.

                    – Hyounsam K
                    Sep 10 '18 at 4:24













                    I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                    – Hyounsam K
                    Sep 10 '18 at 4:32





                    I couldn't find any document with detailed description about Wacom settings on Ubuntu yet.

                    – Hyounsam K
                    Sep 10 '18 at 4:32


















                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f984339%2fdisable-wacom-finger-touch-in-ubuntu-16-04-3%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?