LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1054|回复: 6

xorg的模块说明

[复制链接]
发表于 2008-3-3 16:05:09 | 显示全部楼层 |阅读模式
Section "Module"
   # old bitmap font support (no longer needed as of xorg7.x)
   Load    "bitmap"
   # a collection of X protocol extensions that you want but shouldn't even be loadable
   Load    "extmod"
   # to load freetype fonts and type 1 fonts
   Load    "freetype"
   Load    "type1"
   # layer below vbe that emus x86 real mode so you can call into vbios
   # vesa bios interface for card setup stuff
   Load    "int10"
   Load    "vbe"
   # serial bus over which you speak the ddc protocol to get info from the monitor
   Load    "i2c"
   Load    "ddc"
   # direct rendering infrastructure which makes opengl go fast
   Load    "dri"
   # glx and glcore implement opengl
   Load    "glx"
   Load    "GLcore"
   # double buffering extension (no apps use?)
   #       Load    "dbe"
   # 1 of 3 extensions for application automation (unneeded -- most things use xtest from extmod)
   #       Load    "record"
EndSection

谁补冲一下Load  "xtrap"的说明
发表于 2008-3-4 15:16:04 | 显示全部楼层
freetype,我的模块没法加载
回复 支持 反对

使用道具 举报

发表于 2008-3-4 15:29:45 | 显示全部楼层
不错,不过现在ddc等模块已经编译进去了,不需要手动改了
回复 支持 反对

使用道具 举报

发表于 2008-3-4 18:32:08 | 显示全部楼层
现在的xorg都是自动加载所需模块的,就算你不写到xorg.conf里。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-4 18:52:57 | 显示全部楼层
当参考文档也行的哪。。不过比较老了。

好像新版本的xorg都没type1模块了
回复 支持 反对

使用道具 举报

发表于 2008-3-4 19:58:23 | 显示全部楼层
建议大家研究下device段的option内容,发现里面参数较多
回复 支持 反对

使用道具 举报

发表于 2008-3-4 21:26:16 | 显示全部楼层
怎样修改xorg.conf,可以让xorg的cpu占用率低点啊?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表