Touchpad - Two finger scroll not working











up vote
0
down vote

favorite












I have an ASUS N750JV laptop with kubuntu 18.04 installed and I am struggling to make two finger scroll work. Be default libinput is installed as touchpad driver.
This is the output of xinput -list:



⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Video Bus id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ USB2.0 UVC HD Webcam: USB2.0 UV id=11 [slave keyboard (3)]
↳ Asus WMI hotkeys id=12 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


This is the output of xinput list-props 14



Device 'PS/2 Logitech Wheel Mouse':
Device Enabled (175): 1
Coordinate Transformation Matrix (177): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (312): 0
libinput Natural Scrolling Enabled Default (313): 0
libinput Scroll Methods Available (314): 0, 0, 1
libinput Scroll Method Enabled (315): 0, 0, 1
libinput Scroll Method Enabled Default (316): 0, 0, 1
libinput Button Scrolling Button (317): 2
libinput Button Scrolling Button Default (318): 2
libinput Middle Emulation Enabled (319): 0
libinput Middle Emulation Enabled Default (320): 0
libinput Accel Speed (321): 0.000000
libinput Accel Speed Default (322): 0.000000
libinput Accel Profiles Available (323): 1, 1
libinput Accel Profile Enabled (324): 1, 0
libinput Accel Profile Enabled Default (325): 1, 0
libinput Left Handed Enabled (326): 0
libinput Left Handed Enabled Default (327): 0
libinput Send Events Modes Available (297): 1, 0
libinput Send Events Mode Enabled (298): 0, 0
libinput Send Events Mode Enabled Default (299): 0, 0
Device Node (300): "/dev/input/event6"
Device Product ID (301): 2, 1
libinput Drag Lock Buttons (328): <no items>
libinput Horizontal Scroll Enabled (329): 1


I have set the following options to the /usr/share/X11/xorg.conf.d/40-libinput.conf:



Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "true"
Option "ClickMethod" "clickfinger"
Option "NaturalScrolling" "true"
Option "ScrollMethod" "twofinger"
EndSection


But still doesn't work. Thanks for your help.










