Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: Ubuntu 10.10 two-finger scrolling doesn't work

  1. #21
    Join Date
    Oct 2006
    Beans
    Hidden!

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Quote Originally Posted by parigigi View Post
    Did anybody else experienced the problem after resuming from the suspend state?

    Cheers
    same here,have to remove the /usr/share/X11/xorg.conf.d/50-twofingerscroll.conf to boot up again w/o problems

  2. #22
    Join Date
    Aug 2008
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    HP dv7t quad. Same identifier as the solution listed above. I did not quote to save space. Followed step by step and it doesn't work. I'm using gnome and 10.10.

  3. #23
    Join Date
    Oct 2009
    Location
    St. Louis
    Beans
    4
    Distro
    Ubuntu UNR

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Tested and this works perfectly on my Asus eeePC 1001p. I was wondering though if you could change it so the 2 finger tap emulated a middle click instead of a right click.

  4. #24
    Join Date
    Jan 2008
    Beans
    1

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Quote Originally Posted by parigigi View Post
    Did anybody else experienced the problem after resuming from the suspend state?

    Cheers
    It worked for me for a short while, but after either standby or reboot it seems to have failed. I re-followed the steps, but found all the settings exactly as they were. The mouse just "wigs out" and jumps all over when I try it now.

    Running Ubuntu Netbook 10.10 on an Asus 1101HA, or, the netbook that should run linux fantastically but is actually the linux-netbook from hell.

  5. #25
    Join Date
    Aug 2006
    Location
    Scotland
    Beans
    59
    Distro
    Ubuntu

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Quote Originally Posted by Vapor63 View Post
    It worked for me for a short while, but after either standby or reboot it seems to have failed. I re-followed the steps, but found all the settings exactly as they were. The mouse just "wigs out" and jumps all over when I try it now.
    Same problem here, all of sudden with an EEE PC 1001P. I did a fresh install yesterday but this fix worked for weeks before that!?

  6. #26
    Join Date
    Feb 2011
    Beans
    8
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Yep--ptosiani's solution stops working after I suspend/reboot my computer (eeePC 1001P). In this earlier thread, lores suggests making a script that runs on startup, (and making a shortcut icon, as that won't work after suspend).

    Here's more detailed instructions (for 10.04 but I assume it'll work for 10.10 too).

  7. #27
    Join Date
    Mar 2011
    Beans
    1

    Thumbs down Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Quote Originally Posted by ptosiani View Post
    Hey! now is working... this is what I did:

    1. Install "Pointing Devices"

    2. Open System / Preferences / Pointing Devices and disable Vertical and Horizontal Scrolling.

    3. Open a terminal (ctrl + alt + t) and execute this commands:
    Code:
    synclient HorizTwoFingerScroll=1
    synclient VertTwoFingerScroll=1
    synclient EmulateTwoFingerMinZ=40 
    synclient EmulateTwoFingerMinW=8
    4.Open a terminal (ctrl + alt + t) and execute this commands:
    Code:
    gconf-editor
    5. Navigate and find this key: /desktop/gnome/peripherals/touchpad/scroll_method

    6. Assign the value '2'

    7.Open a terminal (ctrl + alt + t) and execute this commands:
    Code:
    cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
    8. Copy the Identifier name, in my case, it was "Touchpad catchall"
    Code:
    Identifier "touchpad catchall"
    9. Execute this command, as a Super User.
    Code:
    sudo nano /usr/share/X11/xorg.conf.d/50-twofingerscroll.conf
    10. Write this, making sure to put your Identifier.
    Code:
    Section "InputClass"
            Identifier      "touchpad catchall"
            MatchProduct    "SynPS/2 Synaptics TouchPad"
            MatchDevicePath "/dev/input/event*"
            Option          "VertTwoFingerScroll"   "on"
            Option          "EmulateTwoFingerMinW"  "8"
            Option          "EmulateTwoFingerMinZ"  "40"
    EndSection
    And that's all!
    ptosiani,
    You are exceptionally awesome. I can confirm this works in Ubuntu 10.10 (Asus 1201 netbook with synaptics touchpad). Thanks again for the perfect instructions. If done correctly this should only take a minute or two to do; you don't even need to restart.

  8. #28
    Join Date
    Jun 2010
    Beans
    24

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Quote Originally Posted by ptosiani View Post
    And that's all!
    LOL .. Awesome man. Can anyone confirm if this works on a T410 in Ubuntu 10.04?

  9. #29
    Join Date
    May 2010
    Location
    New England
    Beans
    30

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Please click one of the Quick Reply icons in the posts above to activate Quick Reply.

    The pointing device did the trick for my aging black MacBook.
    MacBook (black) 2Ghz Core 2 Duo, dual boot OSX 10.6.5 and Linux Mint 10 Julia
    iMac 10,1, 21.5", 3.06 Ghz Intel Core 2 Duo, OSX 10.6.5, Linux Mint 9 Fluxbox

  10. #30

    Re: Ubuntu 10.10 two-finger scrolling doesn't work

    Still trying to get this to work after restarting... Any tips?

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •