Author Topic: Got Prboom Working With The Hentges Rom  (Read 6265 times)

tombraider

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://atoah.com/zaurus/
Got Prboom Working With The Hentges Rom
« on: June 07, 2005, 02:31:45 pm »
WAS getting a complaint that prboom.sh couldn't be found.It turns out that it needs ANOTHER wad put in to get it to work.

I happened to have the old Doom1.wad around so I put it in /media/card/usr/share/games/doom/  (prboom.wad should already be in this directory).
Then I symlinked the doom1.wad file (using Advanced file manager) to /usr/share/games/doom.

Then clicked on the Doom icon and it started up the game!  (Yeah,  I WAS amazed.)

I guess everything else needed for Doom is installed already in the Hentges ROM.

You can download other wads from the internet or download the shareware wad.

Hope this helps someone.
Learning Chinese?  Have a Mac?  Try Hanzi Master: Download for free

Tombraider's Zaurus C1000 Tips Web Site

SL-3200 from Conics.net: Sharp ROM| SL-C1000: Pdaxrom Beta 3

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Got Prboom Working With The Hentges Rom
« Reply #1 on: June 07, 2005, 03:26:09 pm »
Correct. The next release will ship a "freedoom" .wad so prboom will work right out of the box.
Webmaster of hentges.net & Embedded Linux Developer.

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #2 on: June 09, 2005, 10:48:03 am »
Quote
WAS getting a complaint that prboom.sh couldn't be found.It turns out that it needs ANOTHER wad put in to get it to work.

I happened to have the old Doom1.wad around so I put it in /media/card/usr/share/games/doom/  (prboom.wad should already be in this directory).
Then I symlinked the doom1.wad file (using Advanced file manager) to /usr/share/games/doom.

Then clicked on the Doom icon and it started up the game!  (Yeah,  I WAS amazed.)

I guess everything else needed for Doom is installed already in the Hentges ROM.

You can download other wads from the internet or download the shareware wad.

Hope this helps someone.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83228\"][{POST_SNAPBACK}][/a][/div]

I am running OZ3.5.3, and installed prboom and the doom wad. I checked the links for doom.wad and there was one in /opt/QtPalmtop/share/games/doom and one in /usr/share/games/doom. When I click the Doom icon on my desktop, I get a pop-up saying "Could not locate application prboom"

Anybody seen this?

Thanks,
--Storm
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Got Prboom Working With The Hentges Rom
« Reply #3 on: June 10, 2005, 04:52:52 am »
Run it from the command line....................... see what it says.
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #4 on: June 16, 2005, 12:53:28 am »
Quote
Run it from the command line....................... see what it says.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=83670\"][{POST_SNAPBACK}][/a][/div]

The tail of the startup from the command line.

Code: [Select]
HU_Init: Setting up heads up display.
I_InitGraphics: 320x200
I UpdateVideoMode: 320x200 (fullscreen)
Couldn't set 320x240 video mode [No video mode large enough for 320x200]
I_ShutdownMusic: removing /tmp/prboom-music-gXyVIy
I_ShutdownSound:

--Storm
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #5 on: June 16, 2005, 09:31:09 am »
Quote
The tail of the startup from the command line.

Code: [Select]
HU_Init: Setting up heads up display.
I_InitGraphics: 320x200
I UpdateVideoMode: 320x200 (fullscreen)
Couldn't set 320x240 video mode [No video mode large enough for 320x200]
I_ShutdownMusic: removing /tmp/prboom-music-gXyVIy
I_ShutdownSound:

--Storm
Did you ipkg-link add prboom... or maybe 'prboom-opie'?

Start it with:
# prboom.sh

and that will add the -height 240

If that works you will have to symlink the prboom.sh and prboom to your /usr/bin if ipkg-link missed it.

Greg

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #6 on: June 16, 2005, 06:50:20 pm »
Quote from: Greg2,Jun 16 2005, 09:31 AM
Did you ipkg-link add prboom... or maybe 'prboom-opie'?

Shouldn;'t need to, since I am pivoting root to the SD card (I'm getting ready to upgrade to a 1GB SD card), so root is the sd card...


Start it with:
# prboom.sh

and that will add the -height 240

If that works you will have to symlink the prboom.sh and prboom to your /usr/bin if ipkg-link missed it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=84520\"][{POST_SNAPBACK}][/a][/div]
[/quote]

I don't have either. I installed from the feed, but I don't have either prboom.sh or prboom-opie:

Code: [Select]
[root@chaffee root]# find / -name \*prboom\*
/opt/QtPalmtop/bin/prboom
/usr/bin/prboom
/usr/lib/ipkg/info/prboom.control
/usr/lib/ipkg/info/prboom.list
/usr/share/games/doom/prboom.wad

The other issue is that I am pivoting root to the SD card, so I shouldn't need to ipkg-link anything. Correct?

Thanks,
--Storm
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)

Greg2

  • Hero Member
  • *****
  • Posts: 790
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #7 on: June 16, 2005, 07:22:31 pm »
Quote
I don't have either. I installed from the feed, but I don't have either prboom.sh or prboom-opie:

Code: [Select]
[root@chaffee root]# find / -name \*prboom\*
/opt/QtPalmtop/bin/prboom
/usr/bin/prboom
/usr/lib/ipkg/info/prboom.control
/usr/lib/ipkg/info/prboom.list
/usr/share/games/doom/prboom.wad
I think you have installed the wrong prboom... there's two in the feed?

If you installed prboom-opie_2.2.6-r4_arm from the 3.5.3 feed you should have prboom and prboom.sh in /usr/bin... this one will work in your 5500.

Greg

Storm

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #8 on: June 17, 2005, 10:01:13 pm »
Quote
Quote
I don't have either. I installed from the feed, but I don't have either prboom.sh or prboom-opie:

Code: [Select]
[root@chaffee root]# find / -name \*prboom\*
/opt/QtPalmtop/bin/prboom
/usr/bin/prboom
/usr/lib/ipkg/info/prboom.control
/usr/lib/ipkg/info/prboom.list
/usr/share/games/doom/prboom.wad
I think you have installed the wrong prboom... there's two in the feed?

If you installed prboom-opie_2.2.6-r4_arm from the 3.5.3 feed you should have prboom and prboom.sh in /usr/bin... this one will work in your 5500.

Greg
[div align=\"right\"][a href=\"index.php?act=findpost&pid=84588\"][{POST_SNAPBACK}][/a][/div]

You're right. Installing the right package sure helps...  

--Storm
Zaurus SL-5500/Hentges OZ 3.5.4.1
Ambicom WL1100-CF wireless card
Desktop: Debian/GNU Linux (unstable)

charlie

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #9 on: June 22, 2005, 08:34:04 am »
It seems to be installed alright but my output is

"prboom v2.2.6  (http:/prboom.sourceforge.net/)
Z_Init : Allocated 8064Kb zone memory
Could not initialize SDL [No available video device]"

All the libSDL's were installed by Hentges.  Is there something I am missing?

Thanks

Chas
The one true Charlie on the board.

UK sl5500 with oz3.5.4 (opie)(Hentges-RC candidate,  64/0 kernel  with apps from HRW's experimental feed).  PQI 256m cf card.  Dane 512mb sd card.

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Got Prboom Working With The Hentges Rom
« Reply #10 on: June 22, 2005, 10:45:40 am »
Quote
It seems to be installed alright but my output is

"prboom v2.2.6  (http:/prboom.sourceforge.net/)
Z_Init : Allocated 8064Kb zone memory
Could not initialize SDL [No available video device]"

All the libSDL's were installed by Hentges.  Is there something I am missing?

Thanks

Chas
[div align=\"right\"][a href=\"index.php?act=findpost&pid=85321\"][{POST_SNAPBACK}][/a][/div]

A working prboom ships with all OZ 3.5.3 Hentges firmwares. The only thing lacking is a
.wad file. Install the .wad as tombraider explained and it will run out-of-the-box by clicking its icon.

Note: The icon launches a shellscript and not the binary directly. Launching prboom directly will fail
if you do not provide the right options.
« Last Edit: June 22, 2005, 10:46:48 am by CoreDump »
Webmaster of hentges.net & Embedded Linux Developer.

charlie

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #11 on: June 23, 2005, 08:20:30 am »
Thanks Coredump,

so now I have

doom1.wad, doom2.wad and prboom.wad in /media/card/usr/share/games/doom/ .
All symlinked (using Advanced file manager) to /usr/share/games/doom.

I still get the same message in console when I run

prboom.sh

about No available video device.

Clicking icon still provides "Could not locat prboom.sh"

Is it a symlink issue?
Clues appreciated.

Thanks again
Chas
The one true Charlie on the board.

UK sl5500 with oz3.5.4 (opie)(Hentges-RC candidate,  64/0 kernel  with apps from HRW's experimental feed).  PQI 256m cf card.  Dane 512mb sd card.

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Got Prboom Working With The Hentges Rom
« Reply #12 on: June 23, 2005, 11:09:27 am »
Quote
Thanks Coredump,

so now I have

doom1.wad, doom2.wad and prboom.wad in /media/card/usr/share/games/doom/ .
All symlinked (using Advanced file manager) to /usr/share/games/doom.

I still get the same message in console when I run

prboom.sh

about No available video device.

Clicking icon still provides "Could not locat prboom.sh"

Is it a symlink issue?
Clues appreciated.

Thanks again
Chas
[div align=\"right\"][a href=\"index.php?act=findpost&pid=85467\"][{POST_SNAPBACK}][/a][/div]

I'd think so, yes. The exact same setup works for me. FWIW release T2 comes with freedoom pre-installed. You may want to have a go at it.
Webmaster of hentges.net & Embedded Linux Developer.

charlie

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #13 on: June 24, 2005, 07:48:12 am »
Thanks for advice.  I'm afraid I'm on T2 so I'll keep playing over the weekend and report back.

I get frustrated and confused that people installing the same software on the same machine in the same way get different errors.

Chas
The one true Charlie on the board.

UK sl5500 with oz3.5.4 (opie)(Hentges-RC candidate,  64/0 kernel  with apps from HRW's experimental feed).  PQI 256m cf card.  Dane 512mb sd card.

charlie

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • http://
Got Prboom Working With The Hentges Rom
« Reply #14 on: June 29, 2005, 07:55:58 am »
So I flashed again and as promised it works straight of the box.

I must have installed something over the top which broke sdl.

So I have installed things in small batches and only ones that I find necessary rather than absolutely everything and kept leaving the package manager and checking that things are still working.

Now I think that I need to go and protect my loved ones from the alien horde.

Thanks,

Chas
The one true Charlie on the board.

UK sl5500 with oz3.5.4 (opie)(Hentges-RC candidate,  64/0 kernel  with apps from HRW's experimental feed).  PQI 256m cf card.  Dane 512mb sd card.