Changes between Version 4 and Version 5 of UfoServer
- Timestamp:
- Feb 6, 2012, 10:46:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UfoServer
v4 v5 11 11 * SSH on ports 22 and 24 12 12 * NX server over SSH 13 * VirtualGL (OpenGL forwarding) 13 14 14 15 == Hardware == … … 103 104 bitmap: 0/3 pages [0KB], 65536KB chunk 104 105 }}} 106 * mdadm.conf 107 {{{ 108 DEVICE containers partitions 109 ARRAY /dev/md0 UUID=7c032686:e8861a19:9ccb43c3:8f25011e 110 ARRAY /dev/md1 UUID=4a18bb5c:4b4b4490:929fdc08:99b65f2f 111 ARRAY /dev/md2 UUID=8e7c863e:3a75af81:321862ae:d679602e 112 }}} 105 113 * fstab 106 114 {{{ … … 123 131 * Console tools 124 132 * Development: Kernel, Gnome, Python 133 * Default compiler: gcc-4.3 134 * Downgrade to gcc 4.3 (gcc-4.6 is not compatible with the latest CUDA toolkit) 135 {{{ 136 zypper ar http://download.opensuse.org/repositories/devel:/gcc/openSUSE_12.1/devel:gcc.repo 137 zypper install gcc43 gcc43-c++ gcc43-locale 138 for name in `rpm -ql gcc43 gcc43-c++ | grep "/usr/bin"`; do ln -sf $name /usr/bin/`basename $name -4.3`; done 139 }}} 125 140 * CUDA 126 141 * Driver: 285.05.32 127 142 * Toolkit: 4.1 (installed into /opt/cuda) 128 143 * SDK: 4.1 (installed into /opt/cuda/sdk) 144 * Additional Software 145 * Install FreeNX server to allow remote desktop 146 {{{ 147 zypper ar http://download.opensuse.org/repositories/X11:/RemoteDesktop/openSUSE_12.1/X11:RemoteDesktop.repo 148 zypper install FreeNX 149 nxsetup 150 }}} 151 * Install VirtualGL to provide OpenGL forwarding 152 {{{ 153 }}} 129 154 * PyHST 130 155 * UFO Framework