OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: LordDavon on February 25, 2004, 10:13:20 pm
-
In celebration of the new ROM (and to test the compiling environment), I have compiled Visual Boy Advance for the new ROM. You can find it in the usual place.
Please give feedback (I am sure it needs some tuning).
http://zaurus.spy.org/feeds/davonz (http://zaurus.spy.org/feeds/davonz)
LD
-
I\'m unable to launch VBA.
I got this message
\"Failed to init SDL: Unable to open mouse\"
I\'m under the new pdaXrom.
Since a GBA CPU seems to use the same instruction set as the Zaurus Xscale, we might get good performances. But VBA probably doesn\'t know that
-
You need to install the SDL libs off of the feed.
LD
-
Thanks, but I installed it before that.
Running ldconfig didn\'t help either
Here is the complete output :
VisualBoyAdvance-SDL version 1.7.1
Linux version
Seaching for file VisualBoyAdvance.cfg
Searching current dir: /home/root
Seaching home directory: /home/root
Searching PATH
Configuration file NOT FOUND (using defaults)
Seaching for file vba-over.ini
Searching current dir: /home/root
Seaching home directory: /home/root
Searching PATH
vba-over.ini NOT FOUND (using emulator settings)
Failed to init SDL: Unable to open mouse
-
Just for fun type the following before running the app:
export DISPLAY=:0.0
Then try again.
LD
-
Something else to try is just to make sure all the SDL libs are installed.
ipkg update
ipkg list | grep sdl | awk \'{print $1}\' | while read file; do ipkg install ${file}; done
LD
-
Thanks LD, here is some feedback:
Speed is about the same as the QT VBA, most roms will run slow. I\'m going to play around with the VisualBoyAdvance.cfg file a little and see if there any settings that will improve speed.
Is there anything we can do about the output size of these emulators? It\'s almost the size of a stamp
-
There should be some options that allow the screen size to change. Try loading the emulator with --help as a parameter to get all of the options.
LD