Writeup About Pinebook - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76) +--- Forum: General Discussion on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=77) +--- Thread: Writeup About Pinebook (/showthread.php?tid=5031) |
Writeup About Pinebook - dahni - 08-27-2017 Hi everyone, just thought i'd share this article: http://dt.iki.fi/pinebook/ i have outlined the whole process from getting the pinebook to having it work satisfactorily. i really recommend the two distros i tried: Q4OS and armbian. RE: writeup about pinebook - dahni - 09-13-2017 follow-up: http://dt.iki.fi/pbhacks/ RE: writeup about pinebook - rookieone - 09-14-2017 (09-13-2017, 11:59 PM)dahni Wrote: follow-up: Interesting read your blog! I created the 50-touchpad.conf, and like the changes! I looked at the changes you made to the disable-touchpad.py script, but do not quite understand them, could you eplain what you have improved? Cheers! RE: Writeup About Pinebook - dahni - 09-14-2017 i mostly removed superfluous key definitions, and added some verbosity. but that's just cosmetics. then i added the '#!/usr/bin/python3' header, which allows one to run it as an independent script (and not with 'python /path/to/script.py'); this makes it easier to give it su privileges in /etc/sudoers. but daid's original script is definitely fully functional! RE: Writeup About Pinebook - Luke - 09-21-2017 (09-14-2017, 12:10 PM)dahni Wrote: i mostly removed superfluous key definitions, and added some verbosity. Thanks, it works really nicely at startup. |