Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2007-12-23 6:14:51 pm

STEVEKEYS64
New member
Registered: 2007-12-23
Posts: 2

installing free linux Xandros games procedure?

Being a linux newbie, I'm looking to install some free linux Xandros games on my 4g. I'm specifically looking for the game MahJong for my wife. I searched some of the threads on the forum and was reading how some games have to be compiled and how that can be tricky..... I'm not sure how "tricky" this is and couldn't find a procedure on how to do this. If this is a pain, does anyone know where I can find free Xandros games that are already compiled and how to install them on my 4g? My wife likes puzzle type games in general.

Thanks for any help!

Offline

 

#2 2007-12-23 7:32:03 pm

Dr_Jeff
Senior Member
Registered: 2007-12-02
Posts: 251

Re: installing free linux Xandros games procedure?

run synaptic

Offline

 

#3 2007-12-23 7:39:36 pm

judland
Senior Member
From: Sask., Canada
Registered: 2007-12-12
Posts: 281
Website

Re: installing free linux Xandros games procedure?

Open up a terminal window (CTRL-ALT-T) and type:
sudo apt-get install mah-jong and press ENTER

Answer Y to the confirmation question and this should install a version of Mahjong for you.

Of course, you'll have to set up some Debian repositories, first (if you haven't already).  You can learn about that here:
http://wiki.eeeuser.com/addingxandrosrepos?s=apt%20get


I use Linux because my computer is a slave to my needs... and that's the way it sould be.

Offline

 

#4 2007-12-24 7:29:49 am

Noah98
Senior Member
Registered: 2007-11-21
Posts: 149

Re: installing free linux Xandros games procedure?

O.K. I might be missing something, but I followed the link and I am still confused.  I see some web addresses, but not how to add the repositories.  Can someone post a step by step on what to do?

I am particularly confused by this:

"EDITOR NOTE: You can add the following lines to your /etc/apt/sources.list"

I won't have my EEE until tomorrow, but I would like to learn how to add a few games and stuff before I get it.  Thanks in advance to all of those that are patient with the Linux newbies!

Offline

 

#5 2007-12-24 7:46:51 am

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6813
Website

Re: installing free linux Xandros games procedure?

"EDITOR NOTE: You can add the following lines to your /etc/apt/sources.list"

You will need to edit sources.list, and add the details of the relevant repositories. You edit the list (which is a text file) by using:

Code:

sudo nano /etc/apt/sources.list

and adding the relevant repositories from the wiki.

Then, save the file (Ctl + O) and exit (Ctl + X).

Then, update your package cache:

Code:

sudo apt-get update

.

Offline

 

#6 2007-12-24 7:57:48 am

ElRazur
Member
Registered: 2007-12-19
Posts: 63

Re: installing free linux Xandros games procedure?

Can you I use this method to install an action type game or some strategy games  that is fun to play? I am reffering to the method described by the first reply? Thanx.

I am a newbie and will like to know too.

Last edited by ElRazur (2007-12-24 8:03:49 am)

Offline

 

#7 2007-12-24 9:19:27 am

ElRazur
Member
Registered: 2007-12-19
Posts: 63

Re: installing free linux Xandros games procedure?

judland wrote:

Open up a terminal window (CTRL-ALT-T) and type:
sudo apt-get install mah-jong and press ENTER

Answer Y to the confirmation question and this should install a version of Mahjong for you.

What other good game can one install like this? Championship manager or something similar like a strategy based games or an action game?

Offline

 

#8 2007-12-24 10:09:22 am

judland
Senior Member
From: Sask., Canada
Registered: 2007-12-12
Posts: 281
Website

Re: installing free linux Xandros games procedure?

ElRazur wrote:

judland wrote:

Open up a terminal window (CTRL-ALT-T) and type:
sudo apt-get install mah-jong and press ENTER

Answer Y to the confirmation question and this should install a version of Mahjong for you.

What other good game can one install like this? Championship manager or something similar like a strategy based games or an action game?

Well, if you followed the process of adding Debian repositories to your sources list, you could get a list of available software by running synaptic.  In a terminal window, type: sudo synaptic and press ENTER.

This should launch the Syanptic package manager (it's a graphical front end to the apt-get installer).  Down the left hand column, scroll down to find the "Games and Amusement" section.  Click on it and in the column to the right,you'll get a list of games that's available to you.

Click on one of them and, in the window below, Synaptic will give you a short description.

To install something, click on the check-box to the left of the file name.  When you're done making your selections, click the "Apply" check box.


I use Linux because my computer is a slave to my needs... and that's the way it sould be.

Offline

 

#9 2007-12-24 3:53:59 pm

ElRazur
Member
Registered: 2007-12-19
Posts: 63

Re: installing free linux Xandros games procedure?

judland wrote:

Open up a terminal window (CTRL-ALT-T) and type:
sudo apt-get install mah-jong and press ENTER

.

Thank you very much for your help. I also noticed that this can be used to access most things installed on the eeepc in a way right? I am currently having loads of issue with my IM I cannot connect using my msn, however, Yahoo chat is ok on the IM. After doing a quick search on the forum here, it is obvious that people have issue with the msn actually working on the IM.

What am trying to ask is that how do I go about in fixing this please. The solution apparently is to remove the installed pidgin and get the latest version. I have tried updating but the machine is not doing this.

With the above command, can i remove the version of pidgin i have 1:2.0.2 and install the new version? If yes, can you please give me a guide line of how to do this. Thanx.

All help is appreciated.

Offline

 

#10 2007-12-24 3:56:07 pm

mikejstb
Member
Registered: 2007-12-15
Posts: 81

Re: installing free linux Xandros games procedure?

I followed the above instructions to install mah-jong. It seemed to work - but now how do I run it - how do I play the game?

Offline

 

#11 2007-12-24 4:16:15 pm

ElRazur
Member
Registered: 2007-12-19
Posts: 63

Re: installing free linux Xandros games procedure?

Sorry to hijack your thread buddy. I have used the above command to install pidgin and it says I have the latest. Can someone then explain to me why I cannot connect to msn?

Offline

 

#12 2007-12-24 5:23:38 pm

judland
Senior Member
From: Sask., Canada
Registered: 2007-12-12
Posts: 281
Website

Re: installing free linux Xandros games procedure?

mikejstb wrote:

I followed the above instructions to install mah-jong. It seemed to work - but now how do I run it - how do I play the game?

You'll have to launch the game via the terminal.  I'm guessing, but you'll most likely type mah-jong and press ENTER.

If you want to add it to the desktop as an icon (I'm assuming you're using the default Easy GUI), you'll have to do a few manual changes to the simplegui.rc script, as described here:
http://wiki.eeeuser.com/howto:customizeeasymode

Scroll down the page to the part that explains how to add new items.


I use Linux because my computer is a slave to my needs... and that's the way it sould be.

Offline

 

#13 2007-12-24 5:25:19 pm

judland
Senior Member
From: Sask., Canada
Registered: 2007-12-12
Posts: 281
Website

Re: installing free linux Xandros games procedure?

ElRazur wrote:

Sorry to hijack your thread buddy. I have used the above command to install pidgin and it says I have the latest. Can someone then explain to me why I cannot connect to msn?

I detest all things Microsoft, so I can't help you out much on your issues with MSN as I'm not a subscriber.  Maybe someone else will be able to give advice on this issue.

I did a quick Google search for "pidgin and MSN" and found this: http://developer.pidgin.im/wiki/FAQ

Maybe it can provide some assistance.

Last edited by judland (2007-12-24 5:28:46 pm)


I use Linux because my computer is a slave to my needs... and that's the way it sould be.

Offline

 

#14 2007-12-25 1:12:26 pm

thunderchild
Member
Registered: 2007-12-13
Posts: 43

Re: installing free linux Xandros games procedure?

Neil wrote:

"EDITOR NOTE: You can add the following lines to your /etc/apt/sources.list"

You will need to edit sources.list, and add the details of the relevant repositories. You edit the list (which is a text file) by using:

Code:

sudo nano /etc/apt/sources.list

and adding the relevant repositories from the wiki.

Then, save the file (Ctl + O) and exit (Ctl + X).

Then, update your package cache:

Code:

sudo apt-get update

.

I have copied the repositories list from the wiki, when I try to run the update it tells me there is an error on the lines I have copied and pasted. Any help?

Offline

 

#15 2007-12-25 1:13:29 pm

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6813
Website

Re: installing free linux Xandros games procedure?

Can you post the contents of your sources.list file here?

Offline

 

#16 2007-12-25 1:18:50 pm

thunderchild
Member
Registered: 2007-12-13
Posts: 43

Re: installing free linux Xandros games procedure?

Neil, I have the follwoing

deb http://update.eeepc.asus.com/p701 p701 main
deb http://update.eeepc.asus.com/p701/en p701 main
deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free
deb http://dccamirror.xandros.com/dccri/ dccri-3.0 main
deb http://www.geekconnection.org/ xandros4
deb http://download.tuxfamily.org/eeepcrepos/ p701 m

A straight copy and paste from the wiki.

Sam

Offline

 

#17 2007-12-25 1:21:44 pm

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6813
Website

Re: installing free linux Xandros games procedure?

What happens if you put "main" after deb http://www.geekconnection.org/ xandros4 , so it becomes:

Code:

deb http://www.geekconnection.org/ xandros4 main

and remove the tuxfamily repo?

Offline

 

#18 2007-12-25 1:38:51 pm

thunderchild
Member
Registered: 2007-12-13
Posts: 43

Re: installing free linux Xandros games procedure?

Neil,

That seems to help but when I run the Synaptic nothing come up. I get the message

"E: Invalid record in the preferences file, no Package header

W: Couldn't stat source package list http://download.tuxfamily.org p701/m Packages (/var/lib/apt/lists/download.tuxfamily.org_eeepcrepos_dists_p701_m_binary-i386_Packages) - stat (2 No such file or directory)"

Any suggestions?

Offline

 

#19 2007-12-25 1:43:08 pm

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6813
Website

Re: installing free linux Xandros games procedure?

Have you removed the tuxfamily line from sources.list?

If so, run sudo apt-get update and see if that helps.

Offline

 

#20 2007-12-26 7:57:21 am

thunderchild
Member
Registered: 2007-12-13
Posts: 43

Re: installing free linux Xandros games procedure?

Neil,

I have now removed tuxfamily then re run the update again. When I go into synaptic i now get:

"E: Invalid record in the preferences file, no Package header"

any suggestions?

Offline

 

#21 2007-12-26 8:12:06 am

Neil
Moderator
From: Berkshire, England
Registered: 2007-11-25
Posts: 6813
Website

Re: installing free linux Xandros games procedure?

Sorry- on my phone so can't easily re-read the entire thread. Have you run

sudo apt-get update

?

Offline

 

#22 2007-12-31 6:04:33 pm

dafoster
New member
Registered: 2007-12-31
Posts: 1

Re: installing free linux Xandros games procedure?

Re: "E: Invalid record in the preferences file, no Package header"

I got that message after following the procedure for "pinning" & it turned out to be an extra space at the beginning of the first line.

I'm also looking for a mahjong game & have added the recommended repositories to synaptic but couldn't find mah-jong or gnome-games (which I heard has a good mahjong game) listed - only kmahjong which turned out to need some other library or file that looked iffy (something like libqtc102?). Wonder if I should try a debian repository from http://ruckman.net/tech/2007/08/17/eeep … ositories/ ?

Offline

 

#23 2008-01-20 1:54:23 pm

paddy
New member
Registered: 2008-01-20
Posts: 3

Re: installing free linux Xandros games procedure?

Hi,

I had the same problem with my Eee PC (apt-get update does not connect). I have temporarily solved the problem by entering the IP addresses in the source.list file. This points to a DNS resolution problem in the terminal window and I will investigate further to see what could causing it...

Cheers,

Paddy.

Offline

 

#24 2008-02-12 5:11:06 am

anotheruser
New member
Registered: 2008-02-12
Posts: 2

Re: installing free linux Xandros games procedure?

I have the same problem with updating (either via add/remove software or via the command line), How does one find out the IP addresses for the various repositories?

Offline

 

#25 2008-02-12 5:18:04 am

paddy
New member
Registered: 2008-01-20
Posts: 3

Re: installing free linux Xandros games procedure?

Type ping www.domain.com in a command window...

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson