...
- Find the file pointed to by /var/dt/Xservers. It will probably be /usr/dt/config/Xservers.nc. Edit this file, and make sure the line “* Local local@console /usr/bin/X11/X :0” is commented out. This stops the emulated system from trying to start an X-Server on the local hardware.
- Add an entry for the Windows Host in /etc/hosts.
- If you want to be able to log in as “root”, add a line to the end of /etc/securettys with the value “<windows-host>:0”, where “<windows-host> is the name you added to /etc/hosts.
Make sure there is a symbolic link from
/sbin/rc3.d/S95xlogin
to/sbin/init.d/xlogin
. If not, create it using:ln -s /sbin/init.d/xlogin /sbin/rc3.d/S95xlogin
...