SunSolve Internal

 

  Simple Search | Advanced Search | Product Search | Tips | Investigation Wizard

 Search for in

Printer Friendly Page ] [ E-mail this Document to Someone ]
Was this document useful? Yes or No ]

Jump to
Infodoc ID   Synopsis   Date
10596   How to bring up Openwindow at boot time   8 Dec 1994

Description Top
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.
Product Area Windows
Product OpenWindows
OS Solaris 2.3
Hardware any

Top

SunWeb Home SunWeb Search SunSolve Home Simple Search

Sun Proprietary/Confidential: Internal Use Only
Feedback to SunSolve Team