Sun Solaris 用户手册 -- 十二.图形窗口配置
发布时间:2006-10-14 8:47:25   收集提供:gaoqian


1.双屏配置

(1) /usr/openwin/bin/openwin -dev /dev/fb0 -dev /dev/fb1

(2) /usr/dt/config/Xservers 文件

2.ffbconfig 分辨率调整

命令格式:ffbconfig -dev /dev/fb0 -res mode

此命令只针对creator,creator3D卡

mode : ? 或 1280x1024x76

查看 creator/creator3d: ffbconfig -prconf 

3.xwininfo 分辨率确认 

4.xhost

命令格式: xhost + 〈- 使能客户显示

5.openwin 初始化

/usr/openwin/lib/openwin-init $home/.openwin-init

/usr/openwin/lib/openwin-menu-programs

6.CDE桌面初始化

/usr/dt/appconifg/C/sys.dtwmrc

7.终端窗口控制字符

erase ^H intr ^C kill ^U start ^Q stop ^S susp ^Z

定义方式:stty erase ^H
 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50