Juanito
  
 
 
  
 
 
Group: Members 
Posts: 1601 
Joined: Sep. 2005 | 
  | 
Posted: Nov. 19 2006,15:34 | 
   | 
 
 
  
Although the basic function of my Alps touchpad/stick combo works under DSL, I've been trying to get it working in DSL using XFree86 and the synaptics driver in order to be able to adjust the sensitivity, scrolling, double-click, etc, etc.
  The touchpad and synaptics driver work under DSL-N and XFree86 using the evdev module which configures the touchpad under /proc/bus/input/devices as event2. If I try the same setup under DSL, the devices in /dev/input - event0-3 and mouse0-3 - do not appear to be connected to anything. If I try using the device "mice", which is connected to something, the synaptics driver cannot find the touchpad.
  Does anybody have an idea of how to configure XFree86/DSL to be able to use the synaptics driver and Alps touchpad/stick combo? Relevant details of /etc/X11/XF86Config-4 and /var/XFree86.0.log are copied below
 
  XF86Config-4 ------------- Section "ServerLayout"  ...  InputDevice    "Mouse0" "CorePointer"  #InputDevice    "Mouse1" "SendCoreEvents"  InputDevice    "TouchPad" "AlwaysCore"  #InputDevice    "TouchPad" "CorePointer"         ... EndSection
  Section "Module"  ...         Load  "synaptics" EndSection
  Section "InputDevice"  Identifier  "Mouse0"  Driver      "mouse"  Option    "Protocol" "PS/2"  Option    "Device" "/dev/psaux" EndSection
  Section "InputDevice"  #           Identifier    "Mouse1"              Identifier     "TouchPad"  Driver        "synaptics" # Option        "Device" "/dev/input/event2" [tried this]              Option        "Device" "/dev/input/mice" # Option        "Device" "/dev/psaux" [also tried this] # Option        "Protocol" "auto-dev" [tried this]  Option        "Protocol" "event"         ... EndSection
  XFree86.0.log ------------- (**) Option "Protocol" "PS/2" (**) Mouse0: Protocol: "PS/2" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/psaux" (**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (==) Mouse0: Buttons: 3 (II) Synaptics touchpad driver version 0.14.6 (1406) (**) Option "Device" "/dev/input/mice" (**) Option "LeftEdge" "120" ... (EE) TouchPad no synaptics touchpad detected and no repeater device (EE) TouchPad Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input device "TouchPad" (II) UnloadModule: "synaptics" ... (II) Mouse0: ps2EnableDataReporting: succeeded 
 |