SkyrilHD / Dell-Exx50-Hackintosh

Fully working Hackintosh for all Latitude 2015 models
76 stars 18 forks source link

Trackpad doesnt show up E5450 #52

Closed kaem-e closed 1 year ago

kaem-e commented 1 year ago

the trackpad settings pane in system preferences doesnt seem to be able to detect the trackpad despite the trackpad itself working perfectly fine, gestures and all. Screenshot 2022-08-09 at 8 51 03 AM

SkyrilHD commented 1 year ago

Does battery status work?

kaem-e commented 1 year ago

Yup though i have the battery removed atm from my laptop

SkyrilHD commented 1 year ago

Trackpad settings will not show if a battery is not connected. That's how Apple implemented it...

kaem-e commented 1 year ago

ahh, is there no way to force it or something perhaps by just making it think a battery is connected ?

SkyrilHD commented 1 year ago

unfortunately not that I know of...

However, you can change the trackpad settings in Terminal: For example, if you want to enable Clicking, type this: defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true

Here is a list of properties you can change: image

After you did your changes, you need to restart.

kaem-e commented 1 year ago

alright that seems to work well, thank you !