- Install
gpu-screen-recorderfrom your distro's package manager - git clone this repo and navigate into the folder
git clone https://github.com/lainefox/gpu-replay && cd gpu-replay
- Copy
gpu-replayto/usr/local/bincp gpu-replay /usr/local/bin/
- Copy
gpu-replay.serviceto~/.config/systemd/usercp gpu-replay.service ~/.config/systemd/user/ - (Optional) If you want the service to start with the system run
systemctl --user enable gpu-replay
Start the SystemD service
systemctl --user start gpu-replayOR
Run the script with the start argument (the script will take over the shell you are running it in)
gpu-replay startRun the script with the save argument
gpu-replay saveStop the SystemD service
systemctl --user stop gpu-replayOR
Run the script with the start argument in a shell
gpu-replay stop