wcw n00b
Joined: 05 Jan 2007 Posts: 27
|
Posted: Sat May 24, 2008 11:44 am Post subject: synaptics can't fully work on my Dell 1400 laptop |
|
|
Hi, I have a problem on my Dell 1400 laptop: the touchpad can't do dragging and vertical scrolling, and other functionalities like movement and clicking(including double clicking) work very well. Here is the details:
My Xorg log:
Code: |
(II) Synaptics touchpad driver version 0.14.6 (1406)
(**) Option "Device" "/dev/psaux"
(**) Option "SHMConfig" "on"
(**) Option "SendCoreEvents"
(**) TouchPad: always reports core events
(**) Option "CorePointer"
(**) TouchPad: Core Pointer
|
The relative section in my Xorg.conf:
Code: |
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "alps" #I have tried "auto-dev" or "event" here, but can't work properly.
Option "SendCoreEvents"
Option "SHMConfig" "on"
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "TouchPad" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
|
How to let my synaptics drag and scroll ?
Any help will be appreciated! |
|