On 14 April 2013 01:30, Harry Percival <[email protected]> wrote: > Perhaps I'm being stupid, but I can't see it?
Here we go: On 13 April 2013 17:42, Eva Brucherseifer <[email protected]> wrote: > Hi Flavio, > > the suse installation automatically provided the following: > > xf86-input-synaptics-1.6.3-1.1.1.x86_64 > > And /etc/X11/xorg.conf.d/50-synaptics.conf has the following content, which > looks pretty similar in the clickpad section. Hope that helps. > > Best, > Eva > > -------------------------------- > Section "InputClass" > Identifier "touchpad catchall" > Driver "synaptics" > MatchIsTouchpad "on" > # This option is recommend on all Linux systems using evdev, but cannot be > # enabled by default. See the following link for details: > # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html > MatchDevicePath "/dev/input/event*" > Option "HorizScrollDelta" "0" > # enable tap-to-click as default (bnc#722457) > Option "TapButton1" "1" > Option "TapButton3" "2" > Option "TapButton2" "3" > EndSection > > Section "InputClass" > Identifier "touchpad ignore duplicates" > MatchIsTouchpad "on" > MatchOS "Linux" > MatchDevicePath "/dev/input/mouse*" > Option "Ignore" "on" > EndSection > > # This option enables the bottom right corner to be a right button on > # non-synaptics clickpads. > # This option is only interpreted by clickpads. > Section "InputClass" > Identifier "Default clickpad buttons" > MatchDriver "synaptics" > Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" > # To disable the bottom edge area so the buttons only work as buttons, > # not for movement, set the AreaBottomEdge > # Option "AreaBottomEdge" "82%" > EndSection > > # This option disables software buttons on Apple touchpads. > # This option is only interpreted by clickpads. > Section "InputClass" > Identifier "Disable clickpad buttons on Apple touchpads" > MatchProduct "Apple|bcm5974" > MatchDriver "synaptics" > Option "SoftButtonAreas" "0 0 0 0 0 0 0 0" > EndSection > -------------------------------- -- Flavio _______________________________________________ Mailing list: https://launchpad.net/~sony-vaio-z-series Post to : [email protected] Unsubscribe : https://launchpad.net/~sony-vaio-z-series More help : https://help.launchpad.net/ListHelp

