aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-28 16:46:55 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-28 16:46:55 +0200
commitaabab6dd872fb7dc9d917b81011bc04e5fe2b185 (patch)
treefb33cc9e74c9356f2dde2b638f86500f0d56cd1c
parent15a7c2f1b038be695e1e40f4dfdba180fda6d525 (diff)
Move additional scripts to 'extra' directory
-rw-r--r--README.md4
-rw-r--r--extra/88-gsr-coolbits.conf (renamed from 88-gsr-coolbits.conf)0
-rw-r--r--extra/gsr-nvidia.conf (renamed from gsr-nvidia.conf)0
-rwxr-xr-xextra/install_coolbits.sh (renamed from install_coolbits.sh)0
-rwxr-xr-xextra/install_preserve_video_memory.sh (renamed from install_preserve_video_memory.sh)0
5 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 43be0d9..55c888e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ It is recommended to save the video to a SSD because of the large file size, whi
Note that if you have a very powerful CPU and a not so powerful GPU and play a game that is bottlenecked by your GPU and barely uses your CPU then a CPU based screen recording (such as OBS with libx264 instead of nvenc) might perform slightly better than GPU Screen Recorder. At least on NVIDIA.
## Note about optimal performance on NVIDIA
NVIDIA driver has a "feature" (read: bug) where it will downclock memory transfer rate when a program uses cuda (or nvenc, which uses cuda), such as GPU Screen Recorder. To work around this bug, GPU Screen Recorder can overclock your GPU memory transfer rate to it's normal optimal level.\
-To enable overclocking for optimal performance use the `-oc` option when running GPU Screen Recorder. You also need to have "Coolbits" NVIDIA X setting set to "12" to enable overclocking. You can automatically add this option if you run `sudo install_coolbits.sh` and then reboot your computer.\
+To enable overclocking for optimal performance use the `-oc` option when running GPU Screen Recorder. You also need to have "Coolbits" NVIDIA X setting set to "12" to enable overclocking. You can automatically add this option if you run `sudo extra/install_coolbits.sh` and then reboot your computer.\
Note that this only works when Xorg server is running as root, and using this option will only give you a performance boost if the game you are recording is bottlenecked by your GPU.\
Note! use at your own risk!
## Note about optimal performance on AMD/Intel
@@ -74,7 +74,7 @@ You can use these scripts to start replay at system startup if you add `scripts/
## Issues
### NVIDIA
-Nvidia drivers have an issue where CUDA breaks if CUDA is running when suspend/hibernation happens, and it remains broken until you reload the nvidia driver. To fix this, either disable suspend or tell the NVIDIA driver to preserve video memory on suspend/hibernate by using the `NVreg_PreserveVideoMemoryAllocations=1` option. You can run `install_preserve_video_memory.sh` to automatically add that option to your system.
+Nvidia drivers have an issue where CUDA breaks if CUDA is running when suspend/hibernation happens, and it remains broken until you reload the nvidia driver. To fix this, either disable suspend or tell the NVIDIA driver to preserve video memory on suspend/hibernate by using the `NVreg_PreserveVideoMemoryAllocations=1` option. You can run `sudo extra/install_preserve_video_memory.sh` to automatically add that option to your system.
# Demo
[![Click here to watch a demo video on youtube](https://img.youtube.com/vi/n5tm0g01n6A/0.jpg)](https://www.youtube.com/watch?v=n5tm0g01n6A)
diff --git a/88-gsr-coolbits.conf b/extra/88-gsr-coolbits.conf
index be665f1..be665f1 100644
--- a/88-gsr-coolbits.conf
+++ b/extra/88-gsr-coolbits.conf
diff --git a/gsr-nvidia.conf b/extra/gsr-nvidia.conf
index 10cbf7d..10cbf7d 100644
--- a/gsr-nvidia.conf
+++ b/extra/gsr-nvidia.conf
diff --git a/install_coolbits.sh b/extra/install_coolbits.sh
index 053e8ab..053e8ab 100755
--- a/install_coolbits.sh
+++ b/extra/install_coolbits.sh
diff --git a/install_preserve_video_memory.sh b/extra/install_preserve_video_memory.sh
index c5cf658..c5cf658 100755
--- a/install_preserve_video_memory.sh
+++ b/extra/install_preserve_video_memory.sh