Home
Forum
Help
Login
Register
XO Laptop Shop
Forum Staff
OLPC News
OLPC News Forum
»
XO Laptop
»
XO Activities
»
Games!
»
DOOM on the XO?
Welcome,
Guest
. Please
login
or
register
.
Get your own OLPC -
Buy an XO laptop on eBay
!
Pages:
1
2
[
3
]
4
5
6
« previous
next »
Print
Author
Topic: DOOM on the XO? (Read 65795 times)
#30
Re: DOOM on the XO?
coyotedad
Commenter
Posts: 18
December 27, 2007, 03:15:06 PM
Wow, I got Doom to work using the yum command. I was unable to make marathon work. Since I am unfamiliar with linux, I bet it was my fault marathon did not work.
Does anyone know of other games that can be placed on the XO using the yum commands?
Logged
#31
Re: DOOM on the XO?
Kityoko
Contributor
Posts: 52
December 27, 2007, 03:28:18 PM
At what point did installing/running Marathon fail?
I haven't experimented much with yum. The command 'yum list' will display different add-ons you could put on, but there's too many for the XO to keep in the Terminal window at once.
I'll look around for better info.
Logged
#32
Re: DOOM on the XO?
Heng
Senior Contributor
Posts: 123
1⌨→x̊
December 27, 2007, 03:49:30 PM
Using
yum list | less
may help you.
Logged
#33
Re: DOOM on the XO?
ockhamsrazor
Commenter
Posts: 17
December 27, 2007, 07:15:43 PM
Quote from: Kityoko on December 24, 2007, 09:52:18 PM
rpm -ivh AlephOne-20060701-1.i386.rpm
[I installed AlephOne M1A1 package separately earlier.]
[/color]
No issues with final install. I ran and tested the game. So far it works great!
Okay, I got all the external packages installed, but when I get to the above point, I get this message:
"error: open of AlephOne-20060701-1.i386.rpm failed: No such file or directory"
Same thing with the M1A1 data file
.
Where in the heck did the two Aleph One packages go, and how do I navigate to them to run the install command? They're listed in the Journal as having been downloaded, FWIW.
Logged
#34
Re: DOOM on the XO?
Kityoko
Contributor
Posts: 52
December 27, 2007, 08:41:16 PM
I suspect that you installed the packages via the web browser, not with the wget (webget) command. Fyi, the
wget URL
syntax will net you the file, downloaded in the directory you're working in. For the core file, from Terminal. I used:
wget
http://downloads.sourceforge.net/marathon/AlephOne-20060701-1.i386.rpm?modtime=1155326269&big_mirror=0
and then ran the rpm install script. To get the file name, I cheated by right clicking on the link on Jovi's site on my main machine and selected copy link location. Then I retyped the URL into the Terminal prompt.
I think you're getting that error because you're trying to rpm the file, but the file didn't download to your present working directory.
I'm trying to figure out either a) how to use the find command to find the file or b) where the browser defaults downloaded files to. If we knew that, we could go to that file, confirm that it's there (
ls -la
), and do a move of the file. (
mv AlephOne-20060701-1.i386.rp /home/olpc/
)
I'll update in a bit.
Logged
#35
Re: DOOM on the XO?
ockhamsrazor
Commenter
Posts: 17
December 28, 2007, 12:03:27 AM
Quote from: Kityoko on December 27, 2007, 08:41:16 PM
I suspect that you installed the packages via the web browser, not with the wget (webget) command.
Heh, good guess
. That's exactly what I did, in fact. I used "wget" instead, and Marathon installed like a charm. I'm still very much a Linux n00b, and it's gonna take a while to get used to how this OS installs software.
Thanks for the help!
Logged
#36
Re: DOOM on the XO?
Ray G
Contributor
Posts: 57
December 28, 2007, 08:46:55 AM
Anyway to stabalize the sound on PrBoom?
When it launces I get sound only 10% of the time.
On exit I see a command line disabling the sound.
Are there options in the compatability menu that
I should configure for the XO?
Logged
#37
Re: DOOM on the XO?
Wayan Vota
OLPC News
Administrator
OLPC News Forum Expert
Posts: 533
OLPC News Editor
December 28, 2007, 10:21:17 AM
Okay, so would someone please post a simple HowTo for Doom on the XO as a new topic? Some of us (ahem) need a step by step when it comes to actual hacking at terminal.
Logged
OLPC News on Facebook
#38
Re: DOOM on the XO?
Razor4ngel
New
Posts: 1
December 28, 2007, 10:51:37 AM
Ok, installed FreeDoom just fine. Having trouble with Marathon for some reason. Let it be known I have about an hour of experience with any sort of Linux.
I went through the steps correctly, andeverything went fine as far as I can tell, but when I ran "rpm -ivh AlephOne*.rpm" I ran into an error.
It prepared to 100%, then AlephOne-M1A1 got to 50% though the progress bar appears to have gone to 100%, then AlephOne went through 100% like it should. Then it displayed "error: unpacking of archive failed on file /usr/bin/alephone;4775eea7: cpio: read"
Then I tried to finish up the steps I found on that blog, but running alephone-m1a1 results in "/usr/bin/alephone-m1a1: line 3: /usr/bin/alephone: No such file or directory"
So I tried to start over from step 1, but if i repeat the commands it basically says 'no, you did that already, you don't need to do it again' and I have no idea how I could try to re-download or re-install the missing file or directory. I'm kinda assuming there was a hiccup in the download, but I honestly have noo idea what I'm doing.
Logged
#39
Re: DOOM on the XO?
Heng
Senior Contributor
Posts: 123
1⌨→x̊
December 28, 2007, 02:41:00 PM
Quote from: Wayan Vota on December 28, 2007, 10:21:17 AM
Okay, so would someone please post a simple HowTo for Doom on the XO as a new topic? Some of us (ahem) need a step by step when it comes to actual hacking at terminal.
I still don't have an XO. But on the emulator it was as simple as:
1. Open terminal
2.
su
yum install prboom
exit
prboom
3. play
Logged
#40
Re: DOOM on the XO?
Wayan Vota
OLPC News
Administrator
OLPC News Forum Expert
Posts: 533
OLPC News Editor
December 28, 2007, 02:49:35 PM
Cool! I'll try that tonight.
Logged
OLPC News on Facebook
#41
Re: DOOM on the XO?
Wayan Vota
OLPC News
Administrator
OLPC News Forum Expert
Posts: 533
OLPC News Editor
December 29, 2007, 10:00:05 PM
Success!
Logged
OLPC News on Facebook
#42
Re: DOOM on the XO?
Ray G
Contributor
Posts: 57
December 30, 2007, 11:16:23 AM
launch with command
prboom -geom 1200x900
for fullscreen
Logged
#43
Re: DOOM on the XO?
cmonkey
Senior Contributor
Posts: 148
December 30, 2007, 02:05:54 PM
Or edit ~/.prboom/prboom.cfg and change width from 640 to 1200 and height from 480 to 900 for a permanent fix.
Logged
#44
Re: DOOM on the XO?
Bryan H
Contributor
Posts: 31
December 30, 2007, 06:23:09 PM
Quote from: Razor4ngel on December 28, 2007, 10:51:37 AM
I went through the steps correctly, andeverything went fine as far as I can tell, but when I ran "rpm -ivh AlephOne*.rpm" I ran into an error.
It prepared to 100%, then AlephOne-M1A1 got to 50% though the progress bar appears to have gone to 100%, then AlephOne went through 100% like it should. Then it displayed "error: unpacking of archive failed on file /usr/bin/alephone;4775eea7: cpio: read"
Then I tried to finish up the steps I found on that blog, but running alephone-m1a1 results in "/usr/bin/alephone-m1a1: line 3: /usr/bin/alephone: No such file or directory"
So I tried to start over from step 1, but if i repeat the commands it basically says 'no, you did that already, you don't need to do it again' and I have no idea how I could try to re-download or re-install the missing file or directory. I'm kinda assuming there was a hiccup in the download, but I honestly have noo idea what I'm doing.
Right, I am having a similar problem... except my unpacking failed at //alephone;47790784: cpio: read
What can be done?
Logged
--
bp
hh
Pages:
1
2
[
3
]
4
5
6
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
OLPC G1G1 Information
-----------------------------
=> G1G1 Introduction
===> First Impressions
===> G1G1 Europe
===> XO Shipping - USA
===> XO Shipping - Canada
===> XO Shipping - Problems
=> XO User Groups
===> OLPC Canada
===> OLPC Learning Club DC
===> XO Europe User Group
===> Assistive Technology Group
=> OLPC Publicity
-----------------------------
XO Laptop
-----------------------------
=> XO Laptop Help
===> User Guide
===> Internet & Mesh Networking
===> Sugar & Linux
===> Battery & Power
===> T-Mobile HotSpot
=> XO 1.5 Laptop
=> XO Activities
===> Activities Development
===> Games!
===> eBooks
===> Music & Radio
===> Jabber & Chat
=> XO Hacks
===> Hardware Modifications
===> Other Operating Systems
=> XO Accessories
===> USB Memory Sticks & SD Cards
===> USB Adapters & Attachments
=> XO Problemo
===> Hardware Trouble
===> Keyboard
=> XO MISC
-----------------------------
OLPC Outreach
-----------------------------
=> Press & Blogs
=> Your Opinion
=> Promoting OLPC to Schools
-----------------------------
Other Devices
-----------------------------
=> Asus Eee PC
=> Classmate and 2go PC
=> Other 4P Computers
Stats
Members
Total Members: 2406
Latest:
sembik
Stats
Total Posts: 31943
Total Topics: 3843
Online Today: 30
Online Ever: 238
(April 18, 2011, 09:48:50 PM)
Users Online
Users: 0
Guests: 14
Total: 14
Loading...