[ Printer Friendly Page ]
[ E-mail this Document to Someone ]
[ Was this document useful? Yes or No ]
Infodoc ID |
|
Synopsis |
|
Date |
10596 |
|
How to bring up Openwindow at boot time |
|
8 Dec 1994 |
Use following procedure to being OpenWindows up at boot time:
1. Create a file similar to the one shown below and name it S90Openwindows.
#! /bin/sh
HOME=/
export HOME
chmod 666 /dev/console
/usr/openwin/bin/openwin
2. Copy the file to /etc/rc3.d.
3. chmod +x S90Openwindows.
4. Modify the file /etc/logindevperm as shown below:
/dev/console 0666 /dev/mouse:/dev/kbd
/dev/console 0666 /dev/sound/* # audio devices
/dev/console 0666 /dev/fbs/* # frame buffers
5. Reboot two times. <== This is very important.
Top
Sun Proprietary/Confidential: Internal Use Only
Feedback to SunSolve Team