Changes between Version 10 and Version 11 of SageInstallation

Show
Ignore:
Timestamp:
02/01/12 13:16:05 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SageInstallation

    v10 v11  
    7171=== VLC === 
    7272 
    73 VLC is the best movie player for SAGE. Information about it and downloads can be found at [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site]. 
     73VLC is the best movie player for SAGE. Information about it and downloads can be found at [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site]. To use VLC you have to: 
     741. Unpack the archive 
     751. Run ''./configure'' and install any required library 
     761. Change few lines in modules/video_output/sage.cpp file (according to SAGE forum [http://www.sagecommons.org/index.php?option=com_ccboard&view=postlist&forum=4&topic=134&Itemid=70 topic]) [[BR]] 
     77 {{{ 
     78For the colors: you have to swap the bit masks for the RV16 format (WORDS_BIGENDIAN), 
     79line 185 in sage.cpp. After that, it should put the right colors in the right bits.  
     80(I dont remember using 16-bit colors) 
     81 }}} 
     821. If you have any problems during compilation, on the bottom of [http://www.vislab.uq.edu.au/research/optiputer/software/vlc/ developer site] there are most common issues and solutions. 
     831. Create configuration files for SAGE: 
     84 * go to ~/.sageConfig/applications directory 
     85 * make 2 copies of any configuration file you have already used and name it vlc.conf and cvlc.conf 
     861. Run ''vlc'' (with user interface) or ''cvlc'' (without user interface) with the syntax: 
     87 {{{ 
     88{vlc|cvlc} --vout sage [--no-video-title-show] [--loop] filename 
     89 }}} 
    7490 
    7591=== mplayer === 
     92 
     93Mplayer is slightly less effective when displaying videos on SAGE wall, but is still a very nice player. To use you have to: 
     94 
     951. Download the package from [http://www.sagecommons.org/phocadownload/applications/mplayer-1.0rc3.tar.gz developer site] 
     961. Unpack the archive 
     971. Run ''./configure'' 
     981. ''make'' and ''sudo make install'' 
     991. Create configuration files for SAGE: 
     100 * go to ~/.sageConfig/applications directory 
     101 * make a copy of any configuration file you have already used and name it mplayer.conf 
     1021. Run ''mplayer'' with the syntax: 
     103 {{{ 
     104mplayer -vo sage [-loop 1] filename 
     105 }}} 
     106 
    76107 
    77108=== !FileViewer ===