Page 11 of 32 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 312

Thread: HP Mini 210 touchpad right click not working

  1. #101
    Join Date
    Nov 2006
    Location
    Oregon
    Beans
    4,434
    Distro
    Ubuntu Development Release

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by mapkar View Post
    how can this be undone?
    I stress that you should figure out what commands do before blindly copying and pasting them onto your system. You can do real damage that way. Reverting that command is really easy if you know what that command you ran did.

  2. #102
    Join Date
    Oct 2010
    Beans
    2

    Re: HP Mini 210 touchpad right click not working

    to #101

    That's why I asked, I'm aware that it can damage important stuff. The click_patch posted on page two fails to work at the final step where the "make" and "make" install commands are listed, it fails like this:

    Code:
    chris@Free-Cookies-Net:~/linux-source-2.6.32$ make
    make -C /lib/modules/2.6.32-21-generic/build SUBDIRS=/home/chris/linux-source-2.6.32 modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.32-21-generic'
      CC      kernel/bounds.s
    /home/chris/linux-source-2.6.32/kernel/bounds.c:1: fatal error: can’t open kernel/bounds.s for writing: Permission denied
    compilation terminated.
    make[2]: *** [kernel/bounds.s] Error 1
    make[1]: *** [_module_/home/chris/linux-source-2.6.32] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-21-generic'
    make: *** [default] Error 2
    chris@Free-Cookies-Net:~/linux-source-2.6.32$
    I don't really understand the problem, I followed the other directions to the letter...

  3. #103
    Join Date
    Aug 2006
    Beans
    39

    Re: HP Mini 210 touchpad right click not working

    To anyone stuck trying to get right click working in 10.10, here is what I did. The xorg.conf.d folder changed locations in 10.10 so I created the file:

    /usr/share/X11/xorg.conf.d/11-touchpad.conf

    I then copied this into the file, saved, and restarted:

    Code:
    Section "InputClass"
    	Identifier "touchpad catchall"
    	MatchProduct "SynPS/2 Synaptics TouchPad"
    	MatchIsTouchpad "on"
    	Driver "synaptics"
    	Option "JumpyCursorThreshold"  "200"
    	Option "EmulateTwoFingerMinZ"  "20"
    	Option "EmulateTwoFingerMinW"  "5"
    	Option "TapButton2" "3"
    	Option "PalmDetect" "on"
    EndSection
    I'm not a huge fan of two finger scrolling and the multi-touch never seems to work quite how I like it, so I used the file above to enable two finger tapping to right click. I then went into the Mouse menu item under System >> Preferences >> Touchpad and selected edge scrolling. Smooth sailing under 10.10 now with right click and edge scrolling!

  4. #104
    Join Date
    Aug 2009
    Beans
    11

    Re: HP Mini 210 touchpad right click not working

    Sigh... I was really hoping this would be sorted out in 10.10 since this is such a popular netbook.

  5. #105
    Join Date
    May 2010
    Location
    Queensland, Australia
    Beans
    364
    Distro
    Ubuntu

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by monkeysinacan View Post
    Sigh... I was really hoping this would be sorted out in 10.10 since this is such a popular netbook.
    Same, well kind of
    I just installed Ubuntu 10.10 Netbook on my HP Mini 210 (I'm typing this on it) and am trying to get it to work!
    I'm using a mouse since the trackpad is horrible in Ubuntu 10.10
    SEX, Now that I have your attention please read my post
    Linux For Life
    Just for future purposes "You're Welcome"

  6. #106
    Join Date
    Oct 2010
    Beans
    1

    Re: HP Mini 210 touchpad right click not working

    I'm not going to dive into this all and mess around, because I'm still adjusting to Ubuntu after running XP and Vista and 7 for a long time on my desktop, so anyone got a simple way to re-enable Multi-touch scrolling and right clicking (preferably within the boundaries of the respective markings for right and left clicking on the trackpad) on the Mini 210?

    I'm getting a bit sick of having to press a physical keyboard button to open the right click menu

  7. #107
    Join Date
    Aug 2009
    Beans
    11

    Re: HP Mini 210 touchpad right click not working

    Whew! I got two finger scrolling and two-finger tap for right-click working in 10.10!

    Put the "11-touchpad.conf" file found on page 6 of this thread in to /usr/share/X11/xorg.conf.d/ (while running as root)

    Then while running under your normal account execute
    Code:
    gconftool-2 --set /desktop/gnome/peripherals/touchpad/scroll_method 2 --type int
    in the terminal as mentioned by John Baptist on page 6

    I now have "mostly" everything working the way it used to under 10.04
    ie: The physical right click button is no longer working. Which isn't the end of the world, but I have found instances where the physical button was useful.

    I hope this helps

  8. #108
    Join Date
    Aug 2009
    Beans
    11

    Re: HP Mini 210 touchpad right click not working

    And now the physical right click is magically working. Go figure.

  9. #109
    Join Date
    Nov 2006
    Location
    Oregon
    Beans
    4,434
    Distro
    Ubuntu Development Release

    Re: HP Mini 210 touchpad right click not working

    Quote Originally Posted by monkeysinacan View Post
    And now the physical right click is magically working. Go figure.
    Do you have any extra repositories/PPAs?

  10. #110
    Join Date
    Sep 2010
    Location
    Thousand Oaks, CA
    Beans
    13
    Distro
    Ubuntu UNR

    Re: HP Mini 210 touchpad right click not working

    Right click worked for my netbook in 10.04...but no dice in 10.10. Will try the "page 6 solution"....I'm nervous

Page 11 of 32 FirstFirst ... 91011121321 ... LastLast

Tags for this Thread

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
  •