.profile: permitir coredumps y usar driver crocus en mesa
This commit is contained in:
parent
6f5d2922fc
commit
4683e1d19a
1 changed files with 4 additions and 0 deletions
4
.profile
4
.profile
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
|
|
||||||
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
export MESA_LOADER_DRIVER_OVERRIDE=crocus
|
||||||
|
|
||||||
if test -z "${XDG_RUNTIME_DIR}"; then
|
if test -z "${XDG_RUNTIME_DIR}"; then
|
||||||
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
|
export XDG_RUNTIME_DIR=/tmp/$(id -u)-runtime-dir
|
||||||
if ! test -d "${XDG_RUNTIME_DIR}"; then
|
if ! test -d "${XDG_RUNTIME_DIR}"; then
|
||||||
|
|
Loading…
Reference in a new issue