forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When starting an app, I get the following error (but the app continues to run succesfuly):
[ error ]ofAppEGLWindow::initNative: Failed to open tty set graphics mode
Logically, restoring the tty also fails:
[ error ] ofAppEGLWindow::initNative: Failed to open tty restore text mode
Adding the user to the 'tty' group, which has access to /dev/tty1, gets me a step further, but yields the following error:
[ error ] ofAppEGLWindow::initNative: Failed to set graphics mode
...
[ error ] ofAppEGLWindow::initNative: Failed to restore text mode
Running the app as root (sudo make run) fixes the error entirely, so there is probably some other permission that my normal user does not have.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels