_Sidebar.md
... ...
@@ -9,7 +9,7 @@ SBGrid Consortium Support for Users
9 9
10 10
SBGrid Consortium Support for Site Administrators
11 11
* [Software Installation](installation_admin)
12
-* [Preparing Workstations to run the Software](workstations_setup)
12
+* [Preparing Workstations to run the Software](workstation_setup)
13 13
* [Managing your Installation](managing_install)
14 14
* [Administrator Software Version Overrides](admin_overrides)
15 15
* [SBGrid CentOS/Fedora Mirrors](mirrors)
... ...
@@ -17,8 +17,8 @@ SBGrid Consortium Support for Site Administrators
17 17
18 18
SBGrid Consortium Support for Developers
19 19
* [Resources for Developers](developers)
20
-* [Build and Test Network](build)
20
+* [Build and Test Network](resources)
21 21
22 22
Hardware Support Notes
23
-* [SBGrid Recommended Hardware](hardware)
23
+* [SBGrid Recommended Hardware](recommended)
24 24
* [Setup Stereo 3D](stereo)
workstation_setup.md
... ...
@@ -1,9 +1,9 @@
1
-
2 1
## General
3 2
4 3
* You should use a network installation for workstations and servers if at all possible. NFS, SMB and AFP all work for sharing a single installation among multiple machines. The decreased admin overhead, bandwidth and disk savings of sharing a single installation is a significant benefit.
5 4
6 5
## Linux
6
+Information on configuring 3D stereo can be found [here](stereo)
7 7
8 8
* All Linux machines need installations of a recent version (6.17+) of csh/tcsh. Red Hat Enterprise Linux 6 and other recent distributions usually have an up to date version. There are RPMs for Red Hat/CentOS/Scientific Linux 5.x in the software tree in the architecture specific directories:
9 9
... ...
@@ -16,7 +16,6 @@
16 16
17 17
Packages for RHEL 6, and 7 and compatible machines:
18 18
19
-
20 19
yum install glibc.i686 libgcc.i686 libX11.i686 libXaw.i686 libXext.i686 ncurses.i686 \
21 20
redhat-lsb.i686 xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-75dpi \
22 21
xorg-x11-fonts-ISO8859-1-100dpi xorg-x11-fonts-misc libXScrnSaver
... ...
@@ -25,75 +24,8 @@ Packages for RHEL 6, and 7 and compatible machines:
25 24
* The same 32-bit requirement applies for 64-bit Debian and Ubuntu machines. This is supported via the [Multiarch](https///wiki.debian.org/Multiarch/HOWTO) system. You'll need at least the following packages to run most of the software. Please email us if you discover we have left some out.
26 25
`apt-get install libc6-i386 lsb tcsh gawk libjpeg62 curl libx11-6:i386 libxext6:i386`
27 26
28
-## 3D Stereo on RHEL 7 systems with Gnome 3
29
-
30
-Nvidia 3D stereo typically requires disabling the Composite extension in X.org. Unfortunately, this extension is required to run Gnome 3 and the gdm login mangager supplied as the default desktop in CentOS and many other linux distributions.
31
-
32
-As of version 337.19 of the nvidia driver, some Quadro configurations can operate with the composite extension enabled, but stereo functionality depends on a stereo-aware composite manager. The Composite manager in CentOS7 Gnome3 is not stereo aware and 3D stereo does not work by default.
33
-
34
-In order to use 3D stereo on Gnome3 systems, you can switch from Gnome3/gdm to MATE/lightdm.
35
-The MATE Desktop Environment is the continuation of GNOME 2 which is the default desktop in CentOS 5 and 6.
36
-
37
-To change to MATE on CentOS7 systems, first, install the Extra Packages for Enterprise Linux (EPEL) repo:
38
-
39
-
40
- yum install epel-release
41
-
42
-
43
-Then install the nvidia drivers from epel
44
-
45
-
46
- yum install kmod-nvidia
47
-
48
-
49
-You may find you need these packages as well
50
-
51
-
52
- yum install mesa-libGLU-9.0.0-4.el7.x86_64 libXScrnSaver-1.2.2-6.1.el7.x86_64
53
-
54
-
55
-Next, install lightdm which doesn't require the composite extension.
56
-
57
-
58
- yum install lightdm
59
-
60
-
61
-From there we do a couple of groupinstalls
62
-You may have these rpms installed already, but just for good measure
63
-
64
-
65
- yum group install "X Window System"
66
-
67
-
68
-then
69
-
70
-
71
- yum groupinstall "MATE Desktop"
72
-
73
-
74
-Toggle from gdm to lightdm in systemd using systemctl.
75
-To see what you are using as a 'display manager', check this link
76
-
77
-
78
- ls -l /etc/systemd/system/display-manager.service
79
-
80
-
81
-This is likely pointing to gdm and should be changed to point to lightdm.
82
-You can change that with systemctl.
83
-
84
-
85
- systemctl disable gdm
86
- systemctl enable lightdm
87
-
88
-
89
-And then this will reload you changes, similar to changing runlevels with sysinitV
90
-
91
-
92
- systemctl isolate graphical.target
93
-
94
-
95
-Make sure to select MATE from the drop menu as your graphical before you login.
96 27
## Mac OS X
28
+Information on configuring 3D stereo can be found [here](stereo)
97 29
98 30
* Prior to OS X 10.8, the stock X11 has better compatibility than the Xquartz development version available from MacOSForge. With the OS X 10.8 release, X11 is no longer included by Apple, and you'll need to install the latest Xquartz version offered on the MacOSForge site to run X11-based applications.
99 31