OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: Prefect47 on October 02, 2004, 06:28:51 am
-
I flashed my 860 with the "husky" binaries, and then proceeded to install the program I always install first on my Z: ScummVM.
But when I run it it tries to run in portrait and landscape mode at the same time, meaning 320x240 without zooming the screen. Looking at the output on the terminal (both on a real and the opie one) I see that it doesn't recognise my 860:
QT_GetMachine: Couldn't read /proc/deviceinfo/product.
Now set machine variable to default (SL-5000D)
detected machine is 'Sharp SL-5000D'.
...but QT_SetVideoMode still goes on using 640x480, resulting in a "combed" screen (don't know how to explain it).
ScummVM hasn't appeared in any Opie menus, but I figured that was because I installed it with aqpkg...
Also, on the real terminal, my Z reads as "shepherd" instead of "husky". Shouldn't have any difference though.
-
Scummvm in OE is waiting for a volunteer to make it use /proc/cpuinfo to detect the model, not the braindead proprietary /proc/devinfo thing.
Hostname is shepherd per default on all c7x0
-
If this is in SDL, I have patches, but I need to know the /proc/cpuinfo from 5600 6000 and other varient zaurii. I already have 5500/C860.
Just the Hardware: line will do.
-
see http://cvs.handhelds.org/cgi-bin/viewcvs.c...p?annotate=1.25 (http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/libopie2/opiecore/device/odevice.cpp?annotate=1.25) lines 134-145 for generic hardware fields and http://cvs.handhelds.org/cgi-bin/viewcvs.c...p?annotate=1.15 (http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/opie/libopie2/opiecore/device/odevice_zaurus.cpp?annotate=1.15) lines 154-185 for the different zaurus models.
-
Cheers Ill get onto that probably on monday if its a slow day at work!
-
Would that fix the problem SDL has when using scumm on OZ on a 5500?