-
Notifications
You must be signed in to change notification settings - Fork 67
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
very slow on raspberry pi 4 (64 bit) #130
Comments
My guess is that there might be no HW acceleration on Raspberry Pi for framebuffer blitting that is being used in
|
But why only with this game. Supertuxkart for example works fast. |
That's because SuperTuxCart and other games very likely don't use framebuffer blitting at all. In Dust Racing 2D it's being used to create those fake 3D shadows. I'm only guessing that it could be the reason. |
ok, is there a flag to turn this feature off ? |
Try this out: 596a0f1 |
Build with |
i build with but it does not change anything. still unplayable slow. Or do i have to set a flag in .conf as well ? |
Should be |
i tried with -DDisableFramebufferBlits=ON as well (+ another make) -> no change! not only the game is slow - even the menu is very slow. |
Stupid question, but did you update the source code from master branch so that it actually included my framebuffer hack in commit 596a0f1 ? If yes, then the root cause for the slowness must be something else and needs more investigation. |
after you wrote about this new feature i downloaded the master as zip ... |
so can we please add more switches that simplify the graphics - to make it run on rpi4 ? |
Hello on Raspberry Pi OS (64 bit) (2.1.1. from the official repository) it's unplayable slow.
why ? other games like supertuxkart work fine.
The text was updated successfully, but these errors were encountered: