Working terminal emulator - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Working terminal emulator (/showthread.php?tid=10331) |
Working terminal emulator - bookguy1 - 06-18-2020 Is there any terminal emulator that I can use with GLES 3.0 in PBP currently? I tried to use Alacritty and the error log was saying that I need 3.3 or higher support. RE: Working terminal emulator - xmixahlx - 06-19-2020 for alacritty you need to use cyclopsian's gles3 (or gles2) port patch. i've been playing with the gles3 port with mesa-git and will add to pbp-tools. thanks for the reminder. RE: Working terminal emulator - bookguy1 - 06-20-2020 (06-19-2020, 02:51 PM)xmixahlx Wrote: for alacritty you need to use cyclopsian's gles3 (or gles2) port patch. i've been playing with the gles3 port with mesa-git and will add to pbp-tools. thanks for the reminder.Could you let me know where can I find the patch? RE: Working terminal emulator - gleachkr - 06-20-2020 (06-20-2020, 08:54 AM)bookguy1 Wrote:Here you go: https://github.com/cyclopsian/alacritty/tree/gles3(06-19-2020, 02:51 PM)xmixahlx Wrote: for alacritty you need to use cyclopsian's gles3 (or gles2) port patch. i've been playing with the gles3 port with mesa-git and will add to pbp-tools. thanks for the reminder.Could you let me know where can I find the patch? RE: Working terminal emulator - bookguy1 - 06-20-2020 (06-20-2020, 03:46 PM)gleachkr Wrote:(06-20-2020, 08:54 AM)bookguy1 Wrote:Here you go: https://github.com/cyclopsian/alacritty/tree/gles3(06-19-2020, 02:51 PM)xmixahlx Wrote: for alacritty you need to use cyclopsian's gles3 (or gles2) port patch. i've been playing with the gles3 port with mesa-git and will add to pbp-tools. thanks for the reminder.Could you let me know where can I find the patch? Thank you, I really appreciate it. However, I am new to Manjaro and even Linux so, not sure how to the port patch from there. Should I build Alacritty from the cyclopsian source or need only a part of it? RE: Working terminal emulator - xmixahlx - 06-20-2020 the pbp-tools script grabs the commit and patches 0.4.2, but you can do that a bunch of different ways. https://github.com/xmixahlx/pbp-tools/blob/master/pbp-install-alacritty RE: Working terminal emulator - mfashby - 08-01-2020 fwiw this is working for me on pinebook pro, manjaro arm, with no patches. I had to install the latest mesa driver, and run it with an extra environment variable but it works: relevant commands: pamac install alacritty mesa-git PAN_MESA_DEBUG=gl3 alacritty RE: Working terminal emulator - mfashby - 08-04-2020 same thing worked for kitty terminal emulator too https://sw.kovidgoyal.net/kitty/ |