The Following 2 Users Say Thank You to jflatt For This Useful Post: | ||
![]() |
2011-01-18
, 20:31
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#1072
|
gconftool-2 --set --type int /apps/prenv/skob2.exe/screen_rotation 1
gconftool-2 --set --type int /apps/preenv/skob2.exe/screen_width 800
The Following User Says Thank You to mido.fayad For This Useful Post: | ||
![]() |
2011-01-18
, 20:33
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#1073
|
![]() |
2011-01-18
, 20:54
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#1074
|
I've got SDL_GetVideoInfo in my git tree, I couldn't seem to get it to do anything useful (not to be discouraging). FIFA ends up using 800x1200 (800x1.5) using the usual hacks.
void glLoadMatrixx(const GLfixed * m) { glLoadIdentity(); glMultMatrixx(m); }
![]() |
2011-01-18
, 21:01
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#1075
|
Does it look like half of the game is rendered fine while other elements are misscaled, or not rotated at all?
The Following User Says Thank You to jflatt For This Useful Post: | ||
![]() |
2011-01-18
, 21:05
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#1076
|
On a side note, for cinematics, there is a gstreamer xvimagesink. If it's changed to sdlimagesink or glimagesink then videos are visible, but in a new window. I'm not sure what the direction is to move forward with this, thought maybe you might know what's up
![]() |
2011-01-18
, 21:13
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#1077
|
Weird, that's 90 degrees, it's not upside-down? And screen_width 800 is the default, the second setting shouldn't be necessary
![]() |
2011-01-18
, 22:15
|
|
Posts: 770 |
Thanked: 558 times |
Joined on Mar 2010
@ Abidjan
|
#1078
|
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-18
, 22:19
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#1079
|
![]() |
2011-01-18
, 22:22
|
Posts: 327 |
Thanked: 383 times |
Joined on Aug 2010
@ alex , egypt
|
#1080
|
gconftool-2 --set --type int /apps/preenv/rthunder2/screen_rotation 6
The Following User Says Thank You to mido.fayad For This Useful Post: | ||
Last edited by jflatt; 2011-01-18 at 20:31.