Difference between revisions of "Pinebook Pro Troubleshooting Guide"

Jump to navigation Jump to search
m (category)
(Keyboard Repeating)
Line 99: Line 99:


= Keyboard and trackpad =
= Keyboard and trackpad =
== Random Duplicated Key-Presses ==
Whether caused by an error in the Hailuck Keyboard firmware, or a physical defect in the membrane, the Pinebook Pro keyboard may randomly register some key-presses twice. The solution to this problem is trivial. Simply run the following command:
<code>xkbset bouncekeys 20</code>
If this return the following error:
<code>bash: xkbset: command not found</code>
Or some other similar error, you will need to install the command. It can most likely be found in your distro's repository.
You may substitute some other value for 20 -- this number denoting the time in milliseconds during which successive, duplicate key-presses will be rejected -- with any value of your choice. If you are still receiving duplicates, consider increasing the number -- perhaps by half. If you are consistently writing "aple", try decreasing this number -- perhaps by 25%.


== Keys not registering / missing keys when typing ==
== Keys not registering / missing keys when typing ==