SAMPLE XF86CONFIG FILE -- Annotated for clarity. 001: # XFConfig Sample File 002: 003: Section "Module" 004: Load "dbe" 005: Load "dri" 006: Load "extmod" 007: Load "glx" 008: Load "pex5" 009: Load "type1" 010: Load "freetype" 011: Load "record" 012: Load "xie" 013: EndSection 014: 015: Section "Files" 016: RgbPath "/usr/X11R6/lib/X11/rgb" 017: ModulePath "/usr/X11R6/lib/modules" 018: FontPath "/usr/X11R6/lib/X11/fonts/misc/" 019: FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" 020: FontPath "/usr/X11R6/lib/X11/fonts/Type1/" 021: FontPath "/usr/X11R6/lib/X11/fonts/CID/" 022: FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" 023: FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" 024: EndSection 025: 026: Section "InputDevice" 027: Identifier "Keyboard0" 028: Driver "keyboard" 029: Option "AutoRepeat" "500 30" 030: EndSection 031: 032: Section "InputDevice" 033: Identifier "Mouse0" 034: Driver "mouse" 035: Option "Protocol" "PS/2" 036: Option "Device" "/dev/mouse" 037: EndSection 038: 039: Section "Monitor" 040: Identifier "My Monitor" 041: VendorName "DEL" 042: ModelName "2430" 043: Option "noaccel" 044: HorizSync 31 - 35 045: VertRefresh 50-90 046: EndSection 047: 048: Section "Device" 049: Identifier "Card 1" 050: VendorName "Intel" 051: BoardName "i810" 052: Driver "i810" 053: BusID "PCI:0:1:0" 054: Option "NoAccel" 055: EndSection 056: 057: Section "Screen" 058: Identifier "Screen 1" 059: Device "Card 1" 060: Monitor "My Monitor" 061: DefaultDepth 24 062: SubSection "Display" 063: Depth 24 064: Modes "800x600" 065: ViewPort 0 0 066: EndSubSection 067: EndSection 068: 069: Section "ServerLayout" 070: Identifier "XFree86 Configured" 071: Screen "Screen 1" 072: InputDevice "Mouse0" "CorePointer" 073: InputDevice "Keyboard0" "CoreKeyboard" 074: EndSection