coffnix
(usa Funtoo)
Enviado em 23/04/2006 - 01:50h
Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"
EndSection
......
# Device configured by xorgconfig:
Section "Device"
Identifier "** NVIDIA (generic) [nvidia]"
Driver "nvidia"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection