From 4683e1d19ae3c7a79f377f8f1932d7c2f9af513a Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 29 Nov 2021 20:10:19 -0300 Subject: [PATCH] .profile: permitir coredumps y usar driver crocus en mesa --- .profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.profile b/.profile index 87ec299..9df3899 100644 --- a/.profile +++ b/.profile @@ -2,6 +2,10 @@ . /etc/profile +ulimit -c unlimited + +export MESA_LOADER_DRIVER_OVERRIDE=crocus + if test -z "${XDG_RUNTIME_DIR}"; then export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir if ! test -d "${XDG_RUNTIME_DIR}"; then