How to start CDE/JDS with xinit command

How to start CDE/JDS with xinit command

作者: Badcoffee
Email:
blog.oliver@gmail.com
2005年2月

原文出处: http://blog.csdn.net/yayong
版权所有: 转载时请务必以超链接形式标明文章原始出处、作者信息及本声明


 
Test environment: Solaris 10 / serial console access
Test step: login as root though serial console

1. Start CDE session with Xorg

export PATH=/usr/openwin/bin:$PATH;xinit /usr/dt/bin/Xsession -- /usr/X11/bin/Xorg -dev /dev/fb0 -allowMouseOpenFail &

2. Start JDS session with Xorg

export PATH=/usr/openwin/bin:$PATH;xinit /usr/dt/config/Xinitrc.jds -- /usr/X11/bin/Xorg -dev /dev/fb0 -allowMouseOpenFail &

3. Auto start scripts under rc3.d:

su - root -c "PATH=/usr/openwin/bin:$PATH;export PATH;xinit /usr/dt/config/Xinitrc.jds -- /usr/X11/bin/Xorg"
 

posted on 2005-02-23 07:48  爱你一万年123  阅读(99)  评论(0编辑  收藏  举报

导航