Results 1 to 10 of 10

Thread: HowTo: install ProjectX

  1. #1
    Join Date
    Jun 2006
    Beans
    34
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Post HowTo: install ProjectX

    Howto install Projectx on Ubuntu

    I didn't find much info on this program here so I thought I'd write a
    quick howto

    ProjectX is useful for demuxing and correcting the video/audio sync
    in .ts (Transport Stream) video files recorded from dvb cards.

    I am running Kubuntu Dapper but this should work on all versions of Ubuntu

    First we need to install Java
    Code:
    sudo apt-get install sun-java5-bin
    Specific instructions on how to install java can be found here https://help.ubuntu.com/community/Java

    Since this application is OS independent we will
    Download the Projectx Binary from http://www.doom9.org

    Extract and move to the ProjectX directory
    Code:
    unzip ProjectX_0.90.4.zip
    cd ProjectX_Source_0.90.4
    Execute the ProjectX binary

    Code:
    java -jar ProjectX.jar
    ProjectX should now open


    If you get errors when executing please refer to the Java install page
    https://help.ubuntu.com/community/Java

    UPDATE: You may need to run the following commands to configure Java

    sudo update-alternatives --install /usr/bin/java java /usr/local/java/bin/java 3
    sudo update-alternatives --config java
    Last edited by ultima; June 28th, 2006 at 05:31 AM.

  2. #2
    Join Date
    Mar 2006
    Beans
    Hidden!

    Re: HowTo: install ProjectX

    Have upped a deb of the projectx for easy installation

    Code:
    http://www.zen77933.zen.co.uk/Files/projectx_0.90.4.00-1_all.deb
    If I could just figure out how to use the thing
    No longer participating......

  3. #3
    Join Date
    Mar 2006
    Beans
    6

    Re: HowTo: install ProjectX

    Thanks for the .deb!

  4. #4
    Join Date
    Feb 2007
    Beans
    1

    Talking Re: HowTo: install ProjectX

    Yes thanks for the Deb, I am a newbie trying ubuntu and was dependent on WInXP for Toppy et all. I was managing to find my way around ubuntu from other helpful sites, however with a steep learning curve the debs make life alot easier for a commute from XP. Thanks

  5. #5
    Join Date
    Apr 2007
    Beans
    2

    Re: HowTo: install ProjectX

    Damn...

    I have been running ProjectX without any trouble in various Linux and Windows flavours for years; just upgraded my edgy eft to feisty fawn and ProjectX 0.90.4.00 stopped working!

    I run it as usual (either from the icon or with 'java -jar <whatever>/ProjectX.jar'); I get the initial agreement splash (which displays perfectly, by the way), and when the main window opens it's completely grey and empty! Nothing to do with it apart from closing it

    Has anybody run into a similar problem? I have tried switching VMs (java 5, java 6, etc.) to no avail. I have rebuilded the package with the same results. I have installed the provided .deb, just in case it helped: nothing. I have tried to run previous version's jars (0.81, 0.82) and... they work fine !!! I'm clueless and can't think of anything else to try... hence the call for help

    Any tips would be much appreciated. Thanks!

  6. #6
    Join Date
    Apr 2007
    Beans
    2

    Re: HowTo: install ProjectX

    I reply myself with new data on the subject.

    The short anwser: Beryl.

    The long answer: ProjectX 0.90 doesn't get along well with Beryl desktop enhancements, and doesn't display the window correctly (at all!). Selecting Metacity (default Gnome window manager) as window manager solved the problem. Haven't tried with Compiz yet.

    Hope this helps somebody else!

  7. #7
    Join Date
    Jun 2006
    Beans
    Hidden!

    Re: HowTo: install ProjectX

    Hope this helps somebody else!
    it did!

    i had to do everything via cli. if i have to turn of beryl each time, guess i'll just continue doing so. would be great if beryl could be disabled for certain apps though

  8. #8
    Join Date
    Sep 2006
    Beans
    27

    Re: HowTo: install ProjectX

    Quote Originally Posted by RangerOne View Post
    Damn...
    ...I get the initial agreement splash (which displays perfectly, by the way), and when the main window opens it's completely grey and empty! Nothing to do with it apart from closing it...
    Same here. Running Feisty too. Tried ProjectX 0.90.3.00, 0.90.3.01, 0.90.4.00.
    Last edited by ls8; April 30th, 2007 at 07:50 AM.

  9. #9
    Join Date
    Nov 2004
    Beans
    173

    Re: HowTo: install ProjectX

    you probably run with beryl
    just edit projectx.sh
    so just verify to add 2 lines in your file::

    #!/bin/sh
    #
    # startscript for ProjectX
    #
    export J2SE_PREEMPTCLOSE=1
    export AWT_TOOLKIT=MToolkit

    cd /usr/share/projectx
    java -jar ProjectX.jar


    it will work

  10. #10
    Join Date
    Aug 2007
    Beans
    2

    Re: HowTo: install ProjectX

    Sweet!!

    I'm running compiz and had the blank screen problem. I edited projectx.sh in /usr/bin asper your instructions and it worked perfectly.

    Many thanks,

    BB

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
  •