![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Location: Sweden
Beans: 113
|
Install ePSXe Playstation Emulator
This guide is outdated and will not be updated anymore.
Try using one of these instead: http://ubuntuforums.org/showthread.php?t=612021 http://ubuntuforums.org/showthread.php?t=550304] This is a guide to install the freeware Playstation 1 emulator ePSXe in Ubuntu. It is based on this guide, which I found a bit outdated. ePSXe is made for x86 (common pc) only. If you use powerpc it probably won't work. You might want to try another emulator instead, for example PCSX. An installation guide can be found in this link. Apparently it is possible to run it using an amd64 system, but to do that you need to install some 32 bit libraries, see this post. Legal note: The installation and use of this emulator requires a Sony Playstation BIOS file. You may not use such a file to play games in a PSX emulator if you do not own a Sony Playstation, Sony PSOne or Sony Playstation 2 console. Owning the BIOS image without owning the actual console is a violation of copyright law. You have been warned. Installation First, open a terminal and install the packages that you will need: Code:
sudo apt-get install unzip libgtk1.2-common libgtk1.2 Code:
wget http://www.epsxe.com/files/epsxe160lin.zip Code:
sudo mkdir /usr/local/games/epsxe Code:
export EPSXE='/usr/local/games/epsxe' Code:
sudo unzip -d $EPSXE ~/epsxe160lin.zip cd $EPSXE sudo chmod 777 cfg sstates snap memcards sudo touch memcards/epsxe000.mcr memcards/epsxe001.mcr .epsxerc sudo chmod 666 memcards/* sudo chmod 666 .epsxerc Code:
sudo mv ~/SCPH1001.BIN $EPSXE/bios/ Install hardware acceleration plugin: Code:
cd ~ wget http://www.pbernert.com/gpupetexgl208.tar.gz sudo tar xfz ~/gpupetexgl208.tar.gz -C $EPSXE/plugins/ sudo mv $EPSXE/plugins/cfgPeteXGL2 $EPSXE/cfg/ sudo mv $EPSXE/plugins/gpuPeteXGL2.cfg $EPSXE/cfg/ sudo chmod 666 $EPSXE/cfg/gpuPeteXGL2.cfg Code:
cd ~ wget http://www.pbernert.com/gpupeopssoftx117.tar.gz sudo tar xfz ~/gpupeopssoftx117.tar.gz -C $EPSXE/plugins/ sudo mv $EPSXE/plugins/cfgPeopsSoft $EPSXE/cfg/ sudo mv $EPSXE/plugins/gpuPeopsSoftX.cfg $EPSXE/cfg/ sudo chmod 666 $EPSXE/cfg/gpuPeopsSoftX.cfg Code:
cd ~ wget http://www.pbernert.com/spupeopsoss109.tar.gz sudo tar xvfz ~/spupeopsoss109.tar.gz -C $EPSXE/plugins/ sudo mv $EPSXE/plugins/cfgPeopsOSS $EPSXE/cfg/ Code:
sudo gedit /usr/local/bin/epsxe Code:
#!/bin/bash export EPSXE='/usr/local/games/epsxe' export LD_LIBRARY_PATH=$EPSXE cd $EPSXE ./epsxe chmod 666 $EPSXE/cfg/*.cfg $EPSXE/sstates/* \ $EPSXE/memcards/*.mcr $EPSXE/snap/* 2>/dev/null Code:
sudo chmod 755 /usr/local/bin/epsxe Configuration
Now you should be all set. If you want to use an original PSX CD-ROM, insert it and select "File -> Run CDROM" It might take a while for the game to load, so be patient. You can also load backup ISO:s from your hard disk with "File -> Run ISO. When you are running your game you can press Esc any time to exit, save/load game states, or change discs. To get back, select Run -> Continue. Troubleshooting
Code:
* Init gpu[0][libgpuPeteXGL2.so.2.0.8] /usr/local/bin/epsxe: line 6: 25248 Segmentation fault ./epsxe
If you have other problems with plugins that you can't solve by reading the discussions/replies in this thread, check out Pete’s Domain and try using some of the other plugins not covered by this guide. Have fun, and if you run into problems, post here and hopefully you will get help... The mandatory howto screenshot. ![]() Last edited by johannes; November 29th, 2007 at 05:10 PM.. Reason: outdated |
|
|
|
|
|
#2 |
|
Skinny Extra Sweet Ubuntu
![]() Join Date: Feb 2005
My beans are hidden!
|
Re: Install ePSXe Playstation Emulator
Note: No posting download links for any of the PSX Bios files.
__________________
Sylvia: Look at what you've done to him! Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place. |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2005
Location: Sweden
Beans: 113
|
Re: Install ePSXe Playstation Emulator
Okay. Yeah, that might be a good idea.
|
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2005
Location: Greece!
Beans: 124
Ubuntu 9.10 Karmic Koala
|
Re: Install ePSXe Playstation Emulator
Yup, this howto works great.Just waht I was looking for!
You can find more linux plugins Here. Be carefull though, some crash epsxe, because they depend on libraries that either do not exist, or are outdated.So, either prefer the open-source ones, and compile them on you system, or just stick to the ones mentioned here. I just have to say that Pete's MesaGL plugin worked great for me, along with Omnijoy, which I compiled (No big deal).The only one that did not work was Eternal SPU. Keep it up!
__________________
"Ubuntu" is an ancient African word, meaning: "I can't configure Debian." |
|
|
|
|
|
#5 |
|
Gee! These Aren't Roasted!
![]() Join Date: Nov 2005
Location: South Yorkshire, UK
Beans: 208
Xubuntu 9.10 Karmic Koala
|
Re: Install ePSXe Playstation Emulator
Brilliant guide thank you.
On my system the xgl2 driver causes a "couldn't get fbconfig" error. I changed to the mesa plugin mentioned above and is working okay for me. |
|
|
|
|
|
#6 | |
|
SADFL's Commando
![]() |
Re: Install ePSXe Playstation Emulator
Wow! I can't wait to try this! For the life of me I could not get it to work in Breezy before, but I could with Hoary.
Thanks a lot! Perfect timing (I was learned how to chroot Hoary to fix this problem previously).
__________________
Quote:
|
|
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2005
Beans: 40
|
Re: Install ePSXe Playstation Emulator
Hi, is there a way for me to get my own Bios File from my PS2? I have the SCPH-30001(Camped out for it on release day) I also have a PSOne. My PS2 is hooked up with a Network Adaptor trew my router. I'm really wanteing to Play Xenogears again hehe.
|
|
|
|
|
|
#8 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2005
Location: Porto Alegre - Brazil
Beans: 20
|
Re: Install ePSXe Playstation Emulator
|
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2005
Beans: 22
|
Re: Install ePSXe Playstation Emulator
Great tutorial. Got mine working in a few minutes! Here's a screenshot for encouragement. Playing Tenchu Steath Assasins off a cd and it loads fast!
![]() |
|
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: May 2006
Beans: 3
|
Re: Install ePSXe Playstation Emulator
A bit of a problem...
kuja@shugotenshi:~$ epsxeMy card is an NVIDIA TNT2. I hope someone knows what's up, thanks. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|