c97eafc5b8
Install script into /etc/profile.d with workaround for mesa bugs. This makes most SDM660 devices usable for general people out of the box. Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org>
8 lines
297 B
Bash
8 lines
297 B
Bash
# Workaround for *some* bugs in mesa for lower-end
|
|
# Adreno 5xx GPUs (508/509/512).
|
|
# Remove this when this mesa bug is fixed:
|
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/8442
|
|
export FD_MESA_DEBUG=noblit
|
|
|
|
# A508 owners can try to uncomment this:
|
|
# export FD_MESA_DEBUG=noblit,inorder,gmem
|