-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
Black screen on 1.14.09 (Raspberry Pi 4) #22
Comments
Hmm, is vc4 3d enabled in boot config.txt? |
Yeah, I have the vc4-fkms-v3d driver enabled. The command you gave does allow the game to run (though not very well.) I'm not sure what you mean by disabling graphics acceleration in the desktop though. Do you think maybe compiling the mesa library on my Pi myself (and specifically building it with VC4 support) would make any difference? |
You can hopefully disable desktop acceleration with raspi-config, then restart and the black screen command should work, |
graphics acceleration in the desktop, makes use of your gpu to display the window's, like the windows desktop or gnome desktop |
From buster changelog the important parts
raspiconfig -> advanced settings -> xcompmgr -> disable -> reboot and retry the commsnd of my readme which caused the blackscreen |
I've managed to extract an APK and get this compiled on a stock install of Raspbian Buster. The game window opens, but just gets stuck on a black screen; there's no crash or exit code.
What interests me is that I generated this log using
startcommand > output.txt
but the first three lines and the lineDraw call returned Invalid argument. Expect corruption.
(which is probably the issue here) didn't get passed through to the text file, and I had to add them in manually.The text was updated successfully, but these errors were encountered: