[root@szm sdb8]# echo $DISPLAY
:0.0---------------------主机名:显示号码/显示的屏幕

[root@szm sdb8]# metacity-------------X窗口管理器

[root@szm sdb8]# startx -- :1------------第二个XServer,Ctrl+F8切换

 主配置文件目录:/etc/X11/
应用程序目录(包含字体文件):/usr/share/X11/

/etc/X11/xorg.conf:
ServerLayout:将其他的Section包含在这个字段内
InputDevice:输入设备如:鼠标键盘
Device:显卡芯片配置信息
Screen:显示器的分辨率
Monitor:显示器的设备类型
Files:字体文件目录

 

[root@szm X11]# system-config-keyboard
[root@szm X11]# cat /etc/sysconfig/keyboard
KEYTABLE="us"
MODEL="pc105+inet"
LAYOUT="us"
KEYBOARDTYPE="pc"

虚拟终端下的鼠标:gpm,配置文件在/etc/X11/xorg.conf

系统语言:[root@szm X11]# system-config-language

字体控制服务:xfs,它为X服务器提供可用的字库,它必须在X Server之前启动,否则将无法使用X Windows。字体服务配置文件是:/etc/X11/fs/config

时间与日期:[root@szm X11]# system-config-date
[root@szm X11]# cat /etc/sysconfig/clock
# The time zone of the system is defined by the contents of /etc/localtime.
# This file is only for evaluation by system-config-date, do not rely on its
# contents elsewhere.
ZONE="Asia/Shanghai"

配置工具:[root@szm X11]# setup