Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.06 KB

readme.md

File metadata and controls

51 lines (45 loc) · 1.06 KB

GPU Replay

Installation

  1. Install gpu-screen-recorder from your distro's package manager
  2. git clone this repo and navigate into the folder
    git clone https://github.com/lainefox/gpu-replay && cd gpu-replay
  3. Copy gpu-replay to /usr/local/bin
    cp gpu-replay /usr/local/bin/
  4. Copy gpu-replay.service to ~/.config/systemd/user
    cp gpu-replay.service ~/.config/systemd/user/
  5. (Optional) If you want the service to start with the system run
    systemctl --user enable gpu-replay

Usage

Starting gpu-replay

Start the SystemD service

systemctl --user start gpu-replay

OR

Run the script with the start argument (the script will take over the shell you are running it in)

gpu-replay start

Saving a replay

Run the script with the save argument

gpu-replay save

Stopping gpu-replay

Stop the SystemD service

systemctl --user stop gpu-replay

OR

Run the script with the start argument in a shell

gpu-replay stop