On Wednesday 05 January 2011 04:42:53 James wrote:
> All,
> 
> Has anyone gotten both the trackpad and trackpoint on a t400 to work
> simultaneously? I can't seem to get it to work. Here are the relevant
> sections of my xorg.conf file.
> 
> Section "ServerLayout"
>     Identifier     "Layout0"
>     Screen      0  "Screen0" 0 0
>     InputDevice    "Keyboard0" "CoreKeyboard"
>     #InputDevice    "TrackPoint" "CorePointer"
>     InputDevice    "TouchPad" "CorePointer"
> EndSection
> 
> Section "InputDevice"
>     Identifier     "TrackPoint"
>     Driver         "mouse"
>     Option         "Protocol"
>     Option         "Device" "/dev/input/mouse1"
>     Option         "Emulate3Buttons" "no"
>     Option         "ZAxisMapping" "4 5"
> EndSection
> 
> 
> 
> Section "InputDevice"
>     Identifier "TouchPad"
>     Driver   "synaptics"
>     Option   "Device" "/dev/input/mouse0"
>     Option   "Protocol" "auto-dev"
>     Option   "VertEdgeScroll" "on"
>     Option   "HorizEdgeScroll" "on"
>     Option   "VertTwoFingerScroll" "on"
>     Option   "HorizTwoFingerScroll" "on"
>     Option   "CornerCoasting" "on"
>     #Option   "MinSpeed" "0.40"
>     #Option   "MaxSpeed" "0.65"
>     #Option   "AccelFactor" "0.030"
>     Option   "LockedDrags" "on"
>     Option   "LockedDragTimeout" "5000"
>     Option   "UpDownScrolling" "on"
>     Option   "TapButton1" "1"
>     Option   "TapButton2" "2"
>     Option   "TapButton3" "3"
>     Option   "CircularScrolling" "on"
>     Option   "CircScrollTrigger" "2"
>     #Option   "CircScrollDelta" "0.1"
>     #Option   "CircScrollTrigger" "3"
>     Option   "SHMConfig" "on"
> EndSection
> 
> Section "InputDevice"
>     # generated from default
>     Identifier     "Keyboard0"
>     Driver         "kbd"
> EndSection
> 
> Interestingly enough this same configuration seemed to work quite well
> for a friend of mine who has a T500 or similar model.
> 
> Anything I'm missing here? Thoughts / help would be appreciated!

Do things change if you add:

        Option "AllowEmptyInput" "off"

in Section "ServerLayout"?
-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to