Results 1 to 10 of 75

Thread: Macbook touchpad cursor moving "in steps"

Threaded View

  1. #11
    Join Date
    Aug 2006
    Location
    Bountiful, Utah
    Beans
    236
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Macbook touchpad cursor moving "in steps"

    I was having the same issues but noticed that when I did a fresh install the issue wasn't there so, I selectively edited my xorg.conf to get what I feel is a smooth scroll and tap-drag speed etc. Here is my section:
    Code:
    Section "InputDevice"
        Identifier	"Synaptics Touchpad"
        Driver	"synaptics"
        Option	"SendCoreEvents"	"true"
        Option	"Device"	"/dev/psaux"
        Option	"Protocol"	"auto-dev"
        Option	"HorizEdgeScroll"	"0"
        Option      "VertEdgeScroll"    "0"
        Option      "TapButton1"        "1"
        Option      "TapButton2"        "3"
        Option      "TapButton3"        "2"
        Option      "VertTwoFingerScroll"   "1"
        Option      "SHMConfig"         "on"
    EndSection
    This makes it so you use two fingers for right click and three fingers for middle click. It also adds the two finger scroll.
    Now you could add the lines for Horizontal two finger scroll etc, but I find that one rather annoying so I don't do it.
    Anyways, I hope that helps.
    Last edited by undertakingyou; June 20th, 2008 at 05:25 AM. Reason: clarification
    UNDERTAKINGYOU--
    ------------------------

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
  •