# **********************************************************************
Section "Device"
Identifier "Generic VGA Card"
VendorName "Unknown"
BoardName "Unknown"
Chipset "generic"
EndSection
Section "Device"
Identifier "RIVA TNT2"
VendorName "NVidia"
VideoRam 32768
EndSection
# **********************************************************************
# Screen section
# **********************************************************************
# The kernel framebuffer server
Section "Screen"
Driver "fbdev"
Device "Generic VGA Card"
Monitor "Probed Monitor"
Subsection "Display"
# Depth 16
Depth 16
Modes "default"
EndSubsection
EndSection
# The 16-color VGA server
Section "Screen"
Driver "vga16"
Device "Generic VGA Card"
Monitor "Iiyama A201HT, VisionMaster Pro 510"
Subsection "Display"
Modes "640x480" "800x600"
ViewPort 0 0
EndSubsection
EndSection
# The Mono server
Section "Screen"
Driver "vga2"
Device "Generic VGA Card"
Monitor "Iiyama A201HT, VisionMaster Pro 510"
Subsection "Display"
Modes "640x480" "800x600"
ViewPort 0 0
EndSubsection
EndSection
# The svga server
Section "Screen"
Driver "svga"
Device "RIVA TNT2"
Monitor "Iiyama A201HT, VisionMaster Pro 510"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1600x1200"
ViewPort 0 0
EndSubsection
# The accel server
Section "Screen"
Driver "accel"
Device "RIVA TNT2"
Monitor "Iiyama A201HT, VisionMaster Pro 510"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200"
ViewPort 0 0
EndSubsection
EndSection
There thats the entire section of XF86Config that has the info....