[+] Nie działa "tapping" na touchpadzie
: 18 kwietnia 2009, 10:05
Więc tak, nie działa mi "tapping"(jak to się po polsku pisze? :-P) w touchpadzie na SAMSUNGu NC10. Jak to naprawić?
Driver synapticsa: 1.1.0-1
Xorg.conf:
Driver synapticsa: 1.1.0-1
Xorg.conf:
Kod: Zaznacz cały
#Starting from xandros version a customized xorg.conf file for Samsung NC10
Section "ServerLayout"
Identifier "Debian"
Screen 0 "Screen1"
InputDevice "keyboard"
InputDevice "mouse"
InputDevice "Touchpad" "SendCoreEvents"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "dbe"
Load "extmod"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
Option "BlankTime" "5"
Option "SuspendTime" "0"
Option "StandbyTime" "0"
Option "OffTime" "10"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "pl"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
### Touchpad (work in progress) ...
### An easy way to correctly detect and config your touchpad
### is to add some lines ("LeftEdge" thru "SHMConfig") to your
### xorg.conf file. Add these lines in the Inputdevice Section
### of the touchpad, and this will enable your scrolling area.
Option "LeftEdge" "1000"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
VendorName "Samsung"
ModelName "NC10"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor[1]"
Option "Ignore" "False"
EndSection
Section "Device"
Identifier "Device1"
# Driver "intel"
# VendorName "Intel Corporation"
# BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
# BusID "PCI:0:2:0"
# Screen 0
# Option "TripleBuffer" "true"
# Option "no GLXFBConfig for depth 32"
# Option "AddARGBVisuals" "True"
# Option "AddARGBGLXVisuals" "True"
# Option "DisableGLXRootClipping" "true"
EndSection
#Section "Device"
# Identifier "Device1"
# BusID "PCI:0:2:0"
## Driver "intel"
# Screen 0
## Option "UseFBDev" "true"
# Option "LinearAlloc" "6144"
# Option "RenderAccel" "true"
# Option "AccelMethod" "XAA"
# Option "EnablePageFlip" "True"
# Option "MigrationHeuristic" "greedy"
# Option "ExaNoComposite" "false"
# Option "XAANoOffscreenPixmaps" "true"
#EndSection
#Section "Device"
# Identifier "Device1"
# BusID "PCI:0:2:0"
# Screen 1
# Option "UseFBDev" "true"
# Option "LinearAlloc" "6144"
# Option "RenderAccel" "true"
# Option "AccelMethod" "XAA"
# Option "EnablePageFlip" "True"
# Option "MigrationHeuristic" "greedy"
# Option "ExaNoComposite" "false"
# Option "XAANoOffscreenPixmaps" "true"
#EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
# You may want to enable this.
Option "Composite" "Enable"
EndSection