This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dslab:addvideowall [2011/02/05 18:16] – hps1 | dslab:addvideowall [2011/02/05 18:29] (current) – hps1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | How to add a Clean Debian 6.0 Computer to a pre-existing video wall | ||
+ | ==Step 0: Log in as root== | ||
+ | |||
+ | ==Step 1: Install X and Fluxbox== | ||
+ | < | ||
+ | |||
+ | == Step 2: Add .xinitrc == | ||
+ | Add < | ||
+ | < | ||
+ | |||
+ | ==Step 3: Edit / | ||
+ | it will read: | ||
+ | < | ||
+ | #!/bin/sh | ||
+ | |||
+ | exec /usr/bin/X -nolisten tcp " | ||
+ | </ | ||
+ | |||
+ | remove the " | ||
+ | < | ||
+ | #!/bin/sh | ||
+ | |||
+ | exec /usr/bin/X " | ||
+ | </ | ||
+ | |||
+ | ==Step 4:== | ||
+ | Start X | ||
+ | |||
+ | < | ||
+ | Xorg | ||
+ | </ | ||
+ | |||
+ | ==Step 5: Configure X access control== | ||
+ | On another virtual terminal: | ||
+ | < | ||
+ | # export DISPLAY=:0 | ||
+ | # xhost + | ||
+ | </ |