#!/bin/bash
ofbset -fb /dev/fb1 -mem 2764800
sync
/media/trans8/panplayer/mplayer -fs -noconfig all -ac mad -ao sdl -vo omapfb -framedrop dvb://$1
ofbset -fb /dev/fb1 -mem 1
omapdss MANAGER error: dispc_setup_plane failed for ovl 1
I never used ofbset and I don't have my Pandora with me, so I can't test it, but according to this page on pandorawiki section hardware scaling, try changing the line:Lomaxx said:@M-HT: Maybe you can help me with a problem related to (but not necessarily caused by) "x-com: ufo defense"
I wrote myself a mini-bash-script with stuff from the panplayer-mplayer.sh-script to watch dvb-t fast in fullscreen. The script looks like this:
Code:#!/bin/bash ofbset -fb /dev/fb1 -mem 2764800 sync /media/trans8/panplayer/mplayer -fs -noconfig all -ac mad -ao sdl -vo omapfb -framedrop dvb://$1 ofbset -fb /dev/fb1 -mem 1
Unfortunately after watching dvb-t, the graphics in x-com are messed up. Everything is green and pink (seems like the colours are wrong). after running x-com, dmesg shows:
Code:omapdss MANAGER error: dispc_setup_plane failed for ovl 1
So i think that the ofbset-setting that i do in my script confuses x-com.
On the other hand there might be something else wrong as i do not manage to "modprobe -r" the firmware-module of my dvb-t-stick. Anyway: Have you got an idea how i could solve this issue without restarting the Pandora?
ofbset -fb /dev/fb1 -mem 1
ofbset -fb /dev/fb1 -mem 0 -en 0
ledro said:Just downloaded X-Com for Caanoo. Looks and sounds great. Music is even better as I remembered on the PC.
I don't know if this is because of the latest version, but I can't save any games. When I save and pick a save slot, I fill in the save game name and then simulate an enter (by pressing R+ B) But after that the save screen just freezes. I try pressing all buttons. But only after a few minutes the game exists back from the save menu to the game without having saved the game.
I also agree with the remark earlier by someone else that the stylus should not function as a mouse click but just only for moving the mouse cursor. It's very difficult to click the correct tile on an isometric view.