Randomiser 0 Posted March 20, 2014 Share Posted March 20, 2014 Version 3.7 works very well for me in 10.9.2, and also fixes touchpad detection after system restart. I am however experiencing visual scrolling lag when I release my finger after an inertial scroll, this doesn't occur whilst still scrolling or in linear scrolling mode, any ideas? Quote Link to post Share on other sites
kenia1234 0 Posted March 21, 2014 Share Posted March 21, 2014 That's a great release!! The backlight auto off for the keyboard is just fantastic and the 5 fingers swipes very handy!! I just have some annotations to point out : 1)The auto off keyboard backlight option is still buggy for me (V4 hardware); it turns off at a random time (sometimes 10 seconds, sometimes more, sometimes less, sometimes never). Moreover it would be very handy if the backlight would automatically switch on as soon as I type again. 2)I have some problems with the gesture for going backward and forward with 3 fingers swipe. I tried to fix it on my own unsuccessfully; here's what it did : I changed the keyboard layout to 33 (Italian-spanish) and I enabled the "Use ISO layout" option in ApplePS2Controller.kext info.plist but unfortunately it still doesn't work. Thanks for the great job!! Quote Link to post Share on other sites
dominic714342 0 Posted March 21, 2014 Share Posted March 21, 2014 I tried to fix it on my own unsuccessfully; here's what it did : I changed the keyboard layout to 33 (Italian-spanish) and I enabled the "Use ISO layout" option in ApplePS2Controller.kext info.plist but unfortunately it still doesn't work. 0x31 /* Spanish and Italian ISO Keyboard */ you need to change the Hex value to Decimal, 0x31 in Decimal is 49, so you should put in 49, see if it would help Quote Link to post Share on other sites
kenia1234 0 Posted March 21, 2014 Share Posted March 21, 2014 0x31 /* Spanish and Italian ISO Keyboard */ you need to change the Hex value to Decimal, 0x31 in Decimal is 49, so you should put in 49, see if it would help Ahaha!! Such a simple thing!! That worked very well my friend!! Thank you!! I didn't realize it was hex and so I put 31!! One problem is solved!! Anyone else experienced the auto off keyboard backlight bugs and/or would like the auto on feature as well?? Quote Link to post Share on other sites
EMlyDinEsH 427 Posted March 22, 2014 Author Share Posted March 22, 2014 Ahaha!! Such a simple thing!! That worked very well my friend!! Thank you!! I didn't realize it was hex and so I put 31!! One problem is solved!! Anyone else experienced the auto off keyboard backlight bugs and/or would like the auto on feature as well?? Are you using my new DSDT patch from features explanation thread which is required to work? Let me see your DSDT. Quote Link to post Share on other sites
EMlyDinEsH 427 Posted March 22, 2014 Author Share Posted March 22, 2014 Version 3.7 works very well for me in 10.9.2, and also fixes touchpad detection after system restart. I am however experiencing visual scrolling lag when I release my finger after an inertial scroll, this doesn't occur whilst still scrolling or in linear scrolling mode, any ideas? You did not have this visual scrolling lag in previous versions? its fine to me and you might see some lag in Chromo, Firefox etc, other than Safari which is related to OSX which i can see sometimes and its not related to my code. Test the inertia in new version and old versions then let me know your feedback so i can see if its related to my code or not. Also try Speed changes for scrolling at Trackpad preferences and see as sometimes you need to tweak this for optimal performance. Quote Link to post Share on other sites
kenia1234 0 Posted March 22, 2014 Share Posted March 22, 2014 Are you using my new DSDT patch from features explanation thread which is required to work? Let me see your DSDT. Of course I did!! I partially solved the problem! I had to modify some options in the AsusNBFnKeys.kext and now it works almost as it should! Except for the fact that the backlight level is the minimum one and if I try to set it to a higher level, it goes back to the minimum one the next time I type (after the backlights turn off). If you need a clearer explanation of the "issue" just ask! Thanks a bunch for this great update!! Quote Link to post Share on other sites
Ramalama 2 Posted March 23, 2014 Share Posted March 23, 2014 Of course I did!! I partially solved the problem! I had to modify some options in the AsusNBFnKeys.kext and now it works almost as it should! Except for the fact that the backlight level is the minimum one and if I try to set it to a higher level, it goes back to the minimum one the next time I type (after the backlights turn off). If you need a clearer explanation of the "issue" just ask! Thanks a bunch for this great update!! The KB Backlight Auto-Off Feature, relies very much on the 16Levels DSDT Patch... The Auto-Off feature is controlled in DSDT, thats why its very impossible, that in your DSDT is the right code! Cheers Quote Link to post Share on other sites
kenia1234 0 Posted March 23, 2014 Share Posted March 23, 2014 The KB Backlight Auto-Off Feature, relies very much on the 16Levels DSDT Patch... The Auto-Off feature is controlled in DSDT, thats why its very impossible, that in your DSDT is the right code! Cheers I believe that nothing is wrong with my DSDT since now the auto-off feature works ok as it should... But I think that someone should mention that you need to edit the AsusNBFnKeys.kext (The WMI plugin) to make it work properly, otherwise it will not work! What do you think? Quote Link to post Share on other sites
Ramalama 2 Posted March 23, 2014 Share Posted March 23, 2014 I believe that nothing is wrong with my DSDT since now the auto-off feature works ok as it should... But I think that someone should mention that you need to edit the AsusNBFnKeys.kext (The WMI plugin) to make it work properly, otherwise it will not work! What do you think? that you are right:-) Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.