We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, when running any directfb app, i get blank screen with total loss of control. I have to restart machine to regain control.
Some ss:
Since it needs admin priv, i run with sudo and blank screen appears immd
There was no problem with the installation as far as i could tell, i followed this - https://github.com/directfb2/DirectFB2/blob/master/INSTALL with meson setup -Dmulti=true -Dmulti-kernel=true build/
meson setup -Dmulti=true -Dmulti-kernel=true build/
Running on VM with linux mint with base Ubuntu 22.04 jammy - linux kernel 5.15.0-101-generic
The text was updated successfully, but these errors were encountered:
You can first try the default build of DirectFB2 (single application core):
meson setup build/ meson install -C build/
Then switch to a virtual console to run apps (in order to avoid graphics access conflicts with the desktop environment).
Sorry, something went wrong.
No branches or pull requests
Hey, when running any directfb app, i get blank screen with total loss of control. I have to restart machine to regain control.
Some ss:
Since it needs admin priv, i run with sudo and blank screen appears immd
There was no problem with the installation as far as i could tell, i followed this - https://github.com/directfb2/DirectFB2/blob/master/INSTALL with
meson setup -Dmulti=true -Dmulti-kernel=true build/
Running on VM with linux mint with base Ubuntu 22.04 jammy - linux kernel 5.15.0-101-generic
The text was updated successfully, but these errors were encountered: