Page 29 of 31 FirstFirst ... 192728293031 LastLast
Results 281 to 290 of 309

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

  1. #281
    Join Date
    May 2009
    Beans
    40

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

    A easy to "get" over 1000 presets is to copy the contents of all of the preset folders in the source code folder to /usr/share/projectM/all.

    Here are instructions if you want to create a shell script to do it for you

    Code:
    nano
    paste in
    Code:
    #!/bin/bash
    
    sudo mkdir /usr/share/projectM/all  
    cd /usr/local/src/projectm/projectM-Trunk/  #source location
    sudo cp -f presets_milkdrop/* /usr/share/projectM/all  
    sudo cp -f presets_milkdrop_200/* /usr/share/projectM/all  
    sudo cp -f presets_test/* /usr/share/projectM/all  
    sudo cp -f presets/* /usr/share/projectM/all  
    sudo cp -f presets_milkdrop_104/* /usr/share/projectM/all  
    sudo cp -f presets_projectM/* /usr/share/projectM/all 
    sudo cp -f presets_yin/* /usr/share/projectM/all
    Ctrl+o

    save it with a name ending with .sh
    Code:
    chmod 777 [name].sh
    Code:
    ./[the name you name chose].sh
    Last edited by Gryphen; June 22nd, 2010 at 03:23 AM.

  2. #282
    Join Date
    Jul 2006
    Beans
    37
    Distro
    Ubuntu 6.06

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

    Quote Originally Posted by Psychoscorpic View Post
    Hi "Humiliation"
    I get the same error (using the 64bit DEB supplied here by enlight22)
    Used Synaptic to "Remove completely" the libprojectm2 package and it's associate, but still same error.

    Lucid 64bit, fresh install.
    Ah! Discovered another projectm file was installed in Synaptic and killed it too. Re-ran the .DEB and all is as it should be! ProjectM now appears in Sound & Video and settings worl fine.
    Used the Menu (M) to install the pile of Milk presets that came in the archive. I'm smiling again now.

  3. #283
    Join Date
    Jun 2009
    Beans
    18

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

    It took me about 2 hours to get projectm installed on Ubuntu 10.04. These are my solutions for specific problems.

    During ccmake "libvisual 0.4 not found": assuming you've already install all of the libvisual components properly, comment out with #'s anything to do with verifying libvisual installation inside of 'projectM-libvisual/CCMakeLists.txt' and ' projectM-libvisual-alsa/CCMakeLists.txt'...
    Code:
    #pkg_search_module(LIBVISUAL REQUIRED libvisual-0.4) 
     
    if (LIBPROJECTM_FOUND) 
    MESSAGE (STATUS "[projectM-libvisual] projectM detected.") 
    else(LIBPROJECTM_FOUND) 
    MESSAGE (FATAL_ERROR "projectM NOT detected. Please install the projectM  module or build from the top level projectM source directory.") 
    endif(LIBPROJECTM_FOUND) 
     
    #if(LIBVISUAL_FOUND) 
    #MESSAGE(STATUS "[projectM-libvisual] libvisual detected.") 
    #else(LIBVISUAL_FOUND) 
    #MESSAGE(FATAL_ERROR "libvisual 0.4 not found! Please visit  http://libvisual.sf.net and download the module.") 
    #endif(LIBVISUAL_FOUND)
    during make step still having problems finding libvisual/libvisual.h:
    Code:
    sudo ln -s /usr/lib/libvisual-0.4/libvisual/ /usr/lib/libvisual
    "error: X11/extensions/xf86vmode.h: No such file or directory":
    Code:
    sudo apt-get install libxxf86vm-dev
    errors compiling the libvisual-alsa stuff, first error was to do with undefined 'visual_init': just turn OFF inside ccmake INCLUDE_LIBVISUAL_ALSA
    Last edited by jchedstrom; July 5th, 2010 at 08:43 PM.

  4. #284
    Join Date
    Jul 2009
    Beans
    850
    Distro
    Ubuntu Development Release

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

    im on lucid with nvidia geforce 8600M and getting a seg fault (compiled fine though):
    Code:
    ./projectM-test
    dir:/usr/local/share/projectM/config.inp 
    reading ~/.projectM/config.inp 
    Screen Resolution: 1280 x 800
    [projectM] config file: /home/nerdy_kid/.projectM/config.inp
    No Textures Loaded from /usr/local/share/projectM/textures
    Segmentation fault
    how would i get at least a backtrace?
    "Microsoft Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition." Jargon File 4.4.7

  5. #285
    Join Date
    Jul 2009
    Beans
    850
    Distro
    Ubuntu Development Release

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

    Quote Originally Posted by nerdy_kid View Post
    im on lucid with nvidia geforce 8600M and getting a seg fault (compiled fine though):
    Code:
    ./projectM-test
    dir:/usr/local/share/projectM/config.inp 
    reading ~/.projectM/config.inp 
    Screen Resolution: 1280 x 800
    [projectM] config file: /home/nerdy_kid/.projectM/config.inp
    No Textures Loaded from /usr/local/share/projectM/textures
    Segmentation fault
    how would i get at least a backtrace?
    backtrace:
    Code:
    rogram received signal SIGSEGV, Segmentation fault.
    0x00362f17 in FTSize::CharSize(FT_FaceRec_**, unsigned int, unsigned int, unsigned int) () from /usr/lib/libftgl.so.2
    disabled ftgl fonts and problem solved
    "Microsoft Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition." Jargon File 4.4.7

  6. #286
    Join Date
    Nov 2006
    Beans
    8
    Distro
    Kubuntu Development Release

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

    With this error: No Textures Loaded from /usr/share/projectM/textures
    i just corrected font paths in /home/user/.projectM/

    Title Font = /usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
    Menu Font = /usr/share/fonts/truetype/ttf-bitstream-vera/VeraMono.ttf

    after that projectm-pulseaudio works in Meerkat. I don't know if it's the right way but it works for me.

  7. #287
    Join Date
    Sep 2006
    Beans
    106

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

    Afi--your a

    Correcting the fonts path has done the trick for me!

    Using the 64-bit Deb with Maverick Meerkat.

    I wonder if thats the problem with the install from Synaptic??


    eddie

  8. #288
    Join Date
    Dec 2006
    Location
    Ohio, USA
    Beans
    38

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

    Quote Originally Posted by jchedstrom View Post
    during make step still having problems finding libvisual/libvisual.h:
    Code:
    sudo ln -s /usr/lib/libvisual-0.4/libvisual/ /usr/lib/libvisual
    Think you made a typo here. /usr/lib should be /usr/include. Otherwise, it worked for me. Thanks.

  9. #289
    Join Date
    Mar 2007
    Beans
    194
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    The program 'ccmake' is currently not installed. You can install it by typing:
    sudo apt-get install cmake-curses-gui

  10. #290
    Join Date
    Jan 2010
    Beans
    10
    Distro
    Ubuntu 10.04 Lucid Lynx

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

    Thank you for that, proteusmoteus! I just switched my 32 bit to lucid to 64 bit, and just about everything came back from the repos (Synaptic > File > Save markings, in case anyone is interested) but I had forgotten how much hassle it had been to compile projectm. Boy was I not looking forward to that!

    But clicking on your deb, on the other hand, was sweet and effective!

Page 29 of 31 FirstFirst ... 192728293031 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
  •