| 1 | = Quickstart = |
| 2 | |
| 3 | == Hardware == |
| 4 | |
| 5 | === Installing monitors on the stands === |
| 6 | |
| 7 | Requirements for a single team: |
| 8 | * two ladders, |
| 9 | * 2 10mm wrenches, |
| 10 | * 17mm wrench, |
| 11 | * 2 4mm or 5mm (!!!need to check!!!) hex key or torx, |
| 12 | * phillips screwdriver, |
| 13 | * 3 people. |
| 14 | Overall requirements: |
| 15 | * 5 people |
| 16 | Setup is simple and can be parallelised up to four teams, because there are four seperate stands. |
| 17 | 5 people are required to put higher part of a stand on top of lower part. |
| 18 | It is important to put shelves on the pillars of lower and upper parts before inserting the upper part on top of lower part. |
| 19 | |
| 20 | === Connecting power and DVI cables to each monitor === |
| 21 | |
| 22 | Requirements for a single team: |
| 23 | * proper DVI cables, |
| 24 | * proper power cables, |
| 25 | * ladder, |
| 26 | * 1 person. |
| 27 | |
| 28 | Each monitor has its unique id, which consists of two numbers - first is on X axis, second on Y axis. |
| 29 | X axis values increase from left to right and Y axis values increase from bottom to top (as in first quarter of Cartesian coordinate system). |
| 30 | Both of them range from 0 to 7. |
| 31 | Each DVI and power cable is labeled on both ends with monitor id it should be connected to, therefore before connecting a cable it should be checked whether the cable belongs to specified monitor. |
| 32 | When both cables are connected they should be lead through holes in each shelf. |
| 33 | Power cables can be plugged to an empty power socket on the stand base immediately. |
| 34 | |
| 35 | Again, this job can be parallelised to four or even more teams. |
| 36 | |
| 37 | === Connecting DVI cables to GPUs === |
| 38 | |
| 39 | Requirements: |
| 40 | * connection diagram, |
| 41 | * proper DVI to DP adapters, |
| 42 | * DP to miniDP adapters, |
| 43 | * 1 person. |
| 44 | |
| 45 | Each monitor needs to be connected to the specific GPU port (according to connection diagram) using proper adapter. |
| 46 | Adapters can be passive or active. |
| 47 | Each GPU can have 4 active and 2 passive adapters connected (6 miniDP cards) or 4 active adapters (4 DP and 2 DVI cards). |
| 48 | Passive adapters in 6 miniDP cards need to be connected to first two ports counting from Motherboard (DFP-6 and DFP-5). |
| 49 | |
| 50 | This job can be parallelised according to the number of computers. |
| 51 | |
| 52 | == Software == |
| 53 | |
| 54 | === System installation === |
| 55 | |
| 56 | Currently used operating system on tile machines is Ubuntu Linux 10.04 LTS due to problems with fibre network cards on newer versions. |
| 57 | Installation of the system is normal, Ubuntu installation. |
| 58 | |
| 59 | === Network setup === |
| 60 | |
| 61 | Each tile computer should have specific address tied to network interface it uses to connect with access machine. |
| 62 | Currently, addresses from 192.168.80.0/24 network are used. First address (192.168.80.1) is used by access machine. |
| 63 | Tile computers have addresses in form 192.168.80.{10+tile_number}, where tile_number starts from 0. |
| 64 | Addresses can be assigned staticly using /etc/network/interfaces file. |
| 65 | Each tile computer should also have the hostname set to SAGE-tile{tile_number} and access computer to SAGE-access for easier access. |
| 66 | As there is no DNS server running, hostnames should be assigned to IPs using /etc/hosts file on each machine. |
| 67 | |
| 68 | === Xorg setup === |
| 69 | |
| 70 | Each GPU needs to run a seperate Xorg Screen containing 6 monitors. |
| 71 | Sample xorg.conf file can be found in the repository. |
| 72 | |
| 73 | === Environment configuration === |
| 74 | See: |
| 75 | * [[SageInstallation|SAGE]] |
| 76 | * [[EqualizerInstallation|Equalizer]] |