Results 1 to 6 of 6

Thread: Pcsx Ps1

  1. #1
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Pcsx Ps1

    I'm trying to play a few of my old PS1 games in Linux. Will someone with experience using PCSX reply? I'm getting this error. Look in the picture I attached. Nothing happens when I choose PCSX from the gnome menu. For some reason, there is not an icon for PCSX. Maybe it did not install correctly. I already tried reinstalling it.

    Code:
    veronica@veronica-desktop:~$ pcsx -runcd
    /usr/games/pcsx: line 31: lndir: command not found
    veronica@veronica-desktop:~$ apt-cache search lndir
    veronica@veronica-desktop:~$
    Attached Images Attached Images

  2. #2
    Join Date
    Apr 2006
    Beans
    21
    Distro
    Edgy Eft Testing

    Re: Pcsx Ps1

    try epsxe (http://epsxe.com/)
    it works fine with me and its probably best psx emulator anyway

  3. #3
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Pcsx Ps1

    How'd you install it? I'd like to get it from Synaptic or apt-get if possible.

  4. #4
    Join Date
    Sep 2005
    Location
    Austin, TX
    Beans
    925
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Pcsx Ps1

    What's the most minimum requirements for a video card with the amount of vram? Sometimes they say you need a heavy duty graphics card, but you can get away with one that's old.

  5. #5
    Join Date
    Oct 2005
    Location
    Geraardsbergen/Ghent,Belg
    Beans
    42
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Pcsx Ps1

    here's a howto for installing/configuring PCSX:

    http://gaming.gwos.org/index.php?opt...d=13&Itemid=63
    Living on Earth is expensive, but it does include a free trip around the sun.
    Zis is not nuts. Zis is supernuts!

  6. #6
    Join Date
    Aug 2006
    Beans
    2

    Re: Pcsx Ps1

    Heya; Debian maintainer of the PCSX package and the main developer of the PCSX fork, PCSX-df, here :- )

    The old PCSX (non -df) packages require a script to start them that creates a special environment, because PCSX does not support multi-user installs like a Debian package requires. This script links in all of the PSEmu plugins on the system and creates a place for PCSX to run in without disrupting the system install. However, the script uses the lndir command, which Ubuntu dropped for some reason from their X packages, I guess.

    Like many packages, PCSX was pulled from Debian and merged straight into Ubuntu automatically, so this wasn't noticed. A quick packages.ubuntu.com search gave nothing for lndir, so I assume it was totally banished from the Ubuntu X packages.

    It looks like Ubuntu edgy has the PCSX-df 1.7 RC versions, which contain proper multi-user system support (and a huge amount of other fixes, as well), but I'm not very familiar with Ubuntu's version compatibility or anything. You might try installing the version of PCSX-df in Edgy.
    http://packages.ubuntu.com/cgi-bin/s...gy&release=all

    Alternately, PCSX-df can be built quite easily from source using apt-get to make build dependencies easy:

    sudo apt-get build-dep pcsx-bin
    wget http://rschultz.ath.cx/code/pcsx-df-1.7rc3.tar.gz
    tar xzvf pcsx-df-1.7rc3.tar.gz
    cd pcsx-df-1.7rc3
    ./configure --prefix=/usr/local
    make
    sudo make install

    You can use the PSEmu plugins available in apt, although there are newer versions available in Debian unstable and presumably in Edgy.

    There are also packages in my archive, but they are built for Debian. You could try to install them as well, if nothing else works. http://rschultz.ath.cx/debian.php

    Let me know if nothing works ><

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
  •