Page 23 of 31 FirstFirst ... 132122232425 ... LastLast
Results 221 to 230 of 309

Thread: Howto: Install and use projectM music visualizer with pulseaudio support on Hardy

  1. #221
    Join Date
    Sep 2007
    Beans
    5

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    I get this working by running projectM-test but, as said Mr.Roger, it has no menu.
    Any help?

  2. #222
    Join Date
    Dec 2005
    Location
    Amsterdam - Netherlands
    Beans
    90
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    Followed tutorial, and it is working great!!

    Any idea how to get this to work as wall paper or screensaver?

  3. #223
    Join Date
    May 2009
    Beans
    14

    Re: Howto: Install and use projectM music visualizer from svn on Hardy

    Quote Originally Posted by redmistpete View Post
    Followed the tutorial step-by-step. Didn't work; it fell at the last hurdle - it says:

    cMake Error: Error in make code at
    /home/peter/projectm/projectM-Trunk/src/libporjectM/cMakeLists.txt:5:
    Unknown CMake command "cmake_policy".

    Any ideas as to what wet wrong please? Cheers.
    Fixed this by upgrading from 8.04 to 9.04.

    I have then run into the "segmentation fault" problem described here:
    http://ubuntuforums.org/showthread.php?t=1125440

    the fix at the very end
    Quote Originally Posted by Grindolin View Post
    I tried to change the options in the ccmake configuration to get projectM work.
    When I switched the use of frame-buffer objects off (set USE_FBO to "off") it finally worked..
    worked for me there.

    I then ran into the blackscreen problem here: http://sourceforge.net/tracker/?func...01&atid=637260
    Using the workaround described there worked.


    I'm using Ubuntu 9.04 on a Nvidia Geforce mx440, german (non-english).
    Since all this took me a while I'll post this here.. hope it helps someone


    Kind Regards
    Last edited by aYs-Halo; June 1st, 2009 at 07:26 PM.

  4. #224
    Join Date
    May 2009
    Beans
    5

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    Thanks for the tip. After changing the local it realy works. Now the wired behaviour also makes sense, if dots are changed with commas...

    Only problem I have now is, how can I set LC_NUMERIC=C in the .desktop file? So that I can start it without the terminal.

  5. #225
    Join Date
    Sep 2007
    Beans
    5

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    Thanks a lot!

    It works for me too. The only thing I needed to do was to launch the program by typing:

    LC_NUMERIC=C projectM-pulseaudio


    instead of

    projectM-pulseaudio



    cheers

  6. #226
    Join Date
    May 2009
    Beans
    5

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    To fix the localization problem (switching , and . when reading presetfile) do the following:

    Open file projectM/src/projectM-pulseaudio/qprojectM-pulseaudio.cpp. And go to line 91:

    After the line "QApplication app ( argc, argv );" you should add a new line with "setlocale(LC_NUMERIC, "C"); // Fix".

    The code should now look like that:
    Code:
    int main ( int argc, char*argv[] )
    {
        int i;
        char projectM_data[1024];
    
        QApplication app ( argc, argv );
        
        setlocale(LC_NUMERIC, "C"); // Fix
    
        std::string config_file;
        config_file = read_config();
    
        
        QMutex audioMutex;
    Now you can recompile and start the application normaly.

    Greetings Mr. Roger

  7. #227
    Join Date
    May 2009
    Beans
    14

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    Anyone know how i would start projectM in fullscreen mode?

    changing the "fullscreen =" line to true (in the config.inp) doesnt work.

    Nevermind.. I didnt think of the possibility that there is a checkmark in the gui for this. Way too easy
    Last edited by aYs-Halo; June 2nd, 2009 at 05:04 PM.

  8. #228
    Join Date
    Sep 2007
    Beans
    5

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    Quote Originally Posted by aYs-Halo View Post
    Anyone know how i would start projectM in fullscreen mode?
    open ProjectM

    type

    m

    then click "settings"
    and tick "Fullscreen on startup"

    restart projectM and you're done!

  9. #229
    Join Date
    May 2009
    Beans
    15

    Re: Howto: Install and use projectM music visualizer from svn on Hardy

    Quote Originally Posted by aYs-Halo View Post
    Fixed this by upgrading from 8.04 to 9.04.

    I have then run into the "segmentation fault" problem described here:
    http://ubuntuforums.org/showthread.php?t=1125440

    the fix at the very end

    worked for me there.

    I then ran into the blackscreen problem here: http://sourceforge.net/tracker/?func...01&atid=637260
    Using the workaround described there worked.


    I'm using Ubuntu 9.04 on a Nvidia Geforce mx440, german (non-english).
    Since all this took me a while I'll post this here.. hope it helps someone


    Kind Regards

    You mean in order to get it to work on Hardy.... I have to use Intrepid?

    rofl

  10. #230
    Join Date
    May 2009
    Beans
    14

    Re: Howto: Install and use projectM music visualizer with pulseaudio support on Hard

    I don't know, I'm sure there's another way.. but that's what worked for me.

Page 23 of 31 FirstFirst ... 132122232425 ... 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
  •