dividuum / info-beamer

The Multimedia Presenter for Lua (for commercial projects, use info-beamer pi instead)
https://info-beamer.com/
Other
227 stars 48 forks source link

failed to open vchiq instance #50

Closed fenhl closed 7 years ago

fenhl commented 7 years ago

I installed info-beamer-pi on a Pi 2 with Raspbian Jessie, making sure to install the dependencies listed in the readme using apt-get. Then, running ./info-beamer samples/hello or ./info-beamer samples/shader produces the following output:

./info-beamer samples/shader                                                                                                                         [needrestart: unknown][exit: 255]
Info Beamer PI 0.9.6-beta.e99f2f~jessie (https://info-beamer.com)
Copyright (c) 2012-2016, Florian Wesch <fw@dividuum.de>

info-beamer for the raspberry pi is free for private use. If you
would like to make use of this software in a commercial way, you
must buy a license which will support the continued development.
See https://info-beamer.com/pi for more information.  Thank you!

[main.c] root node is hello
* failed to open vchiq instance
fenhl commented 7 years ago

I fixed this by adding my user account to the video group:

$ sudo usermod -aG video fenhl

And then rebooting:

$ sudo reboot