Ignore:
Timestamp:
Nov 25, 2008 9:34:52 AM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/start_viz.sh.in

    r1231 r1233  
    2525export PATH LD_LIBRARY_PATH PYMOL_PATH
    2626
    27 nscreens=`lspci | fgrep VGA | wc -l`
    28 nanoscale="${dir}/bin/nanoscale -S${nscreens} -b $nanoscale_port -s $broadcast"
     27nvideo=`lspci | fgrep VGA | wc -l`
     28nanoscale="${dir}/bin/nanoscale -x ${nvideo} -b $nanoscale_port -s $broadcast"
    2929nanovis="${dir}/bin/nanovis -p ${dir}/lib/shaders:${dir}/lib/resources"
    3030pymolproxy="${dir}/bin/pymolproxy ${dir}/bin/pymol -p -q -i -x -X 0 -Y 0"
Note: See TracChangeset for help on using the changeset viewer.