share|improve this question


























    up vote
    0
    down vote

    favorite












    I have an ASUS N750JV laptop with kubuntu 18.04 installed and I am struggling to make two finger scroll work. Be default libinput is installed as touchpad driver.
    This is the output of xinput -list:



    ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ PS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Video Bus id=9 [slave keyboard (3)]
    ↳ Sleep Button id=10 [slave keyboard (3)]
    ↳ USB2.0 UVC HD Webcam: USB2.0 UV id=11 [slave keyboard (3)]
    ↳ Asus WMI hotkeys id=12 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


    This is the output of xinput list-props 14



    Device 'PS/2 Logitech Wheel Mouse':
    Device Enabled (175): 1
    Coordinate Transformation Matrix (177): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Natural Scrolling Enabled (312): 0
    libinput Natural Scrolling Enabled Default (313): 0
    libinput Scroll Methods Available (314): 0, 0, 1
    libinput Scroll Method Enabled (315): 0, 0, 1
    libinput Scroll Method Enabled Default (316): 0, 0, 1
    libinput Button Scrolling Button (317): 2
    libinput Button Scrolling Button Default (318): 2
    libinput Middle Emulation Enabled (319): 0
    libinput Middle Emulation Enabled Default (320): 0
    libinput Accel Speed (321): 0.000000
    libinput Accel Speed Default (322): 0.000000
    libinput Accel Profiles Available (323): 1, 1
    libinput Accel Profile Enabled (324): 1, 0
    libinput Accel Profile Enabled Default (325): 1, 0
    libinput Left Handed Enabled (326): 0
    libinput Left Handed Enabled Default (327): 0
    libinput Send Events Modes Available (297): 1, 0
    libinput Send Events Mode Enabled (298): 0, 0
    libinput Send Events Mode Enabled Default (299): 0, 0
    Device Node (300): "/dev/input/event6"
    Device Product ID (301): 2, 1
    libinput Drag Lock Buttons (328): <no items>
    libinput Horizontal Scroll Enabled (329): 1


    I have set the following options to the /usr/share/X11/xorg.conf.d/40-libinput.conf:



    Section "InputClass"
    Identifier "libinput touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "Tapping" "true"
    Option "ClickMethod" "clickfinger"
    Option "NaturalScrolling" "true"
    Option "ScrollMethod" "twofinger"
    EndSection


    But still doesn't work. Thanks for your help.










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have an ASUS N750JV laptop with kubuntu 18.04 installed and I am struggling to make two finger scroll work. Be default libinput is installed as touchpad driver.
      This is the output of xinput -list:



      ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ PS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Power Button id=6 [slave keyboard (3)]
      ↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
      ↳ Video Bus id=8 [slave keyboard (3)]
      ↳ Video Bus id=9 [slave keyboard (3)]
      ↳ Sleep Button id=10 [slave keyboard (3)]
      ↳ USB2.0 UVC HD Webcam: USB2.0 UV id=11 [slave keyboard (3)]
      ↳ Asus WMI hotkeys id=12 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


      This is the output of xinput list-props 14



      Device 'PS/2 Logitech Wheel Mouse':
      Device Enabled (175): 1
      Coordinate Transformation Matrix (177): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
      libinput Natural Scrolling Enabled (312): 0
      libinput Natural Scrolling Enabled Default (313): 0
      libinput Scroll Methods Available (314): 0, 0, 1
      libinput Scroll Method Enabled (315): 0, 0, 1
      libinput Scroll Method Enabled Default (316): 0, 0, 1
      libinput Button Scrolling Button (317): 2
      libinput Button Scrolling Button Default (318): 2
      libinput Middle Emulation Enabled (319): 0
      libinput Middle Emulation Enabled Default (320): 0
      libinput Accel Speed (321): 0.000000
      libinput Accel Speed Default (322): 0.000000
      libinput Accel Profiles Available (323): 1, 1
      libinput Accel Profile Enabled (324): 1, 0
      libinput Accel Profile Enabled Default (325): 1, 0
      libinput Left Handed Enabled (326): 0
      libinput Left Handed Enabled Default (327): 0
      libinput Send Events Modes Available (297): 1, 0
      libinput Send Events Mode Enabled (298): 0, 0
      libinput Send Events Mode Enabled Default (299): 0, 0
      Device Node (300): "/dev/input/event6"
      Device Product ID (301): 2, 1
      libinput Drag Lock Buttons (328): <no items>
      libinput Horizontal Scroll Enabled (329): 1


      I have set the following options to the /usr/share/X11/xorg.conf.d/40-libinput.conf:



      Section "InputClass"
      Identifier "libinput touchpad catchall"
      MatchIsTouchpad "on"
      MatchDevicePath "/dev/input/event*"
      Driver "libinput"
      Option "Tapping" "true"
      Option "ClickMethod" "clickfinger"
      Option "NaturalScrolling" "true"
      Option "ScrollMethod" "twofinger"
      EndSection


      But still doesn't work. Thanks for your help.










      share|improve this question













      I have an ASUS N750JV laptop with kubuntu 18.04 installed and I am struggling to make two finger scroll work. Be default libinput is installed as touchpad driver.
      This is the output of xinput -list:



      ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ PS/2 Logitech Wheel Mouse id=14 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Power Button id=6 [slave keyboard (3)]
      ↳ Asus Wireless Radio Control id=7 [slave keyboard (3)]
      ↳ Video Bus id=8 [slave keyboard (3)]
      ↳ Video Bus id=9 [slave keyboard (3)]
      ↳ Sleep Button id=10 [slave keyboard (3)]
      ↳ USB2.0 UVC HD Webcam: USB2.0 UV id=11 [slave keyboard (3)]
      ↳ Asus WMI hotkeys id=12 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


      This is the output of xinput list-props 14



      Device 'PS/2 Logitech Wheel Mouse':
      Device Enabled (175): 1
      Coordinate Transformation Matrix (177): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
      libinput Natural Scrolling Enabled (312): 0
      libinput Natural Scrolling Enabled Default (313): 0
      libinput Scroll Methods Available (314): 0, 0, 1
      libinput Scroll Method Enabled (315): 0, 0, 1
      libinput Scroll Method Enabled Default (316): 0, 0, 1
      libinput Button Scrolling Button (317): 2
      libinput Button Scrolling Button Default (318): 2
      libinput Middle Emulation Enabled (319): 0
      libinput Middle Emulation Enabled Default (320): 0
      libinput Accel Speed (321): 0.000000
      libinput Accel Speed Default (322): 0.000000
      libinput Accel Profiles Available (323): 1, 1
      libinput Accel Profile Enabled (324): 1, 0
      libinput Accel Profile Enabled Default (325): 1, 0
      libinput Left Handed Enabled (326): 0
      libinput Left Handed Enabled Default (327): 0
      libinput Send Events Modes Available (297): 1, 0
      libinput Send Events Mode Enabled (298): 0, 0
      libinput Send Events Mode Enabled Default (299): 0, 0
      Device Node (300): "/dev/input/event6"
      Device Product ID (301): 2, 1
      libinput Drag Lock Buttons (328): <no items>
      libinput Horizontal Scroll Enabled (329): 1


      I have set the following options to the /usr/share/X11/xorg.conf.d/40-libinput.conf:



      Section "InputClass"
      Identifier "libinput touchpad catchall"
      MatchIsTouchpad "on"
      MatchDevicePath "/dev/input/event*"
      Driver "libinput"
      Option "Tapping" "true"
      Option "ClickMethod" "clickfinger"
      Option "NaturalScrolling" "true"
      Option "ScrollMethod" "twofinger"
      EndSection


      But still doesn't work. Thanks for your help.







      18.04 kubuntu touchpad libinput






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 24 at 17:19









      karim

      11




      11






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          You can open the mouse and touchpad menu in the system settings and make sure that two finger scroll is enabled.






          share|improve this answer








          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • When I open the Touchpad Settings I got the message "No touchpad found".
            – karim
            Nov 25 at 13:15











          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',
          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/3.0/"u003ecc by-sa 3.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%2f1095700%2ftouchpad-two-finger-scroll-not-working%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          You can open the mouse and touchpad menu in the system settings and make sure that two finger scroll is enabled.






          share|improve this answer








          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • When I open the Touchpad Settings I got the message "No touchpad found".
            – karim
            Nov 25 at 13:15















          up vote
          0
          down vote













          You can open the mouse and touchpad menu in the system settings and make sure that two finger scroll is enabled.






          share|improve this answer








          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • When I open the Touchpad Settings I got the message "No touchpad found".
            – karim
            Nov 25 at 13:15













          up vote
          0
          down vote










          up vote
          0
          down vote









          You can open the mouse and touchpad menu in the system settings and make sure that two finger scroll is enabled.






          share|improve this answer








          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          You can open the mouse and touchpad menu in the system settings and make sure that two finger scroll is enabled.







          share|improve this answer








          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Nov 24 at 18:26









          Aidan Fayhee

          34




          34




          New contributor




          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Aidan Fayhee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • When I open the Touchpad Settings I got the message "No touchpad found".
            – karim
            Nov 25 at 13:15


















          • When I open the Touchpad Settings I got the message "No touchpad found".
            – karim
            Nov 25 at 13:15
















          When I open the Touchpad Settings I got the message "No touchpad found".
          – karim
          Nov 25 at 13:15




          When I open the Touchpad Settings I got the message "No touchpad found".
          – karim
          Nov 25 at 13:15


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1095700%2ftouchpad-two-finger-scroll-not-working%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

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局