Hello, all!

On Tue, 2007-07-03 at 08:54 +1000, Nick Hoffman wrote:
> On 03/07/07, Thomas Perl <[EMAIL PROTECTED]> wrote: 
>         On Mon, 2007-07-02 at 15:10 +1000, Nick Hoffman wrote:
>         > On 02/07/07, Jon Grosshart <[EMAIL PROTECTED]> wrote:
>         
>         > Does your touchpad work after a resume using 'auto-dev'? 
>         >
>         > my touchpad works after resuming using "auto-dev", but
>         synaptics
>         > doesn't. when X comes back from a suspend, it doesn't find
>         the new
>         > correct touchpad/synaptics event method
>         (/dev/input/eventX). 
>         
>         I'm using
>         
>         Option          "Device"                
> "/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard_._Trackpad-mouse"
>         
>         in my xorg.conf, which is a symlink to the correct device
>         every time and 
>         doesn't depend on the order in which the input devices are
>         initialized
>         (or re-initialized).
>         
>         
>         HTH
>         Thomas
> 
> 
> hi Thomas. are you using "event" for the Protocol? 


Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "CorePointer"

Option          "Device"                
"/dev/input/by-id/usb-Apple_Computer_Apple_Internal_Keyboard_._Trackpad-mouse"
        Option          "Protocol"              "auto-dev"
    Option      "LeftEdge"      "100"
    Option      "RightEdge"     "1120"
    Option      "TopEdge"       "50"
    Option      "BottomEdge"    "310"
    Option      "FingerLow"     "25"
    Option      "FingerHigh"    "30"
    Option      "MaxTapTime"    "180"
    Option      "MaxTapMove"    "220"
    Option      "MaxDoubleTapTime"      "180"
    Option      "VertScrollDelta"       "20"
    Option      "HorizScrollDelta"      "50"
    Option      "MinSpeed"      "0.79"
    Option      "MaxSpeed"      "0.88"
    Option      "AccelFactor"   "0.0115"
    Option      "TapButton2" "3"
    Option      "TapButton3" "2"
    Option      "SHMConfig"     "on"
EndSection


Enjoy,
Thomas



-------------------------------------------------------------------------
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