mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 15:19:55 +09:00
Install coolbits if using nvidia, add preserve video memory install script
This commit is contained in:
8
install_preserve_video_memory.sh
Executable file
8
install_preserve_video_memory.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
script_dir=$(dirname "$0")
|
||||
cd "$script_dir"
|
||||
|
||||
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
|
||||
|
||||
install -Dm644 gsr-nvidia.conf /etc/modprobe.d/gsr-nvidia.conf
|
||||
Reference in New Issue
Block a user