Home
Forum
Help
Login
Register
XO Laptop Shop
Forum Staff
OLPC News
OLPC News Forum
»
XO Laptop
»
XO Hacks
»
Fun with 'yum install'... What have you installed?
Welcome,
Guest
. Please
login
or
register
.
Get your own OLPC -
Buy an XO laptop on eBay
!
Pages:
1
2
[
3
]
4
5
« previous
next »
Print
Author
Topic: Fun with 'yum install'... What have you installed? (Read 52935 times)
#30
Re: Fun with 'yum install'... What have you installed?
coyotedad
Commenter
Posts: 18
December 30, 2007, 07:52:58 PM
I installed Nethack and am enjoying it. Now, what I wish for is the Hitchhiker's guide to the Galaxy text game. Does anyone know how to put HHGG on the OX?
Logged
#31
Re: Fun with 'yum install'... What have you installed?
coyotedad
Commenter
Posts: 18
December 31, 2007, 06:53:26 AM
The Ur-Quan Masters is a port of the classic game Star Control II to modern systems. The program code that comprises The Ur-Quan Masters was derived from code written by Toys for Bob, Inc. for the 3DO version of Star Control II, with their permission and encouragement.
yum install uqm
It works great-try it
Logged
#32
Re: Fun with 'yum install'... What have you installed?
coyotedad
Commenter
Posts: 18
December 31, 2007, 07:51:24 AM
Escape - Puzzle Game
Escape is a tile-based puzzle game in the style of "Adventures of Lolo" or "Chip's Challenge." Unlike either of those games, Escape doesn't rely at all on reflexes--it's all about your brain. Although Escape comes with hundreds of levels, the game places an emphasis on the composition of new puzzles. Thus Escape has a built-in level editor and facilities for automatically sharing puzzles with other players.
yum install escape
My son enjoys this one
Logged
#33
Re: Fun with 'yum install'... What have you installed?
coyotedad
Commenter
Posts: 18
December 31, 2007, 09:59:45 AM
Berusky - 2d Logic Game
Berusky is a 2D logic game based on an ancient puzzle named Sokoban. An old idea of moving boxes in a maze has been expanded with new logic items such as explosives, stones, special gates and so on. In addition, up to five bugs can cooperate and be controlled by the player.
yum install berusky
Logged
#34
Re: Fun with 'yum install'... What have you installed?
koaziji
Contributor
Posts: 41
December 31, 2007, 11:02:15 PM
I found a list of the 64 olpc-specific yum packages at
fedora
.
Free Like GNU blog
links to koji's
list of 5155 packages
, which I assume are for fedora in general, not olpc specific.
You can can see what seems to be the same list
here at fedora
, except that it gives a short description, which koji does not.
Logged
#35
Re: Fun with 'yum install'... What have you installed?
bradpitcher
Contributor
Posts: 31
January 04, 2008, 10:43:11 AM
I can't think of them of the top of my head but there are several packages I've attempted to install because of a dependancy issue with redhat-artwork. Redhat-artwork won't install unless redhat-logos is > 4.9.3 or something like that. Anyone else run into this/have a workaround?
Logged
#36
Re: Fun with 'yum install'... What have you installed?
greenghoulie
Commenter
Posts: 8
i don't want the world, i just want your half
January 07, 2008, 09:33:14 AM
I had great success with PRBOOM and VLC (which works quite amazingly... I didn't know how great those speakers were!!!) based on this thread.
For fun, I tried Gimp, an open source Photoshop-esque proggie...
Code:
su
yum install gimp
Everything seems to work fine, although the tools and etc go to separate windows - which means that you need to cycle through the windows in order to access them (using ALT+TAB).
Now onto Amarok!
Just for reference - for those of you with large bulky fingers like myself, just hook your normal USB keyboard into the side. I have the Mac keyboard with a mouse attached to the USB on the back and they work instantly... In fact, the scroll wheel and back "thumb button" on the mouse operate perfectly within Browse.
Logged
#37
Re: Fun with 'yum install'... What have you installed?
jefeliz
Contributor
Posts: 47
January 07, 2008, 10:12:50 AM
Quote from: coyotedad on December 30, 2007, 07:52:58 PM
I installed Nethack and am enjoying it. Now, what I wish for is the Hitchhiker's guide to the Galaxy text game. Does anyone know how to put HHGG on the OX?
Well, here's a start:
http://olpcnews.com/forum/index.php?topic=886.msg6333#msg6333
Now I've just gotta find the files for HHGG, Infidel, and a few others. I have them in .z3 format, but I don't think that will work. . .
Jeff. . .
Logged
#38
Re: Fun with 'yum install'... What have you installed?
greenghoulie
Commenter
Posts: 8
i don't want the world, i just want your half
January 07, 2008, 11:33:34 AM
So both Gaim and Amarok have some dependency issues that I'm trying to work around... I'm new on the Yum / RPM front so any help is welcome... essentially there are a couple libs that are not installed... konqsidebar is one of them. I think that it's part of kdebase, but when I run
Code:
yum upgrade kdebase
nothing changes.
I got frozen-bubble to work.
Code:
yum install frozen-bubble
It's a Snood-like game (or Bust A Move)... It looks pretty on the system, but I cannot get fullscreen running...
Your best bet (after installation) is:
Code:
frozen-bubble -fullscreen
Logged
#39
Re: Fun with 'yum install'... What have you installed?
greenghoulie
Commenter
Posts: 8
i don't want the world, i just want your half
January 07, 2008, 02:24:47 PM
I got an Apache web server up and running with
Code:
su
yum install httpd
in combination with the kind of spacey gedit
Code:
su
yum install gedit
...got some funky errors with Gedit when run under SU, although I couldn't save to the /var/www/html/ without using SU... but it still worked (gedit is a text editor).
My recent pursuit (which may be totally a waste of time) is trying to get some 3d stuff running. I really want Frets on Fire or Pinball... but some GLX visual is missing. I'll report back on this, but I think the lack of a 3d accelerator makes this impossible...
Logged
#40
Re: Fun with 'yum install'... What have you installed?
shawn
Commenter
Posts: 8
January 07, 2008, 08:46:30 PM
I now have Lynx, Apache, PHP, MySQL, Screen, and Subversion installed (Vim and Elinks pre-installed).
Logged
#41
Re: Fun with 'yum install'... What have you installed?
greenghoulie
Commenter
Posts: 8
i don't want the world, i just want your half
January 08, 2008, 02:35:09 PM
ok ok... last post on this topic.
If you're having a hard time playing around with yum on the install / uninstall front, there are a couple GUI options for you :-)
I prefer (only because I got it to work first) Yum-Extended, or yumex.
Code:
su
yum install yumex
It doesn't have the great organization of those wonderful Ubuntu repos, but it does include all of the descriptions in a nice, easy to use interface. Of course, you're using more memory with a GUI so you chances of maxing out during the install are increased... but I'm sure there are ways around that...
Anyway, I did my first system wipe after inundating the poor laptop that could with all sorts of libraries and utilities... until it felt as bloated as a windows machine! My conclusion is that *most likely* *about 99%* that 3D stuff will not work. There are scores of other great apps and games to run, however, just don't try Frets on Fire... it won't work :-/
Logged
#42
Re: Fun with 'yum install'... What have you installed?
Brain_ReCall
Commenter
Posts: 19
January 08, 2008, 03:54:37 PM
Some further explanation on mplayer's installation:
Code:
$ su
# rpm -Uvh http://rpm.livna.org/livna-release-7.rpm
# yum install libdvdread
# rpm -Uvh http://rpmfind.net/linux/fedora/updates/7/i386/libdvdnav-4.1.1-2.fc7.i386.rpm
# yum install mplayer
# exit
$ mplayer <filename>
Where <filename> is the desired movie. It might complain a few times at "yum install mplayer" about unexpected files and out-of-range requests, keep trying at it if it does, it'll eventually take. Configured as such it'll play just about anything, including DIVX, Quicktime, Windows Media Video, and Flash videos.
Here's mine playing a Flash video:
http://www.youtube.com/v/3BHbleVVnX8
Good performance, although some slight tearing is noticeable during high movement (mplayer complains that "XFree86-VidModeExtension" is missing). Running XVID content has mplayer pulling about 35% CPU usage.
Logged
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
-- Charles Babbage (1791-1871)
#43
Re: Fun with 'yum install'... What have you installed?
voodoo
Contributor
Posts: 60
Leee
January 08, 2008, 11:45:20 PM
HA HA! That's a video of Buckethead shredding!
Logged
#44
Re: Fun with 'yum install'... What have you installed?
bsy
New
Posts: 1
January 09, 2008, 09:52:09 AM
when doing something that may be memory intensive, in addition to closing all apps, you could log in via a virtual console as root, run "telinit 3" to shut down the X server (the GUI), and then run the yum install or update from the virtual console. when done, run "telinit 5" to get the GUI going again.
Logged
Pages:
1
2
[
3
]
4
5
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: 19
Online Ever: 238
(April 18, 2011, 09:48:50 PM)
Users Online
Users: 0
Guests: 13
Total: 13
Loading...