..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 09-06-2010, 03:38 AM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / PCSX2 Discussion and Support / General Discussion v
« Previous 1 ... 368 369 370 371 372 ... 436 Next »
/ [Howto] PCSX2 on AMD64 Ubuntu


User(s) browsing this thread: 1 Guest(s)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Howto] PCSX2 on AMD64 Ubuntu
Author Message
immolo Offline
Newbie

Posts: 2
Joined: Mar 2009
Location:
Reputation: 0
Post: #1
[Howto] PCSX2 on AMD64 Ubuntu
OK so I know some of us AMD64 users have been having trouble with 0.9.6 and by read some threads everyone was saying run a 32bit chroot which in my opinion is a little overkill so I found a better way to do and in the spirit of open source I'm sharing it with you. Smile

This is wrote with Ubuntu in mind but I'm sure if you change the packages to your package manager system it will work just the same.

First you need to download the Linux version of PCSX2 from the website and unpack:

Code:
# tar zxvf PCSX2_0.9.6_linux.tar.gz
# cd pcsx2/

Next lets meet all the needed dependences:

Code:
# sudo apt-get install libxxf86vm-dev x11proto-xf86vidmode-dev automake1.9 libbz2-dev libasound-dev nvidia-cg-toolkit libglu1-mesa-dev libglew1.5-dev;

Running PCSX2 now will result in the program running but not being able to show and graphic output due to the hard coding of looking for some 32bit libs so now we are going copy over some of the need libs.

Download the needed files:

Code:
# mkdir tmp
# cd tmp/
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://mirrors.kernel.org/ubuntu/pool/main/g/glew/libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb
# wget http://developer.download.nvidia.com/cg/Cg_2.1/2.1.0017/Cg-2.1_February2009_x86.tgz

Now we can extract the files:

Code:
# dpkg -x libglew1.5_1.5.0dfsg1-3ubuntu1_i386.deb .
# dpkg -x libglew1.5-dev_1.5.0dfsg1-3ubuntu1_i386.deb .
# tar zxvf Cg-2.1_February2009_x86.tgz

Next we need to copy the libraries to the lib32 directory:

Code:
# sudo cp usr/lib/* /usr/lib32/

Lets do a little clean up:

Code:
# cd ..
# rm -r tmp/
# rm ../PCSX2_0.9.6_linux.tar.gz

OK now run PCSX2:

Code:
# ./pcsx2

Now you will see everything works as normal.

Hope this helps you guys.
(This post was last modified: 03-31-2009 12:05 AM by immolo.)
03-14-2009 01:44 PM
Find all posts by this user Quote this message in a reply
Miranek Offline
Newbie

Posts: 5
Joined: Mar 2009
Location:
Reputation: 0
Post: #2
RE: [Howto] PCSX2 on AMD64 Ubuntu
Thanks, I was having trouble with PCSX2 not recognizing the plugins. Your post fixed everything. Smile
03-30-2009 03:15 AM
Find all posts by this user Quote this message in a reply
LuisR14 Offline
Sora's Neighbor :P
****

Posts: 2.331
Joined: Dec 2008
Location: USA
Reputation: 0
Post: #3
RE: [Howto] PCSX2 on AMD64 Ubuntu
fix the url bbcode (remove the quotation marks) and also remove the "[/code]" Tongue

Windows 7 64bit
Intel Pentium Dual-Core E5200 OC to 3.6GHz, Intel GMA x4500, 1GB DDR2

NinjaMight just work on next guideNinja
03-30-2009 04:13 AM
Find all posts by this user Quote this message in a reply
immolo Offline
Newbie

Posts: 2
Joined: Mar 2009
Location:
Reputation: 0
Post: #4
RE: [Howto] PCSX2 on AMD64 Ubuntu
There you go fixed Tongue and I'm glad you found it helpful.
03-31-2009 12:06 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


Current time: 09-06-2010, 03:38 AM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2010 MyBB Group.
Theme created by IncadudeF and modified by bositman