![]() |
2011-01-13
, 17:05
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#1031
|
The Following 9 Users Say Thank You to jflatt For This Useful Post: | ||
![]() |
2011-01-13
, 19:54
|
Posts: 13 |
Thanked: 4 times |
Joined on Apr 2010
|
#1032
|
Yep, I figured a lot of these unlisted games might be fixed with the changes I've made, so I didn't want to update the wiki until a new preenv is released. The problem with this one, is this line:
Most other games ask for 320x480, this one asks for 480x320, it's like it wants the resolution rotated already. I just look for this and override it back to 320x480. If you want to mess with it, you can follow the steps on page 98:Code:Called SetVideoMode(480, 320, 0, 0x2)
http://talk.maemo.org/showpost.php?p...&postcount=973
![]() |
2011-01-14
, 11:04
|
Posts: 29 |
Thanked: 5 times |
Joined on Dec 2010
@ New Delhi, India
|
#1033
|
![]() |
2011-01-14
, 11:32
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#1034
|
![]() |
2011-01-14
, 11:54
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2011
|
#1035
|
![]() |
2011-01-14
, 13:37
|
Posts: 186 |
Thanked: 79 times |
Joined on Feb 2010
|
#1036
|
mm....mine lags too, asphalt was very smooth with preenv v.1 , but with 1.3 update it lags now, nfsu lags like hell, (i installed preenv 1.3 update and boost 900 on the same day...so dunno which actually caused it.)..
nkirk
![]() |
2011-01-15
, 19:17
|
Posts: 218 |
Thanked: 128 times |
Joined on Dec 2010
@ Abu Dhabi , UAE
|
#1038
|
sudo gainroot cd /opt/preenv/lib ln -s libstub.so(or anything you like) libavcodec.so.52
[default] ForceExternalZBuffer=0 (2 empty lines)
![]() |
2011-01-16
, 17:49
|
Posts: 509 |
Thanked: 522 times |
Joined on Aug 2010
@ indonesia
|
#1039
|
Avatar says:Missing library:libavcodec.so.52
Here's the fix:
EDIT:Also for the black/corrupted graphics: add /etc/powervr.d/Avatar.ini with following codes(With nano or something):Code:sudo gainroot cp /usr/lib/libOMX.TI.Video.Decoder.so /opt/preenv/lib/libavcodec.so.52
Code:[default] ForceExternalZBuffer=0 (2 empty lines)
![]() |
2011-01-16
, 19:18
|
Posts: 218 |
Thanked: 128 times |
Joined on Dec 2010
@ Abu Dhabi , UAE
|
#1040
|
mm....mine lags too, asphalt was very smooth with preenv v.1 , but with 1.3 update it lags now, nfsu lags like hell, (i installed preenv 1.3 update and boost 900 on the same day...so dunno which actually caused it.)..
nkirk
sudo gainroot rm /opt/preenv/lib/libSDL_mixer-1.2.so.0 ln -s /usr/lib/libSDL_mixer-1.2.so.0.2.4 /opt/preenv/lib/libSDL_mixer-1.2.so.0
WindowSystem=libpvrPVR2D_FLIPWSEGL.so ParamBufferSize=(Number of bytes you wish, you can increase it to 8,16,20 and even 40 millions but please don't increase it too much or your device will be crashed)
The Following User Says Thank You to govprog For This Useful Post: | ||