Pinebook Pro Revised Keyboard Firmware - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116) +--- Thread: Pinebook Pro Revised Keyboard Firmware (/showthread.php?tid=8884) |
RE: Pinebook Pro Revised Keyboard Firmware - linusfargo - 01-30-2020 (01-29-2020, 07:34 AM)jackhumbert Wrote: I'm still diggin into the touchpad interfacing, but I think I've had some luck in making it a bit more usable with the current firmware by adjusting the MinSpeed of the driver: This is an awesome bit of kit. Absolutely improves corner grabbing. Do you now if this setting will be saved on reboot? If not, is there a config file to modify, or do I just add it to a start up script? Honestly thanks again for this find. RE: Pinebook Pro Revised Keyboard Firmware - Solra Bizna - 01-31-2020 synclient changes aren't persistent, you'll have to run the command every time you log in. (Also, synclient is only effective under X11, not Wayland.) RE: Pinebook Pro Revised Keyboard Firmware - jackhumbert - 01-31-2020 (01-30-2020, 11:44 PM)linusfargo Wrote:(01-29-2020, 07:34 AM)jackhumbert Wrote: I'm still diggin into the touchpad interfacing, but I think I've had some luck in making it a bit more usable with the current firmware by adjusting the MinSpeed of the driver: (01-31-2020, 01:26 AM)Solra Bizna Wrote: synclient changes aren't persistent, you'll have to run the command every time you log in. (Also, synclient is only effective under X11, not Wayland.) I'm not sure if it's the recommended way, but adding this to /etc/X11/xorg.conf worked for me (in X11): Code: Section "InputClass" I don't have any experience with Wayland - if someone is able to configure this with Wayland, please share! RE: Pinebook Pro Revised Keyboard Firmware - xmixahlx - 01-31-2020 I am on sway/wayland/mesa-git and don't have any issues with the trackpad at all. honestly it has been difficult understanding exactly what the issues are experienced by others. using revised keyboard update and added input block to sway config for touchpad have been my changes. the only annoyance I have is avoiding use of tty3 due to F3 acting wonky with the revised keyboard firmware. RE: Pinebook Pro Revised Keyboard Firmware - Arwen - 01-31-2020 (01-31-2020, 07:28 AM)jackhumbert Wrote: ...Perfect. I've added both this and the "synclient MinSpeed=0.25" to the Wiki; Wiki - Pinebook Pro - X-Windows trackpad tuning As usual, feel free to correct, improve or comment, (good or politely bad). RE: Pinebook Pro Revised Keyboard Firmware - tllim - 02-01-2020 (01-28-2020, 11:52 AM)jackhumbert Wrote:Please PM your address, phone number and email address (for shipping purpose). I will ask shipping team to dispatch an ISO PBP to you. Thanks on the awesome task. On the trackpad info, I will try to get more info from trackpad vendor.(01-28-2020, 03:28 AM)as400 Wrote: @jackhumbert - I have updated ANSI keyboard before (with oem files). Can I just run last step of your instructions - ./updater flash-kb-revised ansi ? RE: Pinebook Pro Revised Keyboard Firmware - jackhumbert - 02-01-2020 (02-01-2020, 12:55 AM)tllim Wrote: Please PM your address, phone number and email address (for shipping purpose). I will ask shipping team to dispatch an ISO PBP to you. Thanks on the awesome task. On the trackpad info, I will try to get more info from trackpad vendor. That would be awesome! Just shot you an email I think I have a lot of the trackpad interface (within the keyboard firmware) figured out - I don't know how much is customisable outside the trackpad itself, but maybe configuring it at the OS level will be sufficient. RE: Pinebook Pro Revised Keyboard Firmware - Solra Bizna - 02-01-2020 (02-01-2020, 12:55 AM)tllim Wrote: Please PM your address, phone number and email address (for shipping purpose). I will ask shipping team to dispatch an ISO PBP to you. Thanks on the awesome task. On the trackpad info, I will try to get more info from trackpad vendor. !!!! Glad I've hitched my cart to the Pine64 horse... that is just not the sort of thing that happens in a proprietary ecosystem. Now I can look forward to custom keymaps on my ISO PBP too...! (02-01-2020, 08:08 AM)jackhumbert Wrote: I think I have a lot of the trackpad interface (within the keyboard firmware) figured out - I don't know how much is customisable outside the trackpad itself, but maybe configuring it at the OS level will be sufficient. I know my problem [probably] won't be solved through synclient alone. MinSpeed=0.25 does help slightly, but the temporal displacement is still a major pain. I looked at the other options and didn't see anything relevant. I'm almost totally sure that mine is a problem only with a few specific units. If it were possible, I'd purchase another trackpad to see if replacing the hardware makes my problem go away. RE: Pinebook Pro Revised Keyboard Firmware - ssfrfr@ - 02-04-2020 (01-28-2020, 11:52 AM)jackhumbert Wrote: it'd be nice to have the updater able to flash arbitrary .hex files instead of needing to rename and recompile each time. Ideally we can have a bunch of keymaps in here for people to flash/try out based on what they want. I modified colmak_ansi.c into dvorak_ansi.c, and it works fine so far. How would you like contributions submitted? (Oh, we can attach files. Attached.) RE: Pinebook Pro Revised Keyboard Firmware - jackhumbert - 02-04-2020 (02-04-2020, 02:32 AM)ssfrfr@ Wrote: I modified colmak_ansi.c into dvorak_ansi.c, and it works fine so far. Nice! I'm not sure how familiar you are with Github, but you can create a fork and pull request to the repo: https://github.com/jackhumbert/pinebook-pro-keyboard-updater/tree/master/firmware/src/keymaps - if you make once you add it, you can add the .hex file to the repo too. |