Steps to fresh Linux install.
I did not have to install any extra packages outside of updates, no troubles in need of shooting arose and no files were in need of editing.
To set up remote desktop do the following..
Steps to set up a video wall
' scp /etc/X11/xorg.conf 10.80.2.194 '
- Next we needed to install Fluxbox to have a window manager; ' **aptitude install fluxbox** ' on both systems * To set the screens to either act verticly or horizantly under the /etc/X11 directory we needed to edit the xorg.conf file on both systems. Under the "device" section we need to add **Option "MetaModes" "1280x1024 +0+0, 1802x1024 +0+0"** * - Use **xhost +** to enable network communitcations on both machines. - Use export** DISPLAY=10.80.2.194;0** to set the monitors of the second machine to display what is on the first machine. - Installing Xdmx by using **aptitude install xdmx**, on both machenes. (Make sure both machenes are set to the same resolution) - At this point we where able to launch the fluxbox desktop on both systems. - Then we created a confiuration file that looked like this. startx -- /usr/bin/X11/Xdmx:1 -display 10.80.2.199:0 -display 10.80.2.194:0 -ignorebadfontpaths + xinerana - Patch Xdmx. We retrived the new patches from [[https://launchpad.net/ubuntu/karmic/+source/xorg-server/2:1.6.4-2ubuntu4.2]] (xorg-server_164.org.tar.gz and xorg-server_1.6.4-2ubuntu.4.2.diff) - To patch files and output any errors to an error file, patch -p1 <xorg-server_1.6.4 2>err - All of those patched files should be in the /home/vidwall/xorg-server-1.6.4 directory * config, glx, debian, hw, doc, xkb (all of these should be in the zorg-server-1.6.4 directory) - To compile these dpkg-buildpackage -rfakeroot -us -uc * Remove old files by aptitude remove xdmx (should remove both xdmx and xdmx-tools * To install new, dpkg -i packagename
At this point we should have had a working system, but we did not. This is what else we tried.
NOTE: Because this did not satisfy me I rebuilt the systems using debian Lenny and this process. Once I got this done and tried to bring up the wall I keep having a problem with the mouse. I then googled the problem. The resolution to the problem ended up being to load Xdmx from debian etch. This worked and I was able to bring up the vidoe wall.
First step of this project is to do a fresh install of the physical VM server.
* While running as root run the following….
* Next…
* Next…
* Next…
* Next…
* Next…
* Next
At this point you should reboot, and see your final product up and running!
To do this, you must first have set up the Virtual Machine Server, a how-to on this can be found here…
You must also claim a VM number for yourself, here (Under the VM server users list.)…
After you have claimed your territory follow this walkthrough and enjoy your new VM!
RAID stands for Redudant Array of Inexpensive Disks, it can be incredibly useful for backing up your data, increaseing your disk speed and size, or both!
There are different types of RAID arrays, for more information consult this wiki
There are more types of raid than these, but these are the different types I used.
-To create the virtual raid do the following..