Changes between Version 13 and Version 14 of UfoServer


Ignore:
Timestamp:
Feb 11, 2012, 2:54:49 AM (13 years ago)
Author:
Suren A. Chilingaryan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UfoServer

    v13 v14  
    125125usbfs                /proc/bus/usb        usbfs      noauto                0 0
    126126devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
     127
     128anka-tomo2.ka.fzk.de:/mnt/tomoraid3 /mnt/tomoraid3 nfs defaults 0 0
     129lsmb01.lsdf.kit.edu:/gpfs/lsdf/anka /mnt/tomoraid-LSDF nfs defaults 0 0
    127130}}}
    128131
     
    133136
    134137 * openSUSE 12.1
     138 * Desktop: Gnome
    135139 * Development: Kernel, GNOME, Python
    136  * Default compiler: gcc-4.3
    137  * Important packages:
    138 {{{
    139 zypper install bzr
    140 zypper install cmake
    141 }}}
    142  * Additional packages:
    143 {{{
     140
     141=== Additional Packages ===
     142
     143{{{
     144zypper install bzr cmake
    144145zypper install sshfs
    145 }}}
     146zypper install freeglut-devel openmpi-devel fftw3-devel python-imaging python-numpy-devel
     147zypper install gcc gcc-c++ glib2-devel json-glib-devel
     148zypper install gobject-introspection-devel python-gobject2
     149zypper install gtk-doc python-Sphinx
     150zypper install libtiff-devel
     151}}}
     152
     153=== Camera Drivers ===
     154 * Get Silicon Software driver and SDK
     155  * Download from [http://www.silicon-software.de/en/download.html here]
     156  * Driver version 3.9.14/4.0.3 is tested. Get it [http://www.silicon-software.de/download/systemsoftware/Linux/menable_linuxdrv_src_3.9.14_4.0.3.tar.bz2 here]
     157  * SDK version 5.1.2 is tested. Get it [http://www.silicon-software.de/download/systemsoftware/Linux/siso-rt5-5.1.2-1.x86_64.rpm 1] [http://www.silicon-software.de/download/systemsoftware/Linux/siso-rt5-devel-5.1.2-1.x86_64.rpm 2] [http://www.silicon-software.de/download/systemsoftware/Linux/siso-rt5-gui-5.1.2-1.i586.rpm 3]
     158 * Install menable driver for Silicon Software micronEnable CameraLink frame-grabber
     159  * Extract source
     160  * For post 3.2 kernels, you may need to apply a patch [attachment:menable-ds.patch]
     161  * Compile with default compiler (the system will crash if you use different version of compiler to build kernel and modules). Please, be careful here, if you have already installed CUDA and set default compiler to gcc-4.3, you need temporarily to revert to gcc-4.6 to build the kernel module!
     162  * Install and load the module
     163{{{
     164tar xjf menable_linuxdrv_src_3.9.14_4.0.3.tar.bz2
     165cd menable_linuxdrv_src_3.9.14_4.0.3
     166cat menable-ds.patch | patch -p 1
     167make
     168make install
     169depmod -a
     170modprobe menable
     171}}}
     172  * Install SDK RPMs
     173{{{
     174rpm -i siso-rt5*.rpm
     175}}}
     176
     177=== FreeNX ===
     178
     179Install FreeNX server to allow remote desktop
     180{{{
     181zypper ar http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_12.1/X11:RemoteDesktop.repo
     182zypper install FreeNX
     183nxsetup
     184}}}
     185
     186=== VirtualGL ===
     187
     188Install VirtualGL to provide OpenGL forwarding (HOW?)
    146189
    147190=== CUDA ===
    148 
    149191 * Downgrade to gcc 4.3 (gcc-4.6 is not compatible with the latest CUDA toolkit)
    150192{{{
     
    168210
    169211=== UFO Framework ===
    170 
    171  * Necessary build packages
    172 {{{
    173 zypper install gcc gcc-c++ glib2-devel json-glib-devel
    174 }}}
    175  * Recommended packages
    176 {{{
    177 zypper install gobject-introspection-devel python-gobject2
    178 zypper install gtk-doc python-Sphinx
    179 zypper install libtiff-devel
    180 }}}
     212 * Install [source:vogelgesang/libpco] and [source:vogelgesang/libuca] to add support for PCO cameras
    181213 * Install [source:vogelgesang/ufo-core] and [source:vogelgesang/ufo-filters] according to the [http://ufo.kit.edu/extra/manual/html/install-linux.html#installation-linux manual].
    182214
    183215=== PyHST ===
    184216
    185  * Necessary build packages:
    186 {{{
    187 zypper install freeglut-devel
    188 zypper install openmpi-devel
    189 zypper install fftw3-devel
    190 zypper install python-imaging
    191 zypper install python-numpy-devel
    192 }}}
    193217 * Currently installed in `/opt/pyhst`
    194218 * To build from [source:pyhst/pyhst]
     
    226250}}}
    227251
    228 === FreeNX ===
    229 
    230 Install FreeNX server to allow remote desktop
    231 {{{
    232 zypper ar http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_12.1/X11:RemoteDesktop.repo
    233 zypper install FreeNX
    234 nxsetup
    235 }}}
    236 
    237 === VirtualGL ===
    238 
    239 Install VirtualGL to provide OpenGL forwarding (HOW?)
    240 
    241 
    242252== Usage ==
    243253 * Reset failed GPU devices