Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
synaptics can't fully work on my Dell 1400 laptop
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
wcw
n00b
n00b


Joined: 05 Jan 2007
Posts: 27

PostPosted: Sat May 24, 2008 11:44 am    Post subject: synaptics can't fully work on my Dell 1400 laptop Reply with quote

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!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum