diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-03-27 23:36:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-03-27 23:36:27 +0200 |
commit | f57b641d6db6513d16eb1aef4fcc444a102b6245 (patch) | |
tree | 93874963167415bd4e15d77bf069665ef71718d6 /README.md | |
parent | bd925e0beb19a76f239dcbbf39aa9268c59b175e (diff) |
Better usage formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,8 +31,10 @@ If you are running another distro then you can run `install.sh` as root: `sudo . You can also install gpu screen recorder ([the gtk gui version](https://git.dec05eba.com/gpu-screen-recorder-gtk/)) from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). # Dependencies -## AMD/Intel -`libglvnd (which provides libgl and libegl), mesa, ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter), libx11, libxcomposite, libxrandr, libpulse, libva`. +## AMD +`libglvnd (which provides libgl and libegl), mesa, ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter), libx11, libxcomposite, libxrandr, libpulse, libva, libva-mesa-driver`. +## Intel +`libglvnd (which provides libgl and libegl), mesa, ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter), libx11, libxcomposite, libxrandr, libpulse, libva, libva-intel-driver`. ## NVIDIA `libglvnd (which provides libgl and libegl), ffmpeg (libavcodec, libavformat, libavutil, libswresample, libavfilter), libx11, libxcomposite, libxrandr, libpulse, cuda (libnvidia-compute), nvenc (libnvidia-encode)`. Additionally, you need to have `nvfbc (libnvidia-fbc1)` installed when using nvfbc and `xnvctrl (libxnvctrl0)` when using the `-oc` option. |