Page 1 of 1

Game starts but graphics don't seem to work

Posted: 26 Dec 2021 09:11
by YaBoiiBob
I compiled an ARM version of OTTD to run on Odroid N2+. I installed Opensfx, Opengfx, Openmsx. The graphics seem to not work properly. I will add a screenshot of the main screen.
Did something go wring during compilation? Or did I miss some extra install needed?

I am fairly new to both Linux and OTTD so I might have done something wrong.

Thx in advance!!!

Re: Game starts but graphics don't seem to work

Posted: 26 Dec 2021 14:03
by jfs
That looks like you're using an SDL with text mode emulation of graphics. (SDL version 1.2 with Aalib output.)
Check your SDL version whether it properly supports graphics mode output. You should be compiling against SDL 2 rather than the old SDL 1.2.

Re: Game starts but graphics don't seem to work

Posted: 27 Dec 2021 19:21
by YaBoiiBob
If I understand correctly, recompiling now that I am certain I have SDL 2 should suffice?

Re: Game starts but graphics don't seem to work

Posted: 28 Dec 2021 11:15
by jfs
Yeah, SDL 2 only has "real" graphics drivers, so it should work then.

Re: Game starts but graphics don't seem to work

Posted: 28 Dec 2021 11:43
by YaBoiiBob
Ok, thank you, good sir/madam