FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built
-
ins"
EndSection
#
X Server
很重要的一
就是必
要提供字型,
这个
Files
目就是在
定字型,
#
然啦,你的主机必
要有字型文件才行。一般字型
文件
在:
/usr/share/X11/fonts/
中。
#
但是
Xorg
取的
是在
/etc/X11/fontpath.d
下的
定喔!
Section "Module"
Load "glx"
EndSection
#
上面
些模
X Server
启动时
,希望能
够额
得的相
支持的模
#
于更多模
可以搜
一下
/usr/lib64/xorg/modules/extensions/
这个
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
#
就是
键盘
,在
ServerLayout
目中有出
现这个
Keyboard0
吧!主要是
驱动
程序!
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
#
支持
滚轮
功能!
EndSection
#
这个则
主要在
定鼠
功能,重
在那
Protocol
目,
#
是可以指定鼠
½口的
定值,我
里使用的是自
动侦测
!不
USB/PS2
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
#
屏幕
监视
器的
½
有一
地方要注意,那就是垂直与水平的更新
率,常
见设
定如下:
# HorizSync 30.0
-
80.0
# VertRefresh 50.0
-
100.0
#
在上面的
HorizSync
VerRefresh
定上,要注意,不要
定太高,
#
这个
玩意儿与
实际
监视
器功能有
你的
监视
器手
册说
来设
定吧!
#
传统
CRT
屏幕
定太高的
,据
说会让
monitor
烧毁
呢,要很注意啊。
Section "Device"
#
示适配器芯片
(GPU)
驱动
程序!很重要的
定!
Identifier "Card0"
Driver "qxl"
#
实际
使用的
示适配器
驱动
程序!