Contribute
Register

[solved] Trackpad preference pane is blank

Status
Not open for further replies.
No ideas for the command? I can't find the right description from the plist.
I tried these here to change:
<key>BogusDeltaThreshX</key>

<integer>400</integer>

<key>BogusDeltaThreshY</key>

<integer>350</integer>


But this wasn't the solution what I'm looking for.

I need the string for the mouse movement,
Best Regards, and Thanks, Dan
 
No ideas for the command? I can't find the right description from the plist.
I tried these here to change:
<key>BogusDeltaThreshX</key>

<integer>400</integer>

<key>BogusDeltaThreshY</key>

<integer>350</integer>


But this wasn't the solution what I'm looking for.

I need the string for the mouse movement,
Best Regards, and Thanks, Dan

Internal driver tracking speed can be manipulated with DivisorX and DivisorY. (larger divisors == slower movement).
These are not the same properties that the prefpane changes, but...
 
Hello,

Thank you very much for all the information, I could successfully install 10.12 on two machines thanks to your guides.

I could also activate one-finger tap to click for my touchpad by using the ioio commands.

I'm now searching for the command to reverse vertical scrolling with ioio; I have looked into the VoodooPS2SynapticsTouchPad files on GitHub and found a lot of occurrences of the word "scroll" (including TrackpadScroll,VerticalScrollDivisor, StickyVerticalScrolling and VerticalScroll), but I don't know which command to use (and which arguments) to reverse the vertical scrolling.

Could you please help me?
 
Last edited:
Success too. Extracted using Pacifist from El Capitan installer and replaced in S/L/PP. Used PreferencePanes permissions command (apply to enclosed items) to fix permissions. Works well.
 
Does the touchpad settings stick when you reboot.
 
Does the touchpad settings stick when you reboot.
Nope. I had not noticed, but now that you mention it, it would appear that I have to go into system preferences after every boot to get tapping back. Weird.
 
@RehabMan,
is there any fix for this issue to make the settings stick after reboot?
 
@RehabMan,
is there any fix for this issue to make the settings stick after reboot?

If you are using my trackpad driver, you will have to wait until I have time to integrate/test fixes by usr-sse2.
 
One question I have,
When I disable or don't use this:
ioio -s ApplePS2SynapticsTouchPad DragLock 0

All time with double tap on the trackpad the item is fixed.
Is this normal? I don't have patched or an other prefpane.
Perhaps I don't understand whats draglock mean.
I would like disable by double touch the fixing feature.

Hi,

Can you explain how you learned how to use that servicname and option?
I looked in the info.plist as RehabMan suggested, but I don't see any options that make sense.
I have a Dell E6430 with an ALPS driver, so when I type the command I get:

No service matching "ApplePS2SynapticsTouchPad"

Any help is greatly appreciated!
 
To use ioio you need to install ioio from rehabman. It's a useful Tool.
ioio -s ApplePS2SynapticsTouchPad DragLock 0
ApplePS2* is the loaded driver which you can find under the ioreg. If this is not loaded you cant change values.

I spend lots of time there to understand it :)
 
Status
Not open for further replies.
Back
Top