Super Ko Boxing WORKING now in proper orientationand full screen u need only to : Code: gconftool-2 --set --type int /apps/prenv/skob2.exe/screen_rotation 1 Code: gconftool-2 --set --type int /apps/preenv/skob2.exe/screen_width 800
gconftool-2 --set --type int /apps/prenv/skob2.exe/screen_rotation 1
gconftool-2 --set --type int /apps/preenv/skob2.exe/screen_width 800
Preenv 0.1.4 has just been built and should be in the extras-devel repository by now. I guess most of the improvements you've seen come from the compatibility fixes and not because of setting random rotations that make no sense whatsoever (and if they do, it's a bug ), specially 1 (which means upside down) and 4 (which literally means "do nothing").
hey govprog hawx already working and full screen without any modifications with the latest libsdlpre.so so why u try this ?
Raging thunder 2 Now WORKING but it's the same as fifa in portrait mode Code: gconftool-2 --set --type int /apps/preenv/rthunder2/screen_rotation 6
gconftool-2 --set --type int /apps/preenv/rthunder2/screen_rotation 6
I got all sync'ed up with javispedro's fixes, and added better gconf configuration. It gets a bit complicated though. First off, kill all those old settings, javispedro's latest changes fix a TON of stuff. Code: gconftool-2 --recursive-unset /apps/preenv Then grab the usual patched up library Code: wget http://members.cox.net/jflatt/libsdlpre.so Move it in Code: mv libsdlpre.so /home/opt/preenv/lib To help with the settings a bit, I created a sample spreadsheet. Check it out, it shows one of the more simple configs. One of the columns will generate the commands needed to dump these settings into gconf. Code: wget http://members.cox.net/jflatt/earthwormjim.ods If you want to grab my earthwormjim settings, you can grab this Code: wget http://members.cox.net/jflatt/gconf_set_ewj.sh
gconftool-2 --recursive-unset /apps/preenv
wget http://members.cox.net/jflatt/libsdlpre.so
mv libsdlpre.so /home/opt/preenv/lib
wget http://members.cox.net/jflatt/earthwormjim.ods
wget http://members.cox.net/jflatt/gconf_set_ewj.sh