LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 07-25-2004, 10:16 PM   #1
Caluka
LQ Newbie
 
Registered: Jul 2004
Location: Santiago
Distribution: ArchLinux
Posts: 17

Rep: Reputation: 0
I Cant Run Linux Games!


well, first of all i want to thanks to the Admins/Mods for making this great Linux forum.Now here is my problem:
IK just Installed Linux Mandrake 10.0 and i Downloaded a game Called Pingus.
i go to game folder (under pingus directory) and i can see a executable, i run it and nothing happends!.Im not sure if i have to move it to the game folder (/usr/games/) but when i try to move it it says that im not ahutorized!.So i click to open konsole, y log in as root but i dunno the commands to move the folder from Konsole. Anyway im not sure if that is the problem, plz tell me what do you think.
(i dont have this problem with just Pingus, i also have this problems with all other games)
Thanks in advance


-Caluka
 
Old 07-26-2004, 01:22 AM   #2
raaste
LQ Newbie
 
Registered: May 2004
Location: Suomi / Finland
Distribution: Ubuntu 9.10
Posts: 17

Rep: Reputation: 0
Umm... you can also do this:

$ su
<rootpasswd>
# nautilus

nautilus is a graphical file tool, and now that you are logged in as root user you should be able to move/copy your direcrories.
Anyway, you should use rpms, (some kind of self installing packages) they are very easy to use. try this link: ftp://mandrake.redbox.cz/Mandrake/10...-5mdk.i586.rpm
Save that rpm package to your home dir and when it is ready do this:

1. Open your terminal(=console). Now you should be in your home directory(the same dir where the rpm is).
2. then type this:
su
<your_root_password>
rpm -iv pingus-0.6.0-5mdk.i586.rpm
3. Then wait until linux has installed the package.
4. Then just type "pin" (no quotes) and press tab. It will give a list of commands that begins with pin.
5. Look at the list what is the command to play the game.
I think it will most propably be "pingus" (no quotes).
6. Enjoy?
 
Old 07-26-2004, 02:08 AM   #3
MNKyDeth
Member
 
Registered: Sep 2003
Location: USA
Distribution: Fedora Core 10 x86_64
Posts: 100

Rep: Reputation: 15
If you download games that are source, like Battle for Wesnoth http://www.wesnoth.org/ you will need to do a compile job on them.

I'll use Wesnoth as an example.

1. download the game into your home directory.
2. Now in a terminal make sure you are in the home directory or where ever you downloaded the games to.
3. You will need to untar the game. Since the package ends in tar.gz this is the command you'll use to extract it in the current dir. tar -xvzf wesnoth-0.8.tar.gz
4. after the file is extracted cd into the new dir. Example: cd /home/username/wesnoth
5. Now you'll need to as user type, ./configure
6. Now type as user, make
7. Now su into root, then type make install
8. The game should be made and installed at this point from the source file.
9. The excutable is in either /usr/local/bin or /usr/bin

I did not install the game during writing this so I could be wrong on a step or 2, but, that is basically how it is done. If they make a binary for your specific distro that should make it easier for you but I am unsure how to do it with rpm's. Possibly rpm -ivh (name of file .rpm)

Something like that anyways.

Hope this helps.
 
Old 07-26-2004, 04:50 AM   #4
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Also, many games still require the user to be a member of the "games" group before you can use them, so you might want to check/adjust that.

But installing Pingus from a Mandrake RPM so you know it's correctly installed may well solve your problem anyway.
 
Old 07-26-2004, 11:10 AM   #5
Caluka
LQ Newbie
 
Registered: Jul 2004
Location: Santiago
Distribution: ArchLinux
Posts: 17

Original Poster
Rep: Reputation: 0
thnks guys, now finally i can play games
but i still dont understand what was wrong
 
Old 07-26-2004, 11:12 AM   #6
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Tell us what you did that fixed it, and we'll explain.
 
Old 07-26-2004, 11:19 AM   #7
Caluka
LQ Newbie
 
Registered: Jul 2004
Location: Santiago
Distribution: ArchLinux
Posts: 17

Original Poster
Rep: Reputation: 0
Question

Ive made what MNKeyDeth said and it worked fine, but now im going to try what raaste said.But i have one more question:
When i download the RPM the download takes the name of the lastest download.I must change it to the exact name of the program that i want to install, or what??

Last edited by Caluka; 07-26-2004 at 11:37 AM.
 
Old 07-26-2004, 12:58 PM   #8
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Rep: Reputation: 32
I bet I know what you did. You went into the pingus directory and typed "pingus" right?

That is wrong. When you are in the pingus directoy you must type "./pingus"

Thats your problem.
 
Old 07-26-2004, 02:26 PM   #9
Caluka
LQ Newbie
 
Registered: Jul 2004
Location: Santiago
Distribution: ArchLinux
Posts: 17

Original Poster
Rep: Reputation: 0
???
im not sure about that, but il try anyway
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Just what commercial games run on Linux mhelliwell Linux - Games 5 03-08-2005 12:09 PM
Linux games run slooooww help. Rjones1981 Linux - Newbie 7 03-20-2004 08:29 PM
Do these games run in linux ? iLLuSionZ Linux - Games 22 12-15-2003 07:34 AM
Java games run VERY slow in linux jleejj Linux - Software 0 10-14-2003 03:16 AM
Why does RH freeze when I run the games it came with? oudent Linux - Newbie 0 11-20-2001 10:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 11:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration