From 202a90382dad4b28d078b9f96a0c902c23377127 Mon Sep 17 00:00:00 2001 From: lub Date: Sun, 7 Jun 2020 00:05:32 +0200 Subject: [PATCH] disable aco because of gpu hangups --- dotfiles/bash/.bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 0928a3b..278505c 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -22,9 +22,6 @@ fi export QT_QPA_PLATFORM=wayland-egl export GDK_BACKEND=wayland -# enable experimental aco for better performance -export RADV_PERFTEST=aco - function q1 { echo 'Important and Urgent' if [ $# -ne 1 ]; then