Author Topic: Dosbox For Z  (Read 25753 times)

vagrant_h

  • Newbie
  • *
  • Posts: 15
    • View Profile
Dosbox For Z
« Reply #15 on: December 31, 2005, 11:51:59 am »
Quote
I made an updated package http://www.users.on.net/~hluc/myZaurus/stu...0.6.3-2_arm.zip so that dosbox uses its own libSDL without touching the main SDL lib so it can co-exist with the SDL that for example doom and zemufe require.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=108295\"][{POST_SNAPBACK}][/a][/div]

I tried this with Cacko 1.23
and it tells me some lib is missing with the name: libstdc++-libc6.1-2.so.3

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3706
    • View Profile
Dosbox For Z
« Reply #16 on: January 01, 2006, 06:01:26 pm »
Quote
I tried this with Cacko 1.23
and it tells me some lib is missing with the name: libstdc++-libc6.1-2.so.3
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109028\"][{POST_SNAPBACK}][/a][/div]

see if you have an alternative version of the library..

find / -name "libstdc*" -print

then hack in a link, e.g.

cd /usr/lib
ln -s libstdc++-libc6.1-3.so.3 libstdc++-libc6.1-2.so.3

or similar, this usually works if the versions are very close.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

vagrant_h

  • Newbie
  • *
  • Posts: 15
    • View Profile
Dosbox For Z
« Reply #17 on: January 02, 2006, 04:18:00 am »
Quote
Quote
I tried this with Cacko 1.23
and it tells me some lib is missing with the name: libstdc++-libc6.1-2.so.3
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109028\"][{POST_SNAPBACK}][/a][/div]

see if you have an alternative version of the library..

find / -name "libstdc*" -print

then hack in a link, e.g.

cd /usr/lib
ln -s libstdc++-libc6.1-3.so.3 libstdc++-libc6.1-2.so.3

or similar, this usually works if the versions are very close.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109143\"][{POST_SNAPBACK}][/a][/div]

Thanx, but in fact, I already found libstdc++-libc6.2-2 @ /home/QtPalmtop/lib
and tried to make a link @ /home/QtPalmtop/lib and /usr/lib
none of them works

Miami_Bob

  • Sr. Member
  • ****
  • Posts: 483
    • View Profile
Dosbox For Z
« Reply #18 on: January 02, 2006, 01:07:21 pm »
Quote
Thanx, but in fact, I already found libstdc++-libc6.2-2 @ /home/QtPalmtop/lib
and tried to make a link @ /home/QtPalmtop/lib and /usr/lib
none of them works
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109180\"][{POST_SNAPBACK}][/a][/div]
My notes say that I installed

dosbox_0.6.3-2_arm.ipk

on my C860 and when dosbox did not like the libs that it found, just installed

libstdc6_1.2.2_arm.ipk

and dosbox was copacetic. Tree!Expl shows /home/QtPalmtop/lib/ contains

libstdc++.so.5.0.5   with   libstdc++.so.5

both symblinked to

libstdc++.so.5.0.5

in /mnt/xqt/xqt-mozilla/opt/QtPalmtop/lib/

(Meanie's cramfs set).

libstdc6_1.2.2_arm.ipk installed

/usr/lib/libstdc++-3-libc6.1-2-2.10.0.so    with

/usr/lib/libstdc++-3-libc6.1-2.so.3
/usr/lib/libstdc++-3-libc6.2-2.so.3
/usr/lib/libstdc++-libc6.1-2.so.3

all symblinked to it.

Check the rundosbox script in

/home/QtPalmtop/bin/

for how the dosbox lib paths are changed.

HTH. If not, shout (G)
Bob W - Miami FL
--------------------
"The legs of the duck are short and
 cannot be lengthened without distress
 to the duck.

The legs of the crane are long and
 cannot be shortened without distress
 to the crane."

Chuang-tzu

--------------------
C860 main - Sharp 1.40 JP ROM
Language conversion by hand

alts: Cacko 1.22 / OZ 3.5.1 / pdaXrom
512Mb SanDisk SD (x2) / 512Mb SanDisk CF (x2)
Lexar 1Gb CF / AmbiCom WL1100C-CF 802.11b WiFi

Out of Hp200LX, from HP100LX, via HP95LX
--------------------
Desktop MegaTower c/ twin DataPort HD racks;
12 removable HDs with multi OSs - no waiting.

--------------------

vagrant_h

  • Newbie
  • *
  • Posts: 15
    • View Profile
Dosbox For Z
« Reply #19 on: January 03, 2006, 09:00:30 pm »
Quote
Quote
Thanx, but in fact, I already found libstdc++-libc6.2-2 @ /home/QtPalmtop/lib
and tried to make a link @ /home/QtPalmtop/lib and /usr/lib
none of them works
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109180\"][{POST_SNAPBACK}][/a][/div]
My notes say that I installed

dosbox_0.6.3-2_arm.ipk

on my C860 and when dosbox did not like the libs that it found, just installed

libstdc6_1.2.2_arm.ipk

and dosbox was copacetic. Tree!Expl shows /home/QtPalmtop/lib/ contains

libstdc++.so.5.0.5   with   libstdc++.so.5

both symblinked to

libstdc++.so.5.0.5

in /mnt/xqt/xqt-mozilla/opt/QtPalmtop/lib/

(Meanie's cramfs set).

libstdc6_1.2.2_arm.ipk installed

/usr/lib/libstdc++-3-libc6.1-2-2.10.0.so    with

/usr/lib/libstdc++-3-libc6.1-2.so.3
/usr/lib/libstdc++-3-libc6.2-2.so.3
/usr/lib/libstdc++-libc6.1-2.so.3

all symblinked to it.

Check the rundosbox script in

/home/QtPalmtop/bin/

for how the dosbox lib paths are changed.

HTH. If not, shout (G)
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109236\"][{POST_SNAPBACK}][/a][/div]

Thank you, it worked

Miami_Bob

  • Sr. Member
  • ****
  • Posts: 483
    • View Profile
Dosbox For Z
« Reply #20 on: January 04, 2006, 06:17:15 am »
Quote
Thank you, it worked
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109444\"][{POST_SNAPBACK}][/a][/div]
You are very welcome. Its nice to be able to help another Z-lot (G) solve a problem! Glad that I could help.
Bob W - Miami FL
--------------------
"The legs of the duck are short and
 cannot be lengthened without distress
 to the duck.

The legs of the crane are long and
 cannot be shortened without distress
 to the crane."

Chuang-tzu

--------------------
C860 main - Sharp 1.40 JP ROM
Language conversion by hand

alts: Cacko 1.22 / OZ 3.5.1 / pdaXrom
512Mb SanDisk SD (x2) / 512Mb SanDisk CF (x2)
Lexar 1Gb CF / AmbiCom WL1100C-CF 802.11b WiFi

Out of Hp200LX, from HP100LX, via HP95LX
--------------------
Desktop MegaTower c/ twin DataPort HD racks;
12 removable HDs with multi OSs - no waiting.

--------------------

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Dosbox For Z
« Reply #21 on: September 06, 2006, 10:32:47 am »
updated dosbox with the : key working

Fn + ; = :
Fn + Ctrl + ; = ;

the file is here: http://zaurus.daemons.gr/menaie/feed/dosbox_0.6.3-3_arm.ipk
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Jon_J

  • Hero Member
  • *****
  • Posts: 1853
    • View Profile
    • http://
Dosbox For Z
« Reply #22 on: September 06, 2006, 12:11:27 pm »
I just installed dosbox_0.6.3-3_arm.ipk onto my C3100.
I also have previously installed libstdc6_1.2.2_arm.ipk
I don't have Meanie's pdaxqtrom installed.
This version is supposed to run without x11 or pdaxqtrom, isn't it?

When running dosbox from the icon, or from the commandline, it opens a black screen, which looks like dosbox, but my Z is completely frozen.
The cancel button does nothing. None of the keys respond.
I must open the battery compartment, and reset my Z to get it running again.
The commandline launch didn't show any errors.

Thank you,
Jon
« Last Edit: September 06, 2006, 12:13:04 pm by Jon_J »
C3100 Multiboot-->Angstrom 2007.12-r18 | Cacko 1.23 | ArchLinuxARM
C3200 pdaxii13v2-5.5-alpha4 Akita on NAND

Ambicom WL1100C-CF Wifi - Ambicom CF modem - Ambicom CF GPS - Belkin-F5D5050 USB LAN
Socket CF Bluetooth rev K - Iogear 4 port USB micro hub - pocket CF card reader
Targus mini USB optical mouse - 2 Targus SD card readers

dougeeebear

  • Hero Member
  • *****
  • Posts: 537
    • View Profile
    • http://
Dosbox For Z
« Reply #23 on: September 06, 2006, 05:26:38 pm »
Quote
I just installed dosbox_0.6.3-3_arm.ipk onto my C3100.
I also have previously installed libstdc6_1.2.2_arm.ipk
I don't have Meanie's pdaxqtrom installed.
This version is supposed to run without x11 or pdaxqtrom, isn't it?

When running dosbox from the icon, or from the commandline, it opens a black screen, which looks like dosbox, but my Z is completely frozen.
The cancel button does nothing. None of the keys respond.
I must open the battery compartment, and reset my Z to get it running again.
The commandline launch didn't show any errors.

Thank you,
Jon
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140864\"][{POST_SNAPBACK}][/a][/div]
I had exactly the same results with this version on my C1000.
« Last Edit: September 06, 2006, 06:14:49 pm by dougeeebear »
Zaurus SL-C1000 and SL-5500
NetWalker PC-T1 (tablet)

ken

  • Sr. Member
  • ****
  • Posts: 274
    • View Profile
Dosbox For Z
« Reply #24 on: September 07, 2006, 12:59:55 am »
Quote
I had exactly the same results with this version on my C1000.

ditto on my 6K.  Not that I really expected it to work though, as X/QT isn't the same as Qtopia afaik.
« Last Edit: September 07, 2006, 01:02:24 am by ken »
SL-6000L Sharp ROM 1.12 - 1G SD (RiDATA) - 2G Microdrive (Hitachi)
TRENDnet TE-CF100 10/100 (no drivers needed) AmbiCom CF56M-EZ modem (no drivers needed)

dougeeebear

  • Hero Member
  • *****
  • Posts: 537
    • View Profile
    • http://
Dosbox For Z
« Reply #25 on: September 07, 2006, 06:25:00 am »
I have a version of Dosbox worknig on my C1000.

Read this
Zaurus SL-C1000 and SL-5500
NetWalker PC-T1 (tablet)

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Dosbox For Z
« Reply #26 on: September 07, 2006, 07:34:45 am »
hi, Bob:
   Can you compile dosbox natively on your Z?
   If yes, would you like to do the following:
in bios_keyboard.cpp
replace
{ 0x273b, 0x273a, none, 0x27f0 }, /* ;: */
with
{ 0x273a, 0x273b, 0x273b, 0x273a }, /* :; */

This is what Meanie told me to enable the key ':'
Thanks.
--
 Chen
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

nick12288

  • Newbie
  • *
  • Posts: 11
    • View Profile
Dosbox For Z
« Reply #27 on: September 27, 2006, 12:14:06 am »
can someone tell me if its possible to get dosbox working on a SL-5600?

chyang

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
    • http://mail.ustc.edu.cn/~chyang/
Dosbox For Z
« Reply #28 on: September 27, 2006, 01:31:15 am »
It should be possible. But you need to hack dosbox and SDL for correct display.
SL-C3200+Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
[img]http://sunsetyang.googlepages.com/c3200.gif\" border=\"0\" class=\"linked-sig-image\" /][img]http://sunsetyang.googlepages.com/5500.gif\" border=\"0\" class=\"linked-sig-image\" /]
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000 Cacko 1.23 Beta 1] Sold on 2006/07/27
MA701 CF WIFI + EagleTec CF Bluetooth + D-Link DCF-660W WIFI
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04

Miami_Bob

  • Sr. Member
  • ****
  • Posts: 483
    • View Profile
Dosbox For Z
« Reply #29 on: September 27, 2006, 04:08:27 am »
Quote
hi, Bob:
   Can you compile dosbox natively on your Z?
Have not gotten it to work yet, Chen. Been a rough year - LOL!

Have just been using my old HP200LX instead rather then trying to run the DOS apps on one of the C860s now.

Quote
If yes, would you like to do the following:
in bios_keyboard.cpp replace
{ 0x273b, 0x273a, none, 0x27f0 }, /* ;: */
with
{ 0x273a, 0x273b, 0x273b, 0x273a }, /* :; */
I have that filed away now in working notes. THANKS!

Quote
This is what Meanie told me to enable the key ':'
Thanks.
--
 Chen
Thanks to both you & Meanie. Sorry for the delay in reply. The window AC that cools my bed room - computer room complex died & it took a while to get a suitable replacement & install it. Hard to work the keyboard when its 92 degrees & 88% relative humidity - LOL!
Bob W - Miami FL
--------------------
"The legs of the duck are short and
 cannot be lengthened without distress
 to the duck.

The legs of the crane are long and
 cannot be shortened without distress
 to the crane."

Chuang-tzu

--------------------
C860 main - Sharp 1.40 JP ROM
Language conversion by hand

alts: Cacko 1.22 / OZ 3.5.1 / pdaXrom
512Mb SanDisk SD (x2) / 512Mb SanDisk CF (x2)
Lexar 1Gb CF / AmbiCom WL1100C-CF 802.11b WiFi

Out of Hp200LX, from HP100LX, via HP95LX
--------------------
Desktop MegaTower c/ twin DataPort HD racks;
12 removable HDs with multi OSs - no waiting.

--------------------