logo

dotfiles

My dotfiles, one branch per machine
commit: afcf0c882983f715da7c9cb5aecd7a1993a09d9c
parent: 25f60a4c554cad9feadec415201e61e4c7b265e2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 23 Jun 2019 06:47:51 +0200

.profile: Nvidia get out mah drivers!

Diffstat:

M.profile4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -49,3 +49,7 @@ mkdir -p "${XDG_RUNTIME_DIR}" export XKB_DEFAULT_LAYOUT="us,ru" export XKB_DEFAULT_VARIANT=",phonetic" export XKB_DEFAULT_OPTIONS="compose:menu,grp:alt_shift_toggle" + +## Fuck off nvidia +export VDPAU_DRIVER=radeonsi +export LIBVA_DRIVER_NAME=radeonsi