How to add a Clean Debian 6.0 Computer to a pre-existing video wall
apt-get install xserver-xorg xinit fluxbox
Add
/root/.xinitrc
and give it one line:
xterm
it will read:
#!/bin/sh exec /usr/bin/X -nolisten tcp "$@"
remove the “-nolisten tcp” so that the file reads:
#!/bin/sh exec /usr/bin/X "$@"
Start X
Xorg
On another virtual terminal:
# export DISPLAY=:0 # xhost +