https://bugzilla.novell.com/show_bug.cgi?id=250427 Summary: MacBook Touchpad should be driven by synaptics driver (no right click otherwise) Product: openSUSE 10.3 Version: Alpha 1plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: felix@derklecks.de QAContact: jsrain@novell.com After the standard install of 10.3-alpha1 there is no way to right click on a MacBook. The touchpad driven by the appletouch kernel module can be used with the x11-input-synaptics driver. http://www.popies.net/atp/ This allows much better configuration of the touchpad. http://simon.vanderlinden.eu.org/macbook-howto-emulate-the-trackpad-as-a-syn... The Installer configured the touchpad with: Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "Name" "Apple Keyboard" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection The name is strange ... The touchpad is better configured with the lines mentioned in the blog: Section "InputDevice" Identifier "Mouse[1]" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "100" Option "RightEdge" "1120" Option "TopEdge" "50" Option "BottomEdge" "310" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapMove" "220" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "MinSpeed" "0.79" Option "MaxSpeed" "0.88" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.