> Treaba neplacuta este ca sectiunea de synaptics este foarte saraca in
> configurari dupa cum se vede mai jos. Si nu stiu deloc sintaxa necesara
> setarilor.
>
>
> Section "InputDevice"
> Identifier "Synaptics"
> Driver "synaptics"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "auto-dev"
> Option "Emulate3Buttons" "yes"
> EndSection
>
Vezi daca te ajuta configu meu (touchpad + mouse cu scroll pe USB):
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
#Section "InputDevice"
# Identifier "PS2Mouse"
# Driver "mouse"
# Option "Protocol" "PS/2"
# Option "Device" "/dev/input/mice"
# Option "Emulate3Buttons" "true"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "Input Device"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents"
Option "Device" "/dev/input/event1" # eventX number may vary
depending on the laptop model
Option "Protocol" "event"
# Next line required only if you want to disable the mousepad while typing:
Option "SHMConfig" "on"
# The rest of the options are NOT required, just a default similar
to the Windows drivers with non of the extra features.
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1400"
Option "BottomEdge" "4500"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
EndSection
Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "false"
Option "ZAxisMapping" "4 5"
EndSection
---
Detalii despre listele noastre de mail: http://www.lug.ro/