Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: How to install and run a ps2 emulator on ubuntu 12.04?

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Beans
    2

    Question How to install and run a ps2 emulator on ubuntu 12.04?

    Hey I don't know much about computers so if someone can explain the steps to finding, installing and actually using a playstation 2 emulator on ubuntu 12.04 that would be great! Again, i don't know any computer terms, however i know that 32 bit is what i have. If that makes sense.

    Thanks in advance!

  2. #2
    Join Date
    May 2007
    Location
    DR
    Beans
    1,345
    Distro
    Ubuntu Development Release

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    i havent triedit myself, I personally have only tried all other systems till ps1.


    but I believe these might help:

    http://www.ubuntubuzz.com/2011/03/5-...-emulator.html

    http://www.youtube.com/watch?v=n-l_U0hk0d4

    http://www.ubuntumine.com/playstation-2-emulator-bios/
    Last edited by madjr; July 12th, 2012 at 02:34 PM.
    When close to achieving you quit! If you don't try you failed. Real Winners are not afraid of losing.
    ubuntu newsletter ; Report Papercuts (small annoyances/bugs) ; beginners guide and video http://youtube.com/watch?v=Z0tNpt5RZYI

  3. #3
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Thread moved to Emulators.


    404

  4. #4
    Join Date
    Aug 2009
    Beans
    1,419

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Quote Originally Posted by Braden57 View Post
    Hey I don't know much about computers so if someone can explain the steps to finding, installing and actually using a playstation 2 emulator on ubuntu 12.04 that would be great! Again, i don't know any computer terms, however i know that 32 bit is what i have. If that makes sense.

    Thanks in advance!
    PCSX2 is a PS2 emulator that runs on Linux (and Windows, as well). You can install the "official" pcsx2 ppa by opening a terminal and typing the following:
    Code:
    sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
    Follow the on-screen prompts. When that is finished, type the following to install the package:
    Code:
    sudo apt-get update
    sudo apt-get install pcsx2-unstable

  5. #5
    Join Date
    Jul 2012
    Beans
    3

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    @thatguruguy, Cool, it worked! I'm gonna get Kingdom Hearts 2 on it later.

  6. #6
    Join Date
    Jun 2010
    Location
    Ann Arbor, Michigan, USA
    Beans
    1,421

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Please mark this thread as solved
    Steam: ubuntugamer( Add me ) | Gaming: Left 4 Dead 2, Metro Last Light, Assassin's Creed 4, Forced

  7. #7
    Join Date
    Jul 2007
    Beans
    3

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Quote Originally Posted by thatguruguy View Post
    PCSX2 is a PS2 emulator that runs on Linux (and Windows, as well). You can install the "official" pcsx2 ppa by opening a terminal and typing the following:
    Code:
    sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
    Follow the on-screen prompts. When that is finished, type the following to install the package:
    Code:
    sudo apt-get update
    sudo apt-get install pcsx2-unstable
    Hi there, I'm running Ubuntu 12.04 and I just installed PSCX2 (following your instructions). It installed just fine, no unmet dependencies or errors. But when I choose the ISO and run it, I get a blank screen and the UI interface freezes (so I have to kill it). Although there's no error messages :S

    This is the terminal output:


    Interface is initializing. Entering Pcsx2App::OnInit!
    Applying operating system default language...
    Command line parsing...
    Command line parsed!
    ZZogl-PG: Calling GSinit.
    ZZogl-PG: GSinit finished.
    ZZogl-PG: Calling GSopen2.
    ZZogl-PG: Capturing ZZOgl window.
    ZZogl-PG: Got Doublebuffered Visual!
    ZZogl-PG: glX-Version 1.4 with Direct Rendering
    ZZogl-PG: Using multitexturing.
    ZZogl-PG: Maximum texture size is 2048 for Tex_2d and 2048 for Tex_NV.
    ZZogl-PG: Disabling MRT depth writing.

    And no errors on the log window either, just "Opening GS" and that's it.

    Do you have any idea what I should do to get it to work?

    Just thought I'd mention that I got it to work in windows XP, but it was unplayable (slow motion kinda slow).

    I have a Intel Pentium 4 Hyperthreading Processor @ 3ghz

    This is my graphics info (sorry, not an ubuntu expert)

    *-display
    description: VGA compatible controller
    product: 82915G/GV/910GL Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:16 memory:cfd00000-cfd7ffff ioport:1800(size=8) memory:e0000000-efffffff memory:cfd80000-cfdbffff

  8. #8
    Join Date
    Feb 2009
    Beans
    500

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Quote Originally Posted by ejcottier View Post

    Do you have any idea what I should do to get it to work?

    I have a Intel Pentium 4 Hyperthreading Processor @ 3ghz
    CPU recommendations from PCSX2's page
    Intel Core 2 Duo @ 3.2 GHz or better OR i3/i5/i7 @ 2,8 GHz or better OR AMD Phenom II @ 3,2 GHz or better
    Your system is way too old to play any games at normal speed. Even brand-new hardware can't always do that.

  9. #9
    Join Date
    Nov 2008
    Location
    Earth
    Beans
    46
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    Just wanted to add to this.
    My system:

    Macbook 2,1
    Ubuntu 12.04 LTS
    1 gig of ram
    core 2 duo 3.0ghz

    I have installed and ran this emulator with success! Thank you to thatguruguy for the easy console commands.

  10. #10
    Join Date
    Jun 2007
    Location
    Gallifrey
    Beans
    77
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install and run a ps2 emulator on ubuntu 12.04?

    I, too, am having difficulty getting this emulator running. I have 64-bit Ubuntu 12.04 and installed from the ppa. When I try to configure the graphics the only option is for GSdx. When I try to load an ISO it brings up the game window but it freezes immediately (it doesn't get to the playstation loading screen or anything). The only output in the log window was
    Code:
    HLE Host: Will load ELF:
    HLE Notice: ELF does not have a path.
    I would like to try the zzogl plugin, but it isn't available from the dropdown, even though the .so file is in the plugins folder along with GSdx. Anyone have any idea as to how I can enable it or something?

    Please let me know if I can provide any more information. Thanks!

    stevo
    Kernel Linux 3.2.0-23-generic, MEMORY: 4Gb, PROCESSOR: AMD Athlon II X4 Quad Core Processor,
    VIDEO: GeForce 8600GT

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •