Quote:
Originally Posted by geekmaster
DOSBox and SDL are the first things I got running in my debian loop mount on my K3, but DOSBox had a problem with white letters on a black background, where it would end up with black on black (barely readable under bright light). After some messing around, I gave up on it. So basicaly, we both had it working (mostly) but problems with the display updates...
I tried rebuilding SDL again later after I understood the framebuffer updates better, but I did not put in enough effort to get it actually working...
|
Yeah... I have attached the supporting libs... and the unpatched but runnable binary.
THIS BINARY WON'T DO WHAT YOU EXPECT -
OF THAT I AM CERTAIN!!!
For the next brave soul
to save some pain..
The main bin
needs patching to have the right title (I use my
go-game wangle to show this on a k5 without patching) and to ACTUALLY show up the text. (black on black here)
But it
runs natively with this lot at least.
Enjoy. the next poor soul....
Perhaps I WILL bother to repatch it all at some point.
Don't say I never give you nothing.
Code:
[root@kindle bin]# LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./dosbox
DOSBox version 0.74
Copyright 2002-2010 DOSBox Team, published under GNU GPL.
---
Failed to create secure directory: Permission denied
CONFIG:Loading primary settings from config file /mnt/us/home/root/.dosbox/dosbox-0.74.conf
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
ALSA:Can't open sequencer
MIDI:Opened device:none
The errors are meaningless and can be fixed easily in .conf with a few liberal usages of
none in the right places.
cheers
EDIT: Hmm this is missing libogg.so.0 I just noticed.
Why does no-one tell me these things?
Ill pack it up again later.