Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
one minute guide to use headless X window
Hi,
I've just started wondering that these days fancy desktop
morons overwhelmed "the correct way to use X" of old
g'days. Here is the very short summary to meet nostalgia.
1. rm Xservers; ln -s Xservers.fs Xservers
2. de-# for '#*' line in xdm-config
3. !-out "DisplayManager.requestPort" line.
4. if prefer, add "DisplayManager.sourceAddress: True" line.
$DISPLAY will have decimal dotted notation hostname which
may be useful for multiple NIC environment.
5. cat <<EoF > $HOME/.xsession; chmod 755 $HOME/.xsession
#!/bin/sh
xterm &
twm
EoF
And then try to ping XDM with correctly engineered xdm capable
Xserver program and see what X window desktop should look
like. You would have entertainments to tune the .xsession file
afterwards.
Toru Nishimura / ALKYL Technology
Home |
Main Index |
Thread Index |
Old Index