[LUGOS] Problemcki z Synaptics touchpadom

Janez Trenz alte at aufbix.org
Thu Dec 9 00:30:13 CET 2004


Dne sreda 8. decembra 2004 23:47 je JAnez Urevc napisal(a):
> Pozdravljeni,
>
> na unstable Debianu, s kerenlom 2.6.9, se trudim pripravit Synapticsov
> touchpad do normalnega delovanja, a mi zal ne uspe...
> Ce zelim v config datoteki od X serverja uporabljati driver za synaptic
> TP, mi ob zagonu serverja javi naslednjo napako:
>
> (II) Synaptics touchpad driver version 0.13.6
> Configured Mouse no synaptics event device found (checked 1 nodes)
> (**) Option "Device" "/dev/psaux"
> Query no Synaptics: 6003C8
> (EE) Configured Mouse no synaptics touchpad detected and no repeater device
>
>
> No core pointer
>
> Fatal server error:
> failed to initialize core devices
>
>
> Predtem modul synaptic uspesno nalozi. Ce zadevo pozenem z obicajnim
> mouse driverjem, se uspesno dvigne, a je funkcionalnost touchpada
> nikakrsna. V /proc/bus/input/devices najdem:
>
> N: Name="SynPS/2 Synaptics TouchPad"
> P: Phys=isa0060/serio4/input0
> H: Handlers=event1 mouse0 ts0
>
> Za device sem poizkusil ze vse mozno (/dev/psaux, /dev/mouse0, ...)

Tole je v XFree86.0.log

(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
...
(II) Synaptics touchpad driver version 0.13.4
(--) Mouse[3] auto-dev sets device to /dev/input/event1
(**) Option "Device" "/dev/input/event1"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "1900"
(**) Option "RightEdge" "5400"
(**) Option "TopEdge" "1900"
(**) Option "BottomEdge" "4000"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "220"
(**) Option "VertScrollDelta" "100"
(--) Mouse[3] synaptics touchpad found
(**) Option "SendCoreEvents"
(**) Mouse[3]: always reports core events
(II) XINPUT: Adding extended input device "Mouse[3]" (type: MOUSE)
(II) XINPUT: Adding extended input device "Mouse[1]" (type: MOUSE)
(II) Server_Terminate keybinding not found
Synaptics DeviceInit called
SynapticsCtrl called.
(II) Mouse[1]: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Mouse[3] synaptics touchpad found

Sledi XF86Config...

Section "Files"
...
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "7"
  Option       "Device" "/dev/mouse"
  Option       "Name" "Autodetection"
  Option       "Protocol" "ExplorerPS/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

# TouchPad
Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[3]"
# original values
#  Option       "MinSpeed" "0.02"
#  Option       "MaxSpeed" "0.18"
#  Option       "AccelFactor" "0.0010"
  Option       "MinSpeed" "0.07"
  Option       "MaxSpeed" "0.15"
  Option       "AccelFactor" "0.0007"
  Option       "BottomEdge" "4000"
  Option       "Device" "/dev/psaux"
  Option       "Edges" "1900 5400 1800 3900"
  Option       "Emulate3Buttons" "on"
  Option       "EmulateWheel" "on"
  Option       "EmulateWheelButton" "4"
  Option       "Finger" "25 30"
  Option       "FingerHigh" "30"
  Option       "FingerLow" "25"
  Option       "InputFashion" "Mouse"
  Option       "LeftEdge" "1900"
  Option       "MaxTapMove" "220"
  Option       "MaxTapTime" "180"
  Option       "Name" "Synaptics;Touchpad"
  Option       "RightEdge" "5400"
  Option       "SHMConfig" "on"
  Option       "TopEdge" "1900"
  Option       "VertScrollDelta" "100"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

S takole "solato" delujejo hkrati USB miš, trackpoint in touchpad.

-- 
Janez Trenz  AKA  der_Alte               o      _     _         _
alte at aufbix.org          __o     __o    /\_   _ \\o  (_)\__/o  (_)
Lancia driver :P       _`\<,   _`\<,   _>(_) (_)/<_    \_| \   _|/' \/
GNU/Linux zealot ;-)  (_)/(_) (_)/(_) (_)        (_)   (_)    (_)'  _\o_



More information about the lugos-list mailing list