How to start CDE/JDS with xinit command

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

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"
 


本文关键:How to start CDE/JDS with xinit command
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top