You are not logged in.
I have set XDG_CACHE_HOMe but the driver don't uses it. However the changelog it should do.
I have set it with this:
cat /etc/X11/xinit/xinitrc.d/30-xdg
#!/bin/sh
export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share As workaround I wrote another script that uses the driver option to fix this however I don't want to this , did I someting wrong?
my workaround:
cat /etc/X11/xinit/xinitrc.d/40-xdg-nvcache
#!/bin/sh
export __GL_SHADER_DISK_CACHE_PATH=$XDG_CACHE_HOME/nvLinux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline