You are not logged in.

#1 2015-02-09 01:30:23

Thaodan
Member
From: Dortmund, Nordrein-Westfalen
Registered: 2012-04-28
Posts: 448

NVIDIA nv cache dosn't use XDG_CACHE_HOME

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/nv

Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux

Offline

Board footer

Powered by FluxBB