Mod Archive Forums

Music Production => MilkyTracker => Tracking => MilkyTracker Support => Topic started by: null1024 on August 17, 2018, 05:00:33

Title: Building Milky for raspi with software drawing?
Post by: null1024 on August 17, 2018, 05:00:33
I've been trying to get the latest version of MilkyTracker built on my Raspberry Pi 2 without "hardware acceleration" (because it's decidedly unaccelerated, everything I've built that just uses the built-in SDL2 software fallback runs dramatically better). I'd just use the version in Raspbian's repo, but it's got the MOD sample save bug.
Unfortunately, I've got no idea where to even begin, usually just adding SDL_RENDERER_SOFTWARE to SDL_CreateRenderer fixes whatever issues I've had with programs. Here, Milky still seems to be trying to do hardware accelerated drawing

Any help?