id: 10163    nodeId: 10163    type: General    point: 121.0    linkPoint: 5.0    maker: cella    permission: linkable    made at: 2006.08.25 15:56    edited at: 2012.03.12 18:45
mac os x에서 X11 사용
1. insert the insall cd1 and click "Install ..." and follow the instructions.
2. X11 icon will appear in utility folder. Click it.
3. xterm will run.
4. telnet remoteHost
5. In the remoteHost, vi /etc/hosts.allow to include the IP address of this local host.
6. In the remoteHost, setenv DISPLAY "localHost'sIPaddress:0.0"
7. In the localHost, xhost +remoteHost'sIPaddress to allow the connection
8. In the remoteHost, xterm
9. For xterm default options, make .Xdefaults in your home directory, such as
xterm*font: -schumacher-clean-bold-r-normal--16-160-75-75-c-80-iso646.1991-irv
xterm*ScrollBar: on
xterm*Background: black
xterm*Foreground: light grey

Return to mac os x에서 X11 사용