Question : Problem: Solaris 10 open window command

Hi, where is the openwindow command in solaris 10 like startx in linux, and how could I change keyboard configuration from shell.

Answer : Problem: Solaris 10 open window command

X11 will be started as a "session" from CDE's login process "dtlogin"

Therefore, no "startx" or "openwin" required anymore.

Depending on the X11 server you want to use (on Solaris x86/x64), you will either use
  kdmconfig -cvf   (for Xsun, Sun's X11 server)
or any of the following for Xree86 (the first two are identical, the third uses a small GUI)
  /usr/X11/bin/Xorg -configure
  /usr/X11/bin/xorgconfig
  /usr/X11/bin/xorgcfg

If you have a Sun (SPARC) workstation, there is no need for kdmconfig as the OS detects the correct harware setting automagically ;-)
Random Solutions  
 
programming4us programming4us