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.
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.
08-01-2020, 04:10 PM
(This post was last modified: 08-01-2020, 04:11 PM by mfashby.
Edit Reason: command formatting
)
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