summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-03-21 16:51:55 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-21 16:51:55 +0100
commitb96134374451d3def918ebb8d383615b73712b56 (patch)
tree8f6eba75b42cc06e32de6a6d5426ff716c6f62e5 /x11-drivers
parentx11-drivers/nvidia-drivers: add remote-ids, metadata cleanups (diff)
downloadgentoo-b96134374451d3def918ebb8d383615b73712b56.tar.gz
gentoo-b96134374451d3def918ebb8d383615b73712b56.tar.bz2
gentoo-b96134374451d3def918ebb8d383615b73712b56.zip
x11-drivers/nvidia-drivers: change .conf tmp path to /var/tmp
Given space requirement and /tmp typically being tmpfs, /var/tmp makes more sense. >430 ebuilds currently had to warn users to change the path (no need for revbumps because of this). Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/nvidia-drivers/files/nvidia-430.conf6
-rw-r--r--x11-drivers/nvidia-drivers/files/nvidia-460.conf4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-drivers/nvidia-drivers/files/nvidia-430.conf b/x11-drivers/nvidia-drivers/files/nvidia-430.conf
index 173513777aa9..edd957b58c4e 100644
--- a/x11-drivers/nvidia-drivers/files/nvidia-430.conf
+++ b/x11-drivers/nvidia-drivers/files/nvidia-430.conf
@@ -3,8 +3,8 @@ alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
# To tweak the driver the following options can be used, note that
-# you should be careful, as it could cause instability!! For more
-# options see /usr/share/doc/PACKAGE/README
+# you should be careful, as it could cause instability!! For more
+# options see README.txt in /usr/share/doc/PACKAGE
#
# !!! SECURITY WARNING !!!
# DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW
@@ -17,4 +17,4 @@ options nvidia \
NVreg_DeviceFileUID=0 \
NVreg_ModifyDeviceFiles=1 \
NVreg_PreserveVideoMemoryAllocations=1 \
- NVreg_TemporaryFilePath=/tmp
+ NVreg_TemporaryFilePath=/var/tmp
diff --git a/x11-drivers/nvidia-drivers/files/nvidia-460.conf b/x11-drivers/nvidia-drivers/files/nvidia-460.conf
index faf0243a8230..03967faa577a 100644
--- a/x11-drivers/nvidia-drivers/files/nvidia-460.conf
+++ b/x11-drivers/nvidia-drivers/files/nvidia-460.conf
@@ -4,7 +4,7 @@ alias /dev/nvidiactl char-major-195
# To tweak the driver the following options can be used, note that
# you should be careful, as it could cause instability!! For more
-# options see /usr/share/doc/PACKAGE/README
+# options see README.txt in /usr/share/doc/PACKAGE
#
# !!! SECURITY WARNING !!!
# DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW
@@ -17,4 +17,4 @@ options nvidia \
NVreg_DeviceFileUID=0 \
NVreg_ModifyDeviceFiles=1 \
NVreg_PreserveVideoMemoryAllocations=0 \
- NVreg_TemporaryFilePath=/tmp
+ NVreg_TemporaryFilePath=/var/tmp