|
|
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"的说明 |
|