d13c816c57
This workaround is basically identical to the one recently applied to soc-qcom-msm8916 (MR 4958). Tested on xiaomi-tissot and xiaomi-daisy, where performance for GTK4 applications goes from barely usable to fairly decent. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2220 Thanks: Nikita Travkin <nikita@trvn.ru> Signed-off-by: Andrea Bolognani <eof@kiyuko.org> [ci:skip-build]: already built successfully in CI
8 lines
303 B
Bash
8 lines
303 B
Bash
# Various GPU workarounds for Adreno a506
|
|
|
|
# The 'ngl' GTK renderer, which is now used by default, has worse
|
|
# performance and is somewhat more prone to crashes. Use the 'gl'
|
|
# renderer until these issues have been sorted out.
|
|
#
|
|
# https://gitlab.gnome.org/GNOME/gtk/-/issues/6576
|
|
export GSK_RENDERER=gl
|