Re: XFree86 touchpad driver on iBook

2004-02-06 Thread Colin Leroy
> > The apple touchpad driver support these. Synaptics driver, IIRC, > > supports more things, like double-tap (with two fingers) for > > middle-click, scrollwheel emulation using the right border of the > > pad, etc. > > There was a patch floating around so that the apple driver could do the >

Re: XFree86 touchpad driver on iBook

2004-02-05 Thread Stewart Smith
On Thu, 2004-01-29 at 19:59, Colin Leroy wrote: > The apple touchpad driver support these. Synaptics driver, IIRC, > supports more things, like double-tap (with two fingers) for > middle-click, scrollwheel emulation using the right border of the > pad, etc. There was a patch floating around so

Re: XFree86 touchpad driver on iBook

2004-01-31 Thread Colin Leroy
On 30 Jan 2004 at 14h01, Colin Leroy wrote: Hi, > (light comes to mind...) Maybe I have a patch still applied on my X server > that modified mouse speed, will check and re-release if needed. That was it. Uploaded a fixed version, thanks for the report :) -- Colin

Re: XFree86 touchpad driver on iBook

2004-01-30 Thread Colin Leroy
> > Remove the two "+ 1" in function "annihilate_move()" ("why do I need to > > add 1 !?". I have to add them for my pointer to stay still... > > Done. Now it works fine. Do you have an idea what it depends on whether > "+ 1" is needed or not? Er, no idea. I was astonished to see I had to do it on

Re: XFree86 touchpad driver on iBook

2004-01-30 Thread Michael Rex
Quoth Colin Leroy <[EMAIL PROTECTED]>: > Well on my gentoo it's /dev/uinput ;-) There's a parameter to mouseemu to > specify it. Yes, I've seen this. But I'm lazy so I just changed the sources ;-) >> >Scrollwheel emulation works, but while scrolling the cursor constantly >> >moves from its curre

Re: XFree86 touchpad driver on iBook

2004-01-30 Thread Colin Leroy
On 29 Jan 2004 at 19h01, IoGuiX ''JGuillaume de Rorthais" wrote: Hi, > >First of all I had no uinput support in the kernel, so I had to > >recompile it. The documentation to that option says that the device > >file is /dev/input/uinput, not /dev/uinput like mouseemu expects. As > >none of those

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread IoGuiX ''JGuillaume de Rorthais\"
Michael Rex wrote: Well, at least that's better than no scrollwheel. But now I ran into some problems. Small problems ;) First of all I had no uinput support in the kernel, so I had to recompile it. The documentation to that option says that the device file is /dev/input/uinput, not /dev/

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Michael Rex
Quoth Colin Leroy <[EMAIL PROTECTED]>: > Hi, Hi, >> As the Synaptics driver doesn't work, can somebody point me to another >> solution for these issues? I can live without a scrollwheel, but the >> movement issues are really annoying. > > My little userland tool, which you can find at > http://g

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Colin Leroy
Hi, > As the Synaptics driver doesn't work, can somebody point me to another > solution for these issues? I can live without a scrollwheel, but the > movement issues are really annoying. My little userland tool, which you can find at http://geekounet.org/powerbook/files/mouseemu.tar.gz replaces

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Michael Rex
Quoth Ryan Verner <[EMAIL PROTECTED]>: > On 29/01/2004, at 6:25 PM, Colin Leroy wrote: > >>> I'm wondering if someone got the Synaptics driver from >>> http://w1.894.telia.com/~u89404340/touchpad/ to work on an iBook G4. >> >> I don't think Synaptics driver is for the Apple laptop's ADB touchpads.

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Ryan Verner
On 29/01/2004, at 7:29 PM, Colin Leroy wrote: The apple touchpad driver support these. Synaptics driver, IIRC, supports more things, like double-tap (with two fingers) for middle-click, scrollwheel emulation using the right border of the pad, etc. Ah. I've been missing out :-) R -- Colin Ne

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Colin Leroy
> Why the driver, anyway - to support tapping/clicking, dragging, and > such? The apple touchpad driver support these. Synaptics driver, IIRC, supports more things, like double-tap (with two fingers) for middle-click, scrollwheel emulation using the right border of the pad, etc. -- Colin Ne

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Ryan Verner
On 29/01/2004, at 6:25 PM, Colin Leroy wrote: I'm wondering if someone got the Synaptics driver from http://w1.894.telia.com/~u89404340/touchpad/ to work on an iBook G4. I don't think Synaptics driver is for the Apple laptop's ADB touchpads. The list at http://w1.894.telia.com/~u89404340/touc

Re: XFree86 touchpad driver on iBook

2004-01-29 Thread Colin Leroy
> I'm wondering if someone got the Synaptics driver from > http://w1.894.telia.com/~u89404340/touchpad/ to work on an iBook G4. I don't think Synaptics driver is for the Apple laptop's ADB touchpads. The list at http://w1.894.telia.com/~u89404340/touchpad/compatibility.txt tends to confirm it...

XFree86 touchpad driver on iBook

2004-01-28 Thread Michael Rex
Hi, I'm wondering if someone got the Synaptics driver from http://w1.894.telia.com/~u89404340/touchpad/ to work on an iBook G4. I've followed the instructions in INSTALL, the driver built and installed fine, I configured the driver in XF86Config-4 and started X. Problem is, X doesn't find the mod