[Bug 250427] New: MacBook Touchpad should be driven by synaptics driver (no right click otherwise)
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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |ms@novell.com |screening@forge.provo.novell| |.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de ------- Comment #1 from ms@novell.com 2007-03-02 08:08 MST ------- the output of the command: /usr/sbin/sysp -q mouse is needed to assign another driver to the device Thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 felix@derklecks.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | ------- Comment #2 from felix@derklecks.de 2007-03-02 12:27 MST ------- Created an attachment (id=122115) --> (https://bugzilla.novell.com/attachment.cgi?id=122115&action=view) /usr/sbin/sysp -q mouse Mouse1 is my external USB-Mouse -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #3 from felix@derklecks.de 2007-03-02 12:36 MST ------- it's not the external mouse, my fault. By playing with sysp I found out that there are two keyboards detected too, is this intended? # /usr/sbin/sysp -q keyboard Keyboard0 => XkbModel : macintosh Keyboard0 => XkbLayout : de Keyboard0 => XkbVariant : nodeadkeys Keyboard0 => Name : Apple Internal Keyboard / Trackpad Keyboard0 => VendorID : 0x05ac Keyboard0 => DeviceID : 0x0218 Keyboard0 => Profile : <undefined> Keyboard0 => RealDevice : /dev/input/event3 Keyboard1 => XkbModel : macintosh Keyboard1 => XkbLayout : de Keyboard1 => XkbVariant : nodeadkeys Keyboard1 => Name : Apple Keyboard Keyboard1 => VendorID : 0x05ac Keyboard1 => DeviceID : 0x1000 Keyboard1 => Profile : <undefined> Keyboard1 => RealDevice : /dev/input/event5 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ms@novell.com |snwint@novell.com ------- Comment #4 from ms@novell.com 2007-03-05 02:17 MST ------- * Hmm, I'm confused which device is your mouse you want to assign the synaptics touchpad driver for ? * I think before we start to map anything here the bug I assume to be in hwinfo should be fixed: - it reports two keyboard where only one keyboard exist - it reports a keyboard device as mouse Steffen can you have a look at this ? Thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #5 from dbornkessel@novell.com 2007-04-19 03:28 MST ------- The following will work [tested on 10.3]: in xorg.conf: Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "MinSpeed" "0.30" Option "MaxSpeed" "1.10" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "FastTaps" "1" Option "MaxTapTime" "100" Option "AccelFactor" "0.035" Option "HorizScrollDelta" "0" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "CircularScrolling" "1" Option "CircScrollTrigger" "0" Option "FingerLow" "1" Option "FingerHigh" "3" Option "LeftEdge" "80" Option "TopEdge" "80" Option "RightEdge" "850" Option "BottomEdge" "560" Option "TapButton1" "1" EndSection .. add to Section "ServerLayout" the following entry: InputDevice "Synaptics Touchpad" "CorePointer" Install ksynaptics and configure to your needs. This should be done automatically if possible. Regards, Daniel -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #6 from dbornkessel@novell.com 2007-04-19 03:33 MST ------- - uhm: this works on a macbook pro - on 10.2 this could work as well depending on the modell ... you might have to do the following before starting the X server: /sbin/rmmod appletouch;/sbin/rmmod usbhid;/sbin/modprobe appletouch;/sbin/modprobe usbhid all in one line, otherwise you can't use the keyboard anymore -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #7 from felix@derklecks.de 2007-04-20 06:49 MST ------- (In reply to comment #6)
- uhm: this works on a macbook pro I wrote this report for a plain MacBook. Your configuration is working here too. But the scrolling area seems way too big. It is around 40% of the touchpad.
- on 10.2 this could work as well depending on the modell ... you might have to do the following before starting the X server:
/sbin/rmmod appletouch;/sbin/rmmod usbhid;/sbin/modprobe appletouch;/sbin/modprobe usbhid
all in one line, otherwise you can't use the keyboard anymore On my MacBook it works without such hacks.
-- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #8 from felix@derklecks.de 2007-04-20 15:02 MST ------- Testing this config more deeply. I must say please do not use this config for the plain MacBook it is really not working well. My config from the first entry is working way better. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #9 from cschum@novell.com 2007-05-15 03:28 MST ------- I tried the config from the initial description on a MacBook Pro (old Intel) and 10.2 and it works fine. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c10 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Alpha 1plus |Alpha 5 --- Comment #10 from Felix Möller <felix@derklecks.de> 2007-07-02 03:40:48 MST --- It is still not working with current factory. What is needed? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c11 --- Comment #11 from Steffen Winterfeldt <snwint@novell.com> 2007-07-02 03:44:47 MST --- didn't find the time yet to look at it -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c12 --- Comment #12 from Felix Möller <felix@derklecks.de> 2007-08-29 10:58:32 MST --- ping? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c13 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de --- Comment #13 from Steffen Winterfeldt <snwint@novell.com> 2007-09-17 03:50:49 MST --- Can you please post the log of 'hwinfo --usb --log=xxx' for this machine? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c14 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | --- Comment #14 from Felix Möller <felix@derklecks.de> 2007-09-17 04:20:53 MST --- Created an attachment (id=172762) --> (https://bugzilla.novell.com/attachment.cgi?id=172762) hwinfo --usb --log=hwinfo Here is the hwinfo. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #172762|application/octet-stream |text/plain mime type| | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c15 --- Comment #15 from Felix Möller <felix@derklecks.de> 2007-09-18 05:33:52 MST --- To keep this bug up-to-date: The blog entry with the configuration I referred to in my initial comment moved to http://simon.vanderlinden.eu.org/howtos/macbook-emulate-a-synaptics-touchpad... and the configuration changed a little ... Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "LeftEdge" "100" Option "RightEdge" "1100" Option "TopEdge" "50" Option "BottomEdge" "300" Option "FingerLow" "30" Option "FingerHigh" "40" Option "MaxTapMove" "100" Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" Option "MinSpeed" "0.15" Option "MaxSpeed" "0.90" Option "AccelFactor" "0.10" Option "VertScrollDelta" "25" Option "HorizScrollDelta" "30" EndSection This configuration works better than the one from the original bug-report. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427#c16 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Alpha 5 |Final --- Comment #16 from Felix Möller <felix@derklecks.de> 2007-09-28 04:23:58 MST --- updating as this bug is still present. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User felix@derklecks.de added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c17 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|YaST2 |YaST2 Product|openSUSE 10.3 |openSUSE 11.0 Version|Final |unspecified --- Comment #17 from Felix Möller <felix@derklecks.de> 2007-12-16 16:40:04 MST --- As far as I can see this bug is still present. What is missing to get this solved? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User sergey1369@narod.ru added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c18 Sergey - <sergey1369@narod.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sergey1369@narod.ru --- Comment #18 from Sergey - <sergey1369@narod.ru> 2007-12-29 13:48:44 MST --- According to http://www.michelem.org/2007/12/09/how-to-install-ubuntu-gutsy-on-a-macbook-... Appletouch module needs this patch for Macbook 3. http://launchpadlibrarian.net/10335284/appletouch-add-macbook3-trackpad.patc... Checked by me for OpenSuSE 10.3 for kernel 2.6.22.13-0.3-default. Touchpad becomes working with warnings: appletouch Geyser 3 inited. input: appletouch as /class/input/input17 usbcore: registered new interface driver appletouch appletouch: incomplete data package (first byte: 2, length: 4). -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c19 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |felix@derklecks.de --- Comment #19 from Steffen Winterfeldt <snwint@novell.com> 2008-03-04 07:51:12 MST --- Please try again (that is, attach 'hwinfo --mouse --log=foo') with alpha3 or with hwinfo >= 14.2 from Factory. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User felix@derklecks.de added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c20 Felix Möller <felix@derklecks.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|felix@derklecks.de | --- Comment #20 from Felix Möller <felix@derklecks.de> 2008-03-05 13:23:58 MST --- Created an attachment (id=198927) --> (https://bugzilla.novell.com/attachment.cgi?id=198927) hwinfo --mouse --log=foo This is the output with hwinfo 14.3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c21 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|snwint@novell.com |ms@novell.com --- Comment #21 from Steffen Winterfeldt <snwint@novell.com> 2008-03-13 04:50:01 MST --- I think hwinfo works nicely now. Back to Marcus. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c22 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #22 from Marcus Schaefer <ms@novell.com> 2008-03-13 05:01:28 MST --- I have adapted the mapping table for this device -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User erunno@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c23 First Last <erunno@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erunno@web.de --- Comment #23 from First Last <erunno@web.de> 2008-05-04 09:14:21 MST --- Hardware: Intel MacBook, first generation (with Core Duo CPU) openSUSE-Version: 11.0 Beta 2 Media: KDE4 Live-CD (not installed to hard drive) Problem: There's no obvious way to trigger a right-click. 2 finger tap and 3 finger tap does not work. Driver used for the touchpad is called "Apple USB Mouse" instead of "Synaptic". Changing the driver to "Synaptic" and restarting X didn't rectify the problem. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User erunno@web.de added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c24 First Last <erunno@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #24 from First Last <erunno@web.de> 2008-05-04 09:17:06 MST --- Test -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 First Last <erunno@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |Beta 2 Version|Alpha 2 |Beta 2 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c25 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Status|REOPENED |NEEDINFO Info Provider| |fm@opensuse.org --- Comment #25 from Stefan Dirsch <sndirsch@novell.com> 2008-05-05 01:12:44 MST --- First Last, I think this is a different issue. Felix, could you give Beta2 a try to verify that the issue has been fixed for you? Then Last's issue can be handled seperately. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c26 Felix Möller <fm@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|fm@opensuse.org | --- Comment #26 from Felix Möller <fm@opensuse.org> 2008-05-05 03:14:10 MST --- I would really like to verify it, but unfortunately SUSE has not been able to generate a xorg.conf see: bug #374101. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |374101 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c27 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |fm@opensuse.org --- Comment #27 from Marcus Schaefer <ms@novell.com> 2008-05-05 07:27:31 MST --- I'm pretty sure init 3 sax2 -a creates a xorg.conf -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c28 Felix Möller <fm@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|fm@opensuse.org | --- Comment #28 from Felix Möller <fm@opensuse.org> 2008-05-05 08:58:07 MST --- Created an attachment (id=212354) --> (https://bugzilla.novell.com/attachment.cgi?id=212354) xorg.conf.sax080505 sax2 does indeed create one but an unusable one. (i.e. no keyboard) It has two mice configured with synaptics in it. One has no options and the other one has options way off. The coordinates of the edges are not close to what was suggested in this report. Therefore one third of the touchpad is scrolling area ... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c29 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE --- Comment #29 from Marcus Schaefer <ms@novell.com> 2008-05-05 09:06:33 MST --- *** This bug has been marked as a duplicate of bug 374101 *** https://bugzilla.novell.com/show_bug.cgi?id=374101 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c30 --- Comment #30 from Felix Möller <fm@opensuse.org> 2008-05-08 12:10:48 MST --- I do not see how this is connected to bug #374101 . The problem is the wrong parameters in the xorg.conf for this touchpad. As far as I can see this information comes from /usr/share/sax/api/data/cdb/Pointers. ALPS:Touchpad { Driver = synaptics Device = /dev/input/mice RawOption = "SHMConfig" "on","Protocol" "auto-dev","LeftEdge" "120","RightEdge" "830","TopEdge" "120","BottomEdge" "650","FingerLow" "14","FingerHigh" "15","MaxTapTime" "180","MaxTapMove" "110","EmulateMidButtonTime" "75","VertScrollDelta" "20","HorizScrollDelta" "20","MinSpeed" "0.2","MaxSpeed" "0.5","AccelFactor" "0.01","EdgeMotionMinSpeed" "15","EdgeMotionMaxSpeed" "15","UpDownScrolling" "1","CircularScrolling" "1","CircScrollDelta" "0.1","CircScrollTrigger" "2" ZAxisMapping = 4 5 Emulate3Buttons = on } Is this supposed to be adapted somewhere? These options are about right: | But the default is: ================================================================ Option "LeftEdge" "100" | "LeftEdge" "120" Option "RightEdge" "1100" | "RightEdge" "830" Option "TopEdge" "50" | "TopEdge" "120" Option "BottomEdge" "300" | "BottomEdge" "650" -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c31 Felix Möller <fm@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | --- Comment #31 from Felix Möller <fm@opensuse.org> 2008-05-30 10:29:18 MDT --- Even with bug #374101 fixed, the options are still just the default ones. Therefore reopening. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com Summary|MacBook Touchpad should be driven by synaptics |sax2: MacBook Touchpad should be driven by |driver (no right click otherwise) |synaptics driver (no right click otherwise) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c32 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |fm@opensuse.org Summary|sax2: MacBook Touchpad should be driven by |sax2: MacBook Touchpad wrong synaptics options |synaptics driver (no right click otherwise) | --- Comment #32 from Marcus Schaefer <ms@novell.com> 2008-05-31 03:52:06 MDT --- send me an InputDevice section which works for your and I will update the profile. I don't have the hardware so I can't test -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User fm@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c33 Felix Möller <fm@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|fm@opensuse.org | --- Comment #33 from Felix Möller <fm@opensuse.org> 2008-06-02 03:02:04 MDT --- the options from comment #15 are still valid. However I am not sure about: Option "TapButton1" "1" Option "TapButton2" "3" Option "TapButton3" "2" What is the behaviour to right and double click on non-macbook hardware? With the config from comment #15 I now have the following: 1 finger -- left 2 fingers -- right 3 fingers -- double You may adapt that section accordingly to SUSE defaults, otherwise it works fine. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|374101 | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c34 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |374101 Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #34 from Marcus Schaefer <ms@novell.com> 2008-06-02 04:19:24 MDT --- ok I have added the following patch Index: profile/automatic/input/alps =================================================================== --- profile/automatic/input/alps (revision 1615) +++ profile/automatic/input/alps (working copy) @@ -6,24 +6,27 @@ InputDevice -> [X] -> Option -> ZAxisMapping = 4 5 InputDevice -> [X] -> Option -> Emulate3Buttons = on InputDevice -> [X] -> Option -> SHMConfig = on +InputDevice -> [X] -> Option -> SendCoreEvents = on InputDevice -> [X] -> Option -> Protocol = auto-dev -InputDevice -> [X] -> Option -> LeftEdge = 120 -InputDevice -> [X] -> Option -> RightEdge = 830 -InputDevice -> [X] -> Option -> TopEdge = 120 -InputDevice -> [X] -> Option -> BottomEdge = 650 -InputDevice -> [X] -> Option -> FingerLow = 14 -InputDevice -> [X] -> Option -> FingerHigh = 17 -InputDevice -> [X] -> Option -> MaxTapTime = 180 -InputDevice -> [X] -> Option -> MaxTapMove = 110 +InputDevice -> [X] -> Option -> LeftEdge = 100 +InputDevice -> [X] -> Option -> RightEdge = 1100 +InputDevice -> [X] -> Option -> TopEdge = 50 +InputDevice -> [X] -> Option -> BottomEdge = 300 +InputDevice -> [X] -> Option -> FingerLow = 30 +InputDevice -> [X] -> Option -> FingerHigh = 40 +InputDevice -> [X] -> Option -> MaxTapMove = 100 InputDevice -> [X] -> Option -> EmulateMidButtonTime = 75 -InputDevice -> [X] -> Option -> VertScrollDelta = 20 -InputDevice -> [X] -> Option -> HorizScrollDelta = 20 -InputDevice -> [X] -> Option -> MinSpeed = 0.2 -InputDevice -> [X] -> Option -> MaxSpeed = 3 -InputDevice -> [X] -> Option -> AccelFactor = 0.1 +InputDevice -> [X] -> Option -> VertScrollDelta = 25 +InputDevice -> [X] -> Option -> HorizScrollDelta = 30 +InputDevice -> [X] -> Option -> MinSpeed = 0.15 +InputDevice -> [X] -> Option -> MaxSpeed = 0.90 +InputDevice -> [X] -> Option -> AccelFactor = 0.10 InputDevice -> [X] -> Option -> EdgeMotionMinSpeed = 15 InputDevice -> [X] -> Option -> EdgeMotionMaxSpeed = 15 InputDevice -> [X] -> Option -> UpDownScrolling = 1 InputDevice -> [X] -> Option -> CircularScrolling = 1 InputDevice -> [X] -> Option -> CircScrollDelta = 0.1 InputDevice -> [X] -> Option -> CircScrollTrigger = 2 +InputDevice -> [X] -> Option -> TapButton1 = 1 +InputDevice -> [X] -> Option -> TapButton2 = 3 +InputDevice -> [X] -> Option -> TapButton3 = 2 Thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=250427 Bug 250427 depends on bug 374101, which changed state. Bug 374101 Summary: sax2: possibly input profiles like "alps" are applied to wrong input devices https://bugzilla.novell.com/show_bug.cgi?id=374101 What |Old Value |New Value ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Status|ASSIGNED |RESOLVED Resolution| |FIXED -- 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.
participants (1)
-
bugzilla_noreply@novell.com