Results 1 to 7 of 7

Thread: How to get pSX to work on Jaunty

  1. #1
    Join Date
    Feb 2008
    Location
    Farwell, Mi
    Beans
    66
    Distro
    Kubuntu 11.04 Natty Narwhal

    How to get pSX to work on Jaunty

    Ill make this short and sweet

    Code:
    sudo apt-get install libgtkglext1-dev
    wget http://psxemulator.gazaxian.com/pSX_linux_1_13.tar.bz2
    tar xvjf pSX_linux_1_13.tar.bz2
    sudo mv pSX /opt
    cd /usr/share/pixmaps
    sudo wget http://www.zodttd.com/wiki/images/d/dd/Icon-psx4iphone.png
    cd ~
    sudo gedit /usr/share/applications/pSX.desktop
    paist this in it

    Code:
    [Desktop Entry]
    Name=pSX Emulator
    GenericName=pSX
    Comment=Play playstation games on ubuntu
    Type=Application
    Exec=pSX
    Icon=/usr/share/pixmaps/Icon-psx4iphone.png
    Terminal=false
    Categories=Game;Emulators;
    Code:
    sudo gedit /usr/bin/pSX
    paist this in it

    Code:
    #!/bin/bash
    
    killall pulseaudio 
    sleep 1
    cd /opt/pSX
    ./pSX
    sleep 1
    pulseaudio -D
    Code:
    sudo chmod 755 /usr/bin/pSX
    here comes the great part were gonna tweak pulseadio so that it doesnt keep restarting every dang time we kill it

    this is a long code so sudo su

    Code:
    cp /etc/pulse/client.conf /etc/pulse/client.conf-old && grep -v 'autospawn = yes' /etc/pulse/client.conf > /etc/pulse/client.conf-new && echo 'autospawn = no' >> /etc/pulse/client.conf-new && rm /etc/pulse/client.conf && mv /etc/pulse/client.conf-new /etc/pulse/client.conf
    now add yourself to these groups and ya may need to reboot

    pulse, pulse-rt and pulse-access

    thats all your good to go as soon as ya find yourself some bios

    or you can simply install the pre-build deb i mad

    Code:
    wget http://ubuntu.global-web.us/jaunty/binary/pSX-1.13~Jaunty2.deb
    sudo dpkg -i pSX-1.13~Jaunty2.deb
    Ubuntu-4-Life


    Affordable Webhosting

    www.Global-Web.us


  2. #2
    Join Date
    Mar 2008
    Location
    The Golden State
    Beans
    248
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: How to get pSX to work on Jaunty

    Thank you. After following this, I only had to use getlibs to get the 32bit libgtkglex1 package (64bit Jaunty). After that, I was able to play Soul Reaver with no problems.

  3. #3
    Join Date
    Feb 2008
    Location
    Farwell, Mi
    Beans
    66
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How to get pSX to work on Jaunty

    not a problem i figured i auta share this solution to a problem that gave me so mych head pounding grief lol
    Ubuntu-4-Life


    Affordable Webhosting

    www.Global-Web.us


  4. #4

    Re: How to get pSX to work on Jaunty

    just brought this post up to say thanks to the author

    I used the deb package, restarted the computer and it works excellent.

  5. #5
    Join Date
    Feb 2008
    Location
    Farwell, Mi
    Beans
    66
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How to get pSX to work on Jaunty

    not a problem i know i went nuts trying to figure that out honestly to me psx is way better than epsxe especially when it comes to iso/bin compatability
    Ubuntu-4-Life


    Affordable Webhosting

    www.Global-Web.us


  6. #6
    Join Date
    Nov 2009
    Beans
    29
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to get pSX to work on Jaunty

    soooo... i use OSS, and pSX doesn't get past the select language screen.

    my terminal output looks like this:
    Code:
    seotechd@seotechd-desktop:~$ pSX
    ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
    ALSA lib pcm.c:2205:(snd_pcm_open_noupdate) Unknown PCM default
    [src/linux/sound.cpp, line 582]: 'snd_pcm_open(&pcm_handle,dev->info->device_fname,SND_PCM_STREAM_PLAYBACK,0)' returned 'No such file or directory'
    pSX: pcm_params.c:2259: snd_pcm_hw_refine: Assertion `pcm && params' failed.
    /usr/bin/pSX: line 7:  7237 Aborted                 ./pSX
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    I: caps.c: Dropping root privileges.
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    seotechd@seotechd-desktop:~$
    I'm open to any and all suggestions lol.

  7. #7
    Join Date
    Feb 2008
    Location
    Farwell, Mi
    Beans
    66
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: How to get pSX to work on Jaunty

    Quote Originally Posted by klikevil View Post
    soooo... i use OSS, and pSX doesn't get past the select language screen.

    my terminal output looks like this:
    Code:
    seotechd@seotechd-desktop:~$ pSX
    ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
    ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
    ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
    ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
    ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
    ALSA lib pcm.c:2205:(snd_pcm_open_noupdate) Unknown PCM default
    [src/linux/sound.cpp, line 582]: 'snd_pcm_open(&pcm_handle,dev->info->device_fname,SND_PCM_STREAM_PLAYBACK,0)' returned 'No such file or directory'
    pSX: pcm_params.c:2259: snd_pcm_hw_refine: Assertion `pcm && params' failed.
    /usr/bin/pSX: line 7:  7237 Aborted                 ./pSX
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    I: caps.c: Dropping root privileges.
    I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
    seotechd@seotechd-desktop:~$
    I'm open to any and all suggestions lol.

    not sure what to tell ya except pSX is only compatable with alsa
    Ubuntu-4-Life


    Affordable Webhosting

    www.Global-Web.us


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
  •