-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Been trying to get this to work for a while now. I have an issue for the flatpak here: flathub/com.github.Eloston.UngoogledChromium#84 where I'm getting some GPU errors for both the vanilla chromium and ungoogled-chromium flatpak. Vanilla Chromium works fine from the AUR with no changes needed. I couldn't get ungoogled-chromium to build but I could get ungoogled-chromium-bin to build (all I did was change x86_64 to aarch64). When trying to open in the terminal, I get:
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 Cores:8
Box64 with Dynarec v0.2.0 93fde45 built on Nov 29 2022 06:48:59
Error: PageSize configuation is wrong: configured with 4096, but got 16384
I found this issue which is similar but can't seem to figure out how to make it work for ungoogled-chromium-bin: ptitSeb/box64#279