Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
docs: Update appimage documentation
Browse files Browse the repository at this point in the history
 on libva-drm2
  • Loading branch information
srevinsaju committed Sep 13, 2020
1 parent bd0147c commit c70676b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,23 @@ chmod +x guiscrcpy-*.AppImage
guiscrcpy-x86_64.AppImage --appimage-extract-and-run
```

> NOTE: The AppImage includes `scrcpy` pre-built binary along
along with adb. This implies you do not need to have anything
additionally installed other than to download this AppImage.

For some linux desktops, it would be needed to install
`libva-drm2` or `libva` to enable scrcpy's new video acceleration
feature using OpenGL.

On ubuntu, if you have enabled `universe` repositories, you can just
Ubuntu:
```bash
sudo apt install libva-drm2
```

The bug was found on ubuntu. Tested on Ubuntu 20.10, 20.04 (GNOME). Most linux distros (not live CDs) have these installed on them by default. I do not mind bundling this lib too, but it might break other linux'es. So feel free to pop into `guiscrcpy` 's Discord channel or open a GitHub issue, if you need some help.


[![Get Appimage](https://raw.githubusercontent.com/srevinsaju/get-appimage/master/static/badges/get-appimage-branding-blue.png)](https://srevinsaju.github.io/get-appimage/guiscrcpy)

<br>
Expand Down

0 comments on commit c70676b

Please sign in to comment.