Author Topic: ALPS working trackpad in Snow Leopard  (Read 52879 times)

0 Members and 1 Guest are viewing this topic.

Rebellious

  • Entrant
  • Posts: 5
Re: ALPS debugging info (posible solution)
« Reply #45 on: July 10, 2009, 08:21:10 PM »
Slashack, thanks for the working driver. Though it's working only after manual reload of the kext, but still - it gave me tapping. Scrolling I had before. The laptop is Dell Vostro 1510. Will be anxiously waiting for the fully working and more functional driver from you!

Thanks once again.

Rebellious

talisman

  • Entrant
  • Posts: 5
Re: ALPS debugging info (posible solution)
« Reply #46 on: July 16, 2009, 07:48:18 AM »
Some developments have been made with the Alps Trackpad on M1530s. Now it is possible to have two finger scroll in addition to scroll zones. Also tapping works flawlessly before and after sleep. The details: Look in page 29 of the guide to M1330/M1530 on the other side of the fence....
« Last Edit: July 16, 2009, 11:16:10 AM by talisman »
2X Dell XPS M1530. Intel 3945/DT1490(BCM4311). Intel C2D T9300 (2.5 GHz 6M L2 800MHz). Sigmatel 9228. 4GB RAM 667 MHz. Marvell Yukon 88E8040 (working with correct mac id). NVIDIA GForce 8600M GT (with mirroring). Dell Bluetooth 355 EDR. 250 GB 7200 HD. OS: Mac OS X 10.5.7/ Vista Business / Fedora 10

slashack

  • Member
  • Posts: 30
Re: ALPS debugging info (posible solution)
« Reply #47 on: July 16, 2009, 04:43:45 PM »
I made the patch about one week ago but it seems that the voodoo team is busy.

Here's the kext i'm using and the message i sent to kabyl:

Fixes:
- Packets are detected as absolut, not relative.
- It uses acceleration value from Trackpad.prefpane, not mouse one.
- Scrolling works just fine.
- Tapping works without reloading the driver.
- It detects Inspiron 1420 touchpad.


Things that works from Trackpad preference pane:
- Tracking Speed
- Double-Click Speed
- Use two fingers to scroll (enables vertical scroll!)
- Allow horizontal scrolling
- Scrolling Speed
- Zoom
- Clicking

Things that doesn't work:
- Dragging (it works by default)
- Drag Lock (doesn't work at all)
- Ignore accidental trackpad input
- Ignore trackpad when mouse is present


To enable trackpad prefpane (got this info from here: http://www.insanelymac.com/forum/index.php?showtopic=142466):

open /System/Library/PreferencePanes/Trackpad.prefPane/Contents/Info.plist and remove this line

<key>VendorID</key>
    <integer>1452</integer>

Delete:
~/Library/Caches/com.apple.preferencepanes.*

Now you can open /System/Library/PreferencePanes/Trackpad.prefpane

(if it doesn't work, delete all of NSPrefPaneIOServiceAttributesToMatch)


Hope this helps!


Rebellious

  • Entrant
  • Posts: 5
Re: ALPS debugging info (posible solution)
« Reply #48 on: July 25, 2009, 09:54:36 PM »
Where do I get the Trackpad.prefpane? Actually, I got none... Could anyone help me with the matter? There's only VoodooPS2.prepane...

slashack

  • Member
  • Posts: 30
Re: ALPS debugging info (posible solution)
« Reply #49 on: July 25, 2009, 10:53:57 PM »
Read previous post. It's there!

slashack

  • Member
  • Posts: 30
Re: ALPS working trackpad in Snow Leopard
« Reply #50 on: November 11, 2009, 07:30:25 AM »
Topic updated

rameshb_v

  • Entrant
  • Posts: 5
Re: ALPS working trackpad in Snow Leopard
« Reply #51 on: January 01, 2010, 10:32:23 AM »
Topic updated

Is two finger scrolling working ? It does not work for me on HP DV2500 ALPS trackpad. I have also set the doubletap in the trackpad preference pane.
« Last Edit: January 01, 2010, 10:53:18 AM by rameshb_v »

xjust

  • Entrant
  • Posts: 4
Re: ALPS working trackpad in Snow Leopard
« Reply #52 on: March 30, 2010, 07:07:00 PM »
is there any way to disable scrolling and have just two finger scrolling on m1530 ? (alps)
im loosing a lot of the pad because of this.. thanks

chronolynx

  • Entrant
  • Posts: 2
Re: ALPS debugging info (posible solution)
« Reply #53 on: June 27, 2010, 02:05:37 AM »
Resolution was set to 100 dpi, so i multiplied relative distances by 0.2, in order to decrease pointer speed (was too fast). The problem was that when trackpad moved 1 position, that multiplication leaved a 0, so the pointer in screen didn't moved. I changed resolution to 500 dpi. That made the 0.2 multiplication useless. Now when the trackpad moves 1 position, the pointer moves 1 dot = 1/500 inches.

Does it works right now?
http://forum.voodooprojects.org/index.php?action=dlattach;topic=245.0;attach=249

HEY !! is this one compatible for x32 or x64 Snow leopard's kernel?

thanks in advance

tmacyunn

  • Entrant
  • Posts: 7
Re: ALPS working trackpad in Snow Leopard
« Reply #54 on: June 30, 2010, 05:09:15 AM »
       I install it ,and it goes well .But it can`t give two finger working, i can use this  to scroll and click. When use  -v to start login ,it says
Code: [Select]
Synaptics TouchPad and Sentelic FSP do not loaded ALPS trackpad ,thanks!

chronolynx

  • Entrant
  • Posts: 2
Re: ALPS debugging info (posible solution)
« Reply #55 on: July 30, 2010, 08:19:28 PM »
I made the patch about one week ago but it seems that the voodoo team is busy.

Here's the kext i'm using and the message i sent to kabyl:

Fixes:
- Packets are detected as absolut, not relative.
- It uses acceleration value from Trackpad.prefpane, not mouse one.
- Scrolling works just fine.
- Tapping works without reloading the driver.
- It detects Inspiron 1420 touchpad.


Things that works from Trackpad preference pane:
- Tracking Speed
- Double-Click Speed
- Use two fingers to scroll (enables vertical scroll!)
- Allow horizontal scrolling
- Scrolling Speed
- Zoom
- Clicking

Things that doesn't work:
- Dragging (it works by default)
- Drag Lock (doesn't work at all)
- Ignore accidental trackpad input
- Ignore trackpad when mouse is present


To enable trackpad prefpane (got this info from here: http://www.insanelymac.com/forum/index.php?showtopic=142466):

open /System/Library/PreferencePanes/Trackpad.prefPane/Contents/Info.plist and remove this line

<key>VendorID</key>
    <integer>1452</integer>

Delete:
~/Library/Caches/com.apple.preferencepanes.*

Now you can open /System/Library/PreferencePanes/Trackpad.prefpane

(if it doesn't work, delete all of NSPrefPaneIOServiceAttributesToMatch)


Hope this helps!

got a vostro1310 here with an ALPS glidepad. This driver is pretty smoother but i can't side-scroll with this one. how can i?

angel.tdw

  • Entrant
  • Posts: 7
Re: ALPS working trackpad in Snow Leopard
« Reply #56 on: November 10, 2010, 08:26:45 AM »
same here...i have alps trackpad,, on my dell 1440
click works,but i dont get any scrolling scrolling settings in the trackpad.pref

y so????

help needed
thanx

angel

vjkevlar

  • Entrant
  • Posts: 1
Re: ALPS working trackpad in Snow Leopard
« Reply #57 on: November 17, 2010, 07:51:20 PM »
1.) I have tried and also tried it again still same. Mouse works smoothly, Tapping always annoyingly on, no scrolling whatsoever, the trackpad pref pane doesnt effect cursor in any way...NORMAL mouse pref does effect cursor speed... Voodoops2pref pane gives synamptecs or whatever message.

Dell M1530 2.5ghz, Snow 10.6.5

minimalco

  • Entrant
  • Posts: 1
Re: ALPS working trackpad in Snow Leopard
« Reply #58 on: November 26, 2010, 04:22:32 AM »
THANX a lot man i've finally got my touchpad working with scrolling and tapping after sleep. my laptop is the same old dell 1420
i'm just wondering if it's possible to extend a little bit the scrolling region for the vertical edge. not so much, but just a few pixels would be perfect

Heratiki

  • Entrant
  • Posts: 2
Re: ALPS working trackpad in Snow Leopard
« Reply #59 on: November 30, 2010, 02:33:38 AM »
Ok...  XPS M1530 here...  Here's what I did...

I used the files added to this post...  So those should help...  And then I followed these directions to get the TrackPad.PrefPane working correctly so that I could set the stuff up the way it should be.  The VoodooPS2 PrefPane crashes on me all the time.   So...  Here goes the instructions for the kext install to get it working flawlessly on my M1530 with Snow Leopard 10.6.5 - Updated from iAtkos S3 v2.

Install the included VoodooPS2Controller.kext (it's modified using the 64Bit compiled VoodooPS2Controller.kext and has VoodooPS2Mouse.kext removed and a modified VoodooPS2Trackpad.kext added in)

To install it use Kext Helper b7 available here - http://cheetha.net/

Make sure your install still has the AppleACPIPS2Nub.kext in there as well (it's needed) if not you can get it from below.

After that make sure that ApplePS2Controller.kext is not in your /System/Library/Extensions/

Reboot and give it a try...  I'll keep doing more and more testing to find out everything that works and doesn't work but for now it works great and even works with 2 finger scrolling...  I'll keep you up to date...

Heratiki