On 07/20/11 14:06, Aaron Bieber wrote:
Still working here.


Tricky to set up, but still working fine here with TrackPoint, TouchPad
and optional USB mouse. Great work! Best thing is, I can now use the middle mouse button on my TrackPoint :) Thanks alot!


Section "InputDevice"
        Identifier      "TouchPad0"
        Driver          "synaptics"
        Option          "Device"              "/dev/wsmouse0"
        Option          "AutoServerLayout"    "true"
EndSection

Section "InputDevice"
        Identifier      "TrackPoint1"
        Driver          "mouse"
        Option          "Device"      "/dev/wsmouse1"
        Option          "Emulate3Buttons"     "false"
        # No "AutoServerLayout" here, since xorg automatically
        # adds first InputDevice with "mouse" driver as CorePointer.
        #Option         "AutoServerLayout"    "true"
EndSection

Section "InputDevice"
        Identifier      "Mouse"
        Driver          "mouse"
        Option          "Device"      "/dev/wsmouse"
        Option          "AutoServerLayout"    "true"
EndSection

Section "ServerLayout"
        Identifier      "Layout0"
        Screen          "wide"
        # Mouse for wsmouse muxer has to initialize first,
        # otherwise the TrackPoint would grab /dev/wsmouse first.
        InputDevice     "TouchPad0"       "SendCoreEvents"
        InputDevice     "Mouse"                   "SendCoreEvents"
        InputDevice     "TrackPoint1"     "CorePointer"
        #Option         "AutoAddDevices"    "false"
        Option          "BlankTime"       "5"
EndSection

Section "ServerFlags"
        # This would make X ignore every standard
        # kbd or mouse driver specified in this config file.
        Option          "AllowEmptyInput"     "false"
EndSection


On Wed, Jul 20, 2011 at 12:43:54AM +0600, Alexandr Shadchin wrote:
Hi,

Please test latest patch for support Synaptics touchpad
(or http://koba.devio.us/distfiles/synaptics.v5.diff)
Patch for snapshot from 18-Jul-2011 or newer.

It seems everything regression eliminated.

Reply via email to