pSX Emulator
« How-To install pSX on Ubuntu AMD64/x86 »

Welcome Guest. Please Login or Register.
Feb 10, 2010, 4:03am



Important Links
[ pSX Homepage | FORUM RULES | FAQ | Things to Remember when Posting Reports | Known Requests | Search ]
Make sure you familiarize yourself with ALL of the above links.

Global Announcement
As of this moment a security issue has been brought to our attention and all new accounts must be approved by the staff. Until this issue has been resolved, this will be enforced.

The illegal sharing of copyright material will not be tolerated. This includes, but is not limited to, the sharing of disc images, ROMs, and BIOS images. We do not provide support for people who have obtained their games or BIOS images by illegal means.

pSX Emulator :: Information Desk :: Feedback & Suggestions :: How-To install pSX on Ubuntu AMD64/x86
   [Search This Thread][Send Topic To Friend] [Print]
 AuthorTopic: How-To install pSX on Ubuntu AMD64/x86 (Read 8,024 times)
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 How-To install pSX on Ubuntu AMD64/x86
« Thread Started on Mar 26, 2007, 2:08pm »

So for Ubuntu, you can now install the latest pSX and Ultima's Frontend from my repository. Here's how to add it (copy + paste the following lines in the terminal):

For AMD64 & x86 Ubuntu "Gutsy" Users:
Code:
echo "deb [url]http://packages.dfreer.org[/url] gutsy main" | sudo tee -a /etc/apt/sources.list
wget [url]http://packages.dfreer.org/7572013D.gpg[/url] -O- | sudo apt-key add -
sudo apt-get update

For AMD64 & x86 Ubuntu "Feisty" Users:
Code:
echo "deb [url]http://packages.dfreer.org[/url] feisty main" | sudo tee -a /etc/apt/sources.list
wget [url]http://packages.dfreer.org/7572013D.gpg[/url] -O- | sudo apt-key add -
sudo apt-get update




For AMD64 Users:
Code:
sudo apt-get install psx32 psx32frontend


For x86 Users:
Code:
sudo apt-get install psx psxfrontend





Original Post (Edgy/Feisty only)
Hi everyone. In case anyone has been wondering how to get pSX working on an x86_64 machine (specifically I have only tested this on Ubuntu Edgy/Feisty), here is a quick how-to. I will also be posting this to ubuntuforums.org and ubuntuguide.org.

sudo aptitude install ia32-libs ia32-libs-sdl ia32-libs-gtk
wget -c http://mirrors.kernel.org/ubuntu/pool/un....buntu1_i386.deb
sudo dpkg -x libgtkglext1_1.0.6-2.1ubuntu1_i386.deb libgtkglext
sudo mv -v libgtkglext/usr/lib/* /usr/lib32/
wget -c http://psxemulator.gazaxian.com/pSX_linux_1_11.tar.bz2
tar xvf pSX_linux_1_11.tar.bz2
cd pSX/
./pSX

Hope this helps people!
« Last Edit: Oct 23, 2007, 3:12pm by dfreer »Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
cyclonmaster
New Member
*
member is offline

[avatar]



Joined: Jan 2006
Posts: 8
 Re: LINUX v1.11 on AMD64 How-To
« Reply #1 on Apr 12, 2007, 1:47pm »

how about rpm for Fedora Core 6? can you give a guide?
Link to Post - Back to Top  IP: Logged
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: LINUX v1.11 on AMD64 How-To
« Reply #2 on Apr 28, 2007, 3:56pm »

sorry :( I don't run fedora core, but basically want you will need to do is untar the file,
execute psx, look for the very first error (will often say something like "libgtkglext1.so.4 cannot be found".) You will then need to find that file and put it in your library folder (on debian systems it's /usr/lib, dunno about red hat systems), and run psx again. repeat until you have all the files you need.

obviously, this wreaks havoc on your library folder because short of writing down every file you put in there and manually deleting them, there will be no way to upgrade/remove those files. A better way to do it would be to find a rpm's that contains the library files you need and install those. http://packages.ubuntu.com helps me with finding .debs, but I wouldn't know where to begin with a red hat system.
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: LINUX v1.11 on AMD64 How-To
« Reply #3 on Apr 30, 2007, 2:14pm »

btw, an easier way to install pSX in debian systems on this thread:
http://ubuntuforums.org/showthread.php?t=394097
I will try to find a rpm building guide and make one for you cyclonmaster, but if I make it you'll have to test it out since I do not have a rpm based system and don't really want to install one ;) debian is so much eaiser.
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: LINUX v1.11 on AMD64 How-To
« Reply #4 on May 1, 2007, 12:16am »

try these .rpms out. let me know if they work for you. also, are you running a 32-bit or 64-bit redhat?
http://www.dfreer.org/~dfreer/pSX-1.11-2.2.i386.rpm
http://www.dfreer.org/~dfreer/pSX-1.11-2.2.x86_64.rpm
http://www.dfreer.org/~dfreer/ia32-libs-gtkglext1-1.0.6-2.2.x86_64.rpm
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
patrickp
Administrator
*****
bebop admin
member is offline

[avatar]



Joined: Mar 2006
Gender: Male
Posts: 4,227
Location: in the groove
 Re: LINUX v1.11 on AMD64 How-To
« Reply #5 on Oct 20, 2007, 6:09am »

Stickied. Apart from dfreer's useful contributions for Linux users (particularly Ubuntu ones - see the Ubuntu Forums link in his sig), I'm fed up with having to look for it every time! ;) patrickp
« Last Edit: Oct 20, 2007, 6:09am by patrickp »Link to Post - Back to Top  IP: Logged

The C 8-) 8-)L accessory for pSX - Ultima's pSX Frontend

Linux x86

Linux x64

Windows version
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: LINUX v1.11 on AMD64 How-To
« Reply #6 on Oct 21, 2007, 11:56am »

Wow, I've never been stickied before. Eh, so I figured if I'm going to have a sticky thread, I might as well get packages up for gutsy. Direct links and directions on how to use the repository will be in my sig and at the top of this thread, thanks patrickp!

Basically, I cleaned up the packages, made proper dependencies (as such, you won't be able to use these on feisty and pre-feisty), and actually got pSX Frontend packages up and running.
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
Sune
Posting Maniac
******
member is offline

[avatar]

Insert Coin



Joined: Feb 2006
Gender: Male
Posts: 1,021
Location: Brassiiiuuuuu
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #7 on Oct 21, 2007, 6:29pm »

*applauds*

Good work!

S
Link to Post - Back to Top  IP: Logged

pSX Author ate my brains
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #8 on Oct 21, 2007, 9:25pm »

Thanks sune! Debian packages and older versions of ubuntu coming soon, probably within the week if I don't forget.
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
andrebrait
New Member
*
member is offline





Joined: Apr 2008
Posts: 1
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #9 on Apr 23, 2008, 6:12pm »

Making distribution specifica packages is great, but I like the "generic" way ^^'
I mean... generic if you use Debian based distros...

Well...
My way is:

- Download pSX 1.13 from the website
- Extract anywhere
- Install getlibs. It's a program written specifically to those who use x86-64 linux and face incompatibility due to the lack of 32-bit libraries. You can use it in many ways (read in this post http://ubuntuforums.org/showthread.php?t=474790 ).

My preferred way it to use it to autodetect the libraries needed and install them automatically.
So... save the file anywhere and install getlibs

Code:
cd /home/user/
tar jxf pSX_linux_1_13.tar.bz2


A folder named pSX will be created, so...

Code:
cd pSX
getlibs pSX


It will find any 32-bit libraries pSX needs and are not present and install them. It'll ask you for the sudo password too.

After that, just run pSX

Link to Post - Back to Top  IP: Logged
skroops
New Member
*
member is offline





Joined: Apr 2008
Gender: Male
Posts: 2
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #10 on Apr 23, 2008, 9:40pm »

@andrebait:

Thanks for the great program and suggestion. I'd struggled getting pSX to work in ubuntu hardy since dfreer's repo went down and your tip worked great!
Link to Post - Back to Top  IP: Logged
arek
New Member
*
member is offline





Joined: Jul 2006
Posts: 8
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #11 on Dec 19, 2008, 1:01am »

Any chance of a version of this coming out for Intrepid soonish? Thanks :)

--Arek
Link to Post - Back to Top  IP: Logged
dfreer
Junior Member
**
member is offline




[homepage]

Joined: Mar 2007
Gender: Male
Posts: 74
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #12 on Dec 29, 2008, 2:19am »

I've made a couple of packages for intrepid, you should be able to download them here:
http://ubuntuforums.org/showpost.php?p=6127662&postcount=246

Unfortunately I've been experiencing issues with my repository software preventing me from updating it with the new packages.
Link to Post - Back to Top  IP: Logged

pSX 1.11 - 1.13 for Debian/Ubuntu AMD64/x86 users:
http://psxemulator.proboards54.com/index....read=1174936096
See also:
http://ubuntuforums.org/showthread.php?t=394097
itvc
New Member
*
member is offline





Joined: Oct 2009
Gender: Male
Posts: 1
 Re: How-To install pSX on Ubuntu AMD64/x86
« Reply #13 on Oct 31, 2009, 7:18pm »

Any chance for a package for Karmic 64bits?
Link to Post - Back to Top  IP: Logged
   [Search This Thread][Send Topic To Friend] [Print]

Google
Webpsxemulator.proboards.com
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!