[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

synaptic & kernel 2.4.22 [un po' lunga]



Qualcuno ha un'idea precisa di come si riesce a configurare il synaptic 
touchpad sotto kernel 2.4.22 o 2.6.0test* ?
Avevo kernel 2.4.19 e funzionava tutto...
(non mi dite <<rimetti il 2.4.19>>....)

Adesso il kernel 2.4.22 no me lo vede neanche come ps2... (ovviamente ho 
sbagliato da qualche parte, ma non capisco dove)
Quindi, che moduli del kernel servono?
Io ho:
# Input core support
CONFIG_INPUT=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_EVDEV=y
# Mice
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y

mentre per il 2.6.0 ho:

# Input device support
CONFIG_INPUT=y
# Userland interfaces
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_EVDEV=y

Driver per X? /var/log/XFree86.0.log dice:
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3

E in XF86config-4 ho messo
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
#      InputDevice    "PS/2 Mouse" "CorePointer"
        InputDevice     "USB Mouse" "CorePointer"
       InputDevice     "Synaptic" "SendCoreEvents"
EndSection
 ed 

Section "InputDevice"
      Driver "synaptics"
      Identifier "Synaptic"
      Option "Device"         "/dev/input/event1"
#    Option "Device" "/dev/psaux"
      Option "Protocol"       "event"
      Option "LeftEdge"       "1000"
      Option "RightEdge"      "5900"
      Option "TopEdge"        "4800"
      Option "BottomEdge"     "1000"
      Option "FingerLow"      "30"
      Option "FingerHigh"     "40"
      Option "MaxTapTime"     "180"
      Option "MaxTapMove"     "220"
      Option "VertScrollDelta" "100"
      Option "EdgeMotionSpeed" "40"
      Option "MinSpeed"       "0.06"
      Option "MaxSpeed"       "0.10"
      Option "AccelFactor"    "0.0012"
      Option "SHMConfig"      "on"
  #   Option "Repeater"       "/dev/ps2mouse"
      Option "EmulateMidButtonTime" "75"
EndSection

idee??
ah, dimenticavo, con il 2.6.0-test9 riesco a farlo funzionare come ps2 (cioe' 
non vanno i colpetti sul pad) 
grazie!
-gaspa-



Reply to: