Use the Linux Console with the PinePhone Keyboard - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Accessories (https://forum.pine64.org/forumdisplay.php?fid=123) +--- Thread: Use the Linux Console with the PinePhone Keyboard (/showthread.php?tid=18648) |
Use the Linux Console with the PinePhone Keyboard - mburns - 08-24-2023 With the help of these two references, the console is usable with the PinePhone Keyboard, and the combination has the symbol row working with the Pinecone Key. ludgate's help on the console Modify the two files as ludgate describes. xnux's help on the console symbols For the symbol row, make the file ppkb.map: Code: #strings as usual then enter or automate: Code: sudo loadkeys ppkb.map To automate, one could insert this into .profile Code: export XKB_DEFAULT_MODEL=ppkb Then the console is reachable by pressing Ctrl Fn Alt 2. The Phosh interface is at Ctrl Fn Alt 7, with more consoles in between. RE: Use the Linux Console with the PinePhone Keyboard - mburns - 10-08-2023 It seems that the DanctNIX Arch images do not require this fix, but just the rotation. And the keyboard symbols also work under Wayland with Arch. RE: Use the Linux Console with the PinePhone Keyboard - mburns - 10-20-2023 So, do DanctNIX Arch installations have a monopoly on supporting the PinePhone Keyboard, in both console and Wayland? I forget if Manjaro installations include DanctNIX. |