[UPDATE] Sentelic Touchpad Driver v1.1.2 - Installer Package |
![]() |
[UPDATE] Sentelic Touchpad Driver v1.1.2 - Installer Package |
|
nhand42
InsanelyMac Protégé
|
![]() |
Jan 29 2009, 01:01 PM Post #1
|
|
Some people have asked for a simpler installation method for the Sentelic Touchpad Driver. I've put together an Installer Package that installs the Sentelic driver and keeps a copy of your original driver, just in case. Instructions are included inside the DMG. Feedback is always welcome.
This driver should Just Work with 10.5.6. Untested on 10.5.4 but should Just Work there as well. The old instructions to fix the Trackpad preference pane are no longer required; the fix is now included in the package. [UPDATE] Version 1.1.2: Thanks to Fredrik Andersson the driver now supports horizontal and vertical Scroll Regions. Slide your finger on the bottom and right edges of the trackpad to scroll. Much better than the Corner Scroll. [FEATURES] * Enables Trackpad Preference Pane * Enable/Disable Clicking (Tap To Click) * Vertical and Horizontal Scrolling * Adjust Tracking Speed [DOESN'T WORK] * Two Finger Scrolling * Adjust Scrolling Speed * Dragging and Drag Lock * Ignore Accidental Trackpad Input
Attached File(s)
ApplePS2Controller_WithSentelic_1.1.2_src.zip ( 312.54K )
Number of downloads: 952
Sentelic_Touchpad_Driver_1.1.2.dmg.zip ( 454.02K )
Number of downloads: 1904 |
|
CyberGreg
InsanelyMac Protégé
|
![]() |
Feb 3 2009, 09:08 PM Post #2
|
|
Thanks nhand42, we appreciate your continued Wind support
|
|
marciak
InsanelyMac Protégé
|
![]() |
Feb 16 2009, 10:13 PM Post #3
|
|
Works like a charm under 10.5.4!
thanks - makes my MSI Wind 100 usable. |
|
vegetable
InsanelyMac Protégé
|
![]() |
Feb 19 2009, 11:06 PM Post #4
|
|
Thank you for doing this nhand42. It makes a big difference in the usability of my MSI Wind. I'm running 10.5.6, and the install worked with no problems.
|
|
|
royalobtuse
InsanelyMac Protégé
|
![]() |
Feb 20 2009, 02:26 PM Post #5
|
|
I can't seem to download the file. When I click on the link I get an forum error that says "Sorry, some required files are missing, if you intended to view a topic, it's possible that it's been moved or deleted. Please go back and try again."
Has the file been deleted? Can someone PM or repost the file? Thanks! |
|
lilalila
InsanelyMac Protégé
|
![]() |
Feb 25 2009, 09:38 PM Post #6
|
|
Thanks, dude! Works fine
|
|
max3202
InsanelyMac Protégé
|
![]() |
Feb 25 2009, 10:46 PM Post #7
|
|
Thanks ! |
|
MrFluff
InsanelyMac Protégé
|
![]() |
Feb 26 2009, 11:37 AM Post #8
|
|
Hello, I've extended this driver a bit among the things I've done so far.
1. Right slidescroll support 2. Improved accuracy 3. Other minor modifications to improve the experience. Binary available at: http://homepage.mac.com/fredrikandersson/A...roller.kext.zip (Source code is yet to come) This is still a work in progress, although I consider it atleast as functional as the OPs driver, I'll post a source patch within the next few days- I'm still busy implementing some experimental features. The ones I'm currently working/investigating on are possibilities of two finger scroll support (instead of rightside slide scroll), A custom settings application that allows for better configuration of the touchpad and to allow for some other features (which I still wish to remain disclosed as I can't promise they will actually be practically usable), but one of them is the ability to let the touchpad be used as a small tablet for handwritten text alternately painting, the major problem with that is that the silentic pad is capacitive so the stylus would have to be conducting) Otherwise... The Silentic touchpad is a really fine piece of equipment, it's just too bad the drivers aren't up to snuff, nor is documentation. But the linux driver allows for alot of hints fortunately |
|
FavleX
FavleX
|
![]() |
Feb 26 2009, 08:36 PM Post #9
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Hello, I've extended this driver a bit among the things I've done so far. 1. Right slidescroll support 2. Improved accuracy 3. Other minor modifications to improve the experience. Binary available at: http://homepage.mac.com/fredrikandersson/A...roller.kext.zip (Source code is yet to come) This is still a work in progress, although I consider it atleast as functional as the OPs driver, I'll post a source patch within the next few days- I'm still busy implementing some experimental features. The ones I'm currently working/investigating on are possibilities of two finger scroll support (instead of rightside slide scroll), A custom settings application that allows for better configuration of the touchpad and to allow for some other features (which I still wish to remain disclosed as I can't promise they will actually be practically usable), but one of them is the ability to let the touchpad be used as a small tablet for handwritten text alternately painting, the major problem with that is that the silentic pad is capacitive so the stylus would have to be conducting) Otherwise... The Silentic touchpad is a really fine piece of equipment, it's just too bad the drivers aren't up to snuff, nor is documentation. But the linux driver allows for alot of hints fortunately ..anyone tried it with good results ? :-) |
|
marko_tmf
InsanelyMac Protégé
|
![]() |
Feb 28 2009, 03:40 PM Post #10
|
|
..anyone tried it with good results ? :-) I tried and it works !!!!!!!! It is exelenet! Now I scroll like I have synaptic touchpad!!!! Thank's!!!! One amathar thing. I did this: Fixing the Trackpad Preference Pane - Experts Only This should not be necessary on most computers but sometimes the Trackpad preference pane refuses to appear. This is because OS X checks for supported hardware before loading the preference pane, and as far as Apple is concerned the Sentelic is not supported. However with a little fiddling I have enabled the 10.5.6 Keyboard and Trackpad preference panes with the new Sentelic enabled driver. First modify the 10.5.6 Trackpad preference pane to disable Apple's vendor ID check. Edit the Info.plist for the Trackpad.prefPane Code:$ sudo pico /System/Library/PreferencePanes/Trackpad.prefPane/Contents/Info.plist And remove these lines Code:<key>VendorID</key> <integer>1452</integer> Save the file then reboot. Notice that the Trackpad preference pane does *not* yet appear in System Preferences. Next grab the 10.5.5 Keyboard preference pane from here: http://www.mediafire.com/download.php?fxmezuyejmf Install it using the standard technique but do *not* delete the 10.5.6 Keyboard preference pane Code:$ sudo mv /System/Library/PreferencePanes/Keyboard.prefPane /System/Library/PreferencePanes/Keyboard.prefPane.10.5.6 $ sudo chmod 000 /System/Library/PreferencePanes/Keyboard.prefPane.10.5.6 $ sudo mv ~/Downloads/Keyboard.prefPane /System/Library/PreferencePanes/ $ sudo chown -R root:wheel /System/Library/PreferencePanes/Keyboard.prefPane $ sudo chmod -R 755 /System/Library/PreferencePanes/Keyboard.prefPane restart And now you can use settings in System Preferences !!!! |
|
FavleX
FavleX
|
![]() |
Feb 28 2009, 06:19 PM Post #11
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Yes..me too !
On tha msi wind forums we can get the enabler for the orizzontal scrolling even! Absolutely fantastic :-) |
|
MrFluff
InsanelyMac Protégé
|
![]() |
Feb 28 2009, 08:22 PM Post #12
|
|
Yes..me too ! On tha msi wind forums we can get the enabler for the orizzontal scrolling even! Absolutely fantastic :-) No enabler is necessary, this driver enables both vertical and horizontal scrolling by default. The settings dialog is also populated experimentally as of the latest version of the driver- however... Scroll settings / sensitivity aren't functional yet, they just appear in the preferences, next version will add functionality for the settings. (Actually the only setting that we got for free by having the driver propagate it's scrolling abilities to the prefspane is the scroll zoom function) I'm also looking into make the "ignore trackpad when typing" etc settings to actually have any effect, but I will not set any release date for the new driver, it may be released tomorrow- it may be released in a month. As most of those who tried noticed- it's fully usable as it is right now. |
|
agrafuese
InsanelyMac Geek
|
![]() |
Feb 28 2009, 10:03 PM Post #13
|
![]() ![]() ![]() ![]()
|
Just a heads-up to everyone here that wants their trackpad preferences working: marko_tmf's suggestion is the old way to get it to work. It's not really recommended because your modifications could get overwritten by future OS updates (not to mention that it's long-winded and unnecessary). The new and preferred method goes like this (Note to MrFluff: maybe put this into your next release?):
After installing MrFluff's kext, go into Terminal and type: CODE sudo nano /System/Library/Extensions/ApplePS2Controller.kext/Contents/Plugins/ApplePS2Trackpad.kext/Contents/Info.plist Then, inside the editor you will see a block of code that looks like this: CODE <key>Sentelic FSP</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.ApplePS2Trackpad</string> <key>IOClass</key> <string>ApplePS2SentelicFSP</string> <key>IOProbeScore</key> <integer>6000</integer> <key>IOProviderClass</key> <string>ApplePS2MouseDevice</string> </dict> Replace that ENTIRE block with this new code: CODE <key>Sentelic FSP</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.ApplePS2Trackpad</string> <key>HIDPointerAccelerationType</key> <string>HIDTrackpadAcceleration</string> <key>VendorID</key> <integer>1452</integer> <key>IOClass</key> <string>ApplePS2SentelicFSP</string> <key>IOProbeScore</key> <integer>6000</integer> <key>IOProviderClass</key> <string>ApplePS2MouseDevice</string> </dict> Save your changes with CTRL-X, hit Y to save, and then ENTER Finally, clear your kext caches by typing: CODE rm -rf /System/Library/Extensions.mkext rm -rf /System/Library/Extensions/Caches/ rm -rf /System/Library/Caches/ Now, reboot with -f and you should have the trackpad prefpane |
|
MrFluff
InsanelyMac Protégé
|
![]() |
Feb 28 2009, 10:17 PM Post #14
|
|
(Note to MrFluff: maybe put this into your next release?): Good call, and thanks for the information- I'll make sure that all my future versions will have this plist setting. Note to everyone: I wont however make any installer packages- if you have trouble install, look for a third party installer. Cybergregs installer package contains the very latest version, and also modifies the keyboard pane (the old way I suppose) nhand42 may eventually release an updated (and source synched) installer package. if you want the absolut bleeding edge version of the driver you'll have to download it in kext form, I'll push changes wheneither I can. These links will be valid until further notice: The latest binary http://homepage.mac.com/fredrikandersson/A...roller.kext.zip (I only distribute the actual driver file, the rest is identical to nhand42s initial port) The latest source http://homepage.mac.com/fredrikandersson/A...SentelicFSP.cpp |
|
marko_tmf
InsanelyMac Protégé
|
![]() |
Mar 1 2009, 07:04 AM Post #15
|
|
Please, fallow Agrafuese's instraction!!!!!!
Thanks, Agrafuese! And ofcourse thanks Mr Fluff!!!! Mr Fluff rules!!!!!! |
|
FavleX
FavleX
|
![]() |
Mar 1 2009, 10:56 AM Post #16
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
No enabler is necessary, this driver enables both vertical and horizontal scrolling by default. The settings dialog is also populated experimentally as of the latest version of the driver- however... Scroll settings / sensitivity aren't functional yet, they just appear in the preferences, next version will add functionality for the settings. (Actually the only setting that we got for free by having the driver propagate it's scrolling abilities to the prefspane is the scroll zoom function) I'm also looking into make the "ignore trackpad when typing" etc settings to actually have any effect, but I will not set any release date for the new driver, it may be released tomorrow- it may be released in a month. As most of those who tried noticed- it's fully usable as it is right now. Yes U'r right , I was meaning Installer=enabler ..just to keep informed the community as well. |
|
CyberGreg
InsanelyMac Protégé
|
![]() |
Mar 2 2009, 03:07 AM Post #17
|
|
... Cybergregs installer package contains the very latest version, and also modifies the keyboard pane (the old way I suppose) nhand42 may eventually release an updated (and source synched) installer package. ... My installer package uses the newer; adds in the VendorID to plist method and does not alter the keyboard pref at all. My Wind Driver pack does modify the keyboard pref but only to allow those with Synaptics trackpads the ability to access TrackPad settings. |
|
Scarlet Sergeant
InsanelyMac Protégé
|
![]() |
Jul 10 2009, 02:35 PM Post #18
|
|
Thank you!! Trackpad working with older prefpane on AAO
|
|
whisperjeff
InsanelyMac Protégé
|
![]() |
Oct 1 2009, 11:58 PM Post #19
|
|
Some people have asked for a simpler installation method for the Sentelic Touchpad Driver. I've put together an Installer Package that installs the Sentelic driver and keeps a copy of your original driver, just in case. Instructions are included inside the DMG. Feedback is always welcome. My feedback is simple - thanks a ton!! Got my Wind U100, spent a night installing, uninstalling, reinstalling, etc. etc. etc. (what can I say, I'm new to the hackintosh community |
|
king0r
InsanelyMac Protégé
|
![]() |
Oct 31 2009, 07:07 PM Post #20
|
|
Halo,
I have a MSI X340 laptop with the Sentelic Trackpad. I have installed the latest release from here. But I can´t scroll with two fingers by taping on the right corner of the trackpad. What I am doing wrong? Please help me by saying what is possible to do with the sentelic trackpad under MAC OS and this fantastic driver. Thank you guys ! |
![]() |
|
Lo-Fi Version | Time is now: 21st November 2009 - 10:33 AM |