summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2018-02-07 17:26:55 +0300
committerGitHub <noreply@github.com>2018-02-07 17:26:55 +0300
commitdee33ed3ff81fc5d999179af553b7a3b378d2406 (patch)
tree12aab44282bf10921c585009a4fa92233030ed72
parentbaba6a96ab7750d9aafed334bf6b40f5f922305a (diff)
Update README.md
We now have PPA for Ubuntu, also notice our Gentoo overlay.
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4d884d3..12bf972 100644
--- a/README.md
+++ b/README.md
@@ -22,13 +22,23 @@ supports CAVLC H.264 videos only. The accelerated video output works without the
Usage of the most recent mainline upstream Linux kernel is very recommended, not all DRM fixes are backportable and some usability-critical features may be missed in older kernels.
# Installation:
+
+### From sources
+
```
-$ sh autogen.sh
-$ sh configure --prefix=/
+$ sh autogen.sh --prefix=/
$ make
$ make install
```
+### Ubuntu
+
+Add this PPA https://launchpad.net/~grate-driver/+archive/ubuntu/ppa and `apt-get install libvdpau-tegra`.
+
+### Gentoo
+
+Add this overlay https://github.com/grate-driver/grate-overlay and `emerge libvdpau-tegra-driver`.
+
# Usage example:
If you are going to use the VDE for accelerated video decoding, first make sure that your user account has access to the VDE device. Giving access to everyone should be fine, driver uses dmabuf and performs all necessary validations, however it will be better if you change the device owner to your user or add it to the groups (video for example) relevant for your account.