Hi,
I'm a new Mac user. I got my MacBook Pro Core2Duo a month ago and I'm trying
to get everything working on Linux Debian Etch 4.0 (stable). But the
touchpad is giving me a huge headache! I've been reading every forum on the
net, and trying different kind of things but with no results. I can't make
the multifinger feature to function. The touchpad works but without all the
extended features provided by the appletouch driver.

I compiled the 2.6.20.7 vanilla kernel and applied all the mactel patches
(excepting the 0003-applesmc_joydev.pacth). I got sound, fn-keys and others
things working ok, but not the touchpad extended features.

System info:

[EMAIL PROTECTED]:/$ uname -a
Linux Mac-Debian 2.6.20.7-mactel #2 SMP PREEMPT Thu May 10 22:08:34 ART 2007
i686 GNU/Linux

[EMAIL PROTECTED]:/$ lsmod
Module                  Size  Used by
ipv6                  232480  10
hfsplus                71364  1
usbhid                 21152  0
hid                    24832  1 usbhid
appletouch              7872  0
applesmc               10116  0
sbp2                   19716  0
ohci1394               31664  0
appleir                 4544  0

[EMAIL PROTECTED]:/$ cat /boot/config-2.6.20.7-mactel | grep HID
CONFIG_BT_HIDP=y
# HID Devices
CONFIG_HID=m
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT_POWERBOOK=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
# USB HID Boot Protocol drivers
# CONFIG_USB_PHIDGET is not set

[EMAIL PROTECTED]:/$ cat /boot/config-2.6.20.7-mactel | grep APPLE
CONFIG_SENSORS_APPLESMC=m
CONFIG_USB_APPLEIR=m
CONFIG_USB_APPLETOUCH=m
CONFIG_USB_APPLEDISPLAY=m


InputDevice in xorg.conf:

Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "CorePointer"
   Option        "SendCoreEvents"    "true"
   Option        "Device"        "/dev/input/psaux"
#    Option        "Device"        "/dev/input/mouse1"
   Option        "Protocol"        "auto-dev"
   Option        "LeftEdge"        "100"
   Option        "RightEdge"        "1120"
   Option        "TopEdge"        "50"
   Option        "BottomEdge"        "310"
   Option        "FingerLow"        "20"
   Option        "FingerHigh"        "30"
   Option        "MaxTapTime"        "0"
   Option        "MaxTapMove"        "220"
   Option        "MaxDoubleTapTime"    "0"
   Option        "VertScrollDelta"    "25"
   Option        "HorizScrollDelta"    "30"
   Option        "VertTwoFingerScroll"    "true"
   Option        "HorizTwoFingerScroll"    "true"
#      Option        "FastTaps"        "true"
   Option        "TapButton2"        "2"
   Option        "TapButton3"        "3"
   Option        "MinSpeed"        "0.79"
   Option        "MaxSpeed"        "0.88"
   Option        "AccelFactor"        "0.015"
   Option        "SHMConfig"        "on"
EndSection


/etc/modules:

loop
sbp2
applesmc
appletouch
usbhid
mousedev
evdev


/etc/modutils/appletouch:

blacklist appletouch
blacklist usbhid
blacklist mousedev
blacklist evdev
blacklist tsdev


I realy don't know where is the problem. I changed several times the
xorg.conf file but without results.
What should I do???

Thanks!

Gonzalo
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to