歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Unix知識 >> Unix基礎知識 >> UNIX常用命令大全(47)

UNIX常用命令大全(47)

日期:2017/2/25 10:11:32   编辑:Unix基礎知識
圖形窗口配置
1.雙屏配置
(1) 命令行:/usr/openwin/bin/openwin -dev /dev/fb0 -dev /dev/fb1

(2) CDE配置文件:/usr/dt/config/Xservers
2.顯卡分辨率調整
(1) ffbconfig # creator ,creator3d
(2) m64config # PGX8,24
(3) afbconfig # m3,m6
命令格式:order -res mode
mode : ? 或 1280x1024x76
查看配置: order -prconf
3.xwininfo 分辨率確認
4.xhost xserver訪問控制
命令格式: xhost + #使能客戶訪問

5.openwin 初始化
/usr/openwin/lib/openwin-init $home/.openwin-init
/usr/openwin/lib/openwin-menu-programs
6.CDE桌面初始化
/usr/dt/conifg/C/dtwmrc
詳細資源 man dtwmrc
.cde日志
$home/.dt/errorlog; $home/.dt/startlog;/var/dt/Xerrors
.雙屏定義第二工作台
Keys DtKeyBindings
{
MetaRight root|icon|window f.next_workspace
MetaLeft root|icon|window f.prev_workspace
}
.Menu DtRootMenu
{ “WorkSpace” f.title
“Cmdtool” f.exec “/usr/openwin/bin/cmdtool”
}
7.終端窗口控制字符
erase ^H intr ^C kill ^U start ^Q stop ^S susp ^Z
定義方式:stty erase ^H
*注 此功能在rlogin,telnet遠程服務器後常需使用
Copyright © Linux教程網 All Rights Reserved