You are not logged in.

#1 2009-06-14 15:41:19

Weird Fishes
Member
Registered: 2009-06-13
Posts: 15

Macbook Pro 5.1 "unibody" trackpad not working at all

I have no movement whatsoever with my MBP's trackpad. The mouse works perect, but I can't do anything with the trackpad. I've tried to follo the instructions in the Macbook wiki, to no avail. Here's my xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Synaptics Touchpad" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "record"
    Load  "glx"
    Load  "dri"
    Load  "extmod"
    Load  "dbe"
    Load  "dri2"
    Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbOptions"    "lv3:rwin_switch"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    HorizSync    30.0 - 130.0
    VertRefresh  50.0 - 100.0
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "GeForce 9600M GT"
    BusID       "PCI:2:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport    0 0
        Depth        24
        Modes        "1440x900"
    EndSubSection
EndSection

Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "CorePointer"    
    Option "Device" "/dev/input/mice"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "100"
    Option "RightEdge" "1100"
    Option "TopEdge" "50"
    Option "BottomEdge" "300"
    Option "FingerLow" "20"
    Option "FingerHigh" "30"
    #We don't want the palm to trigger a tap, therefore a tap has to be quite fast
    Option "MaxTapTime" "100"
    Option "MaxTapMove" "100"
    Option "MaxDoubleTapTime" "200"
    Option "VertScrollDelta" "25"
    Option "HorizScrollDelta" "60"
    Option "VertTwoFingerScroll" "true"
    Option "HorizTwoFingerScroll" "0"
    Option "FastTaps" "true"
    #Tapping the top right-hand corner will trigger a right click
    Option "RTCornerButton" "3" 
    #An ordinary tap will not trigger a click 
    Option "TapButton1" "0"
    Option "TapButton2" "0"
    Option "TapButton3" "0"
    Option "MinSpeed" "0.5"
    Option "MaxSpeed" "3.5"
    Option "AccelFactor" "0.05"
EndSection


Section "Module"
    Load "dbe"
    SubSection "extmod"
        Option    "omit xfree86-dga"
    EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB