View Single Post
Posts: 108 | Thanked: 329 times | Joined on Apr 2010 @ Bosnia and Herzegovina
#152
Originally Posted by TransTech View Post
hi i'm having a problem in getting this app work in portrait mode... i added reverstrisgl and reverstris-lite both in blacklist but no go.. app crashes while loading...
Hi, thanks for taking an interest. Binary is called "ReverstrisGL" (that's probably what you should put in that list) and it should definitely be run in forced landscape mode. The game is "logicaly" in portrait, but because I had no way of rotating the display via OS back then, the game is made in such way that it draws everything sideways to fake portrait mode. As for the crashes, I can imagine invalid resolution could have been writtent to the settings file. Please open /opt/reverstris-lite/settings.ini and see if there are screenX and screenY entries under [vid] section. If there are, delete those lines, to revert to defaults. If that doesn't work, you can try pasting the whole original settings file, to save you from reinstalling :
Code:
[sfx]
fx=128
music=128
ask=1

[vid]
frameskip=0
perf-level=0
low-powered=0
mo-interp=1
perf-scale=0
 

The Following User Says Thank You to TheBurek For This Useful Post: