# ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** Section "Module" # Load some other stuff Load "dbe" Load "glx" Load "dri" Load "fbdevhw" Load "drm" Load "extmod" Load "i2c" Load "fb" Load "GLcore" Load "mesa" Load "type1" Load "freetype" Load "speedo" Load "v4l" #Load "xtt" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # Font paths #FontPath "/opt/fonts/TTF" #FontPath "/opt/fonts/100dpi" #FontPath "/opt/fonts/75dpi" #FontPath "/opt/fonts/CID" #FontPath "/opt/fonts/Speedo" #FontPath "/opt/fonts/Type1" #FontPath "/opt/fonts/cyrillic" #FontPath "/opt/fonts/encodings" #FontPath "/opt/fonts/local" #FontPath "/opt/fonts/misc" #FontPath "/opt/fonts/util" # Font servers FontPath "unix/:-1" #FontPath "unix/:7101" # WTF is an rgb file? RgbPath "/usr/X11R6/lib/X11/rgb" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Option "NoTrapSignals" # Option "Dont Zap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "MSKeyboard" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbModel" "pc104" Option "XkbRules" "xfree86" Option "XkbLayout" "us" # Option "XkbVariant" "windows-us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Buttons" "6" EndSection Section "InputDevice" Identifier "PS2 Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" Option "Buttons" "4" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "NEC_MultiSync_FE1250" HorizSync 31 - 110.0 #HorizSync 30-64 # multisync #HorizSync 31.5, 35.2 # multiple fixed sync frequencies #HorizSync 15-25, 30-50 # multiple ranges of sync frequencies VertRefresh 50-160 EndSection Section "Monitor" Identifier "NEC_MultiSync_P750" HorizSync 30 - 70 VertRefresh 50 - 110 EndSection Section "Monitor" Identifier "Gateway_Ev700" HorizSync 30 - 70 VertRefresh 50 - 110 EndSection # ********************************************************************** # Device section # ********************************************************************** Section "Device" Identifier "GeForce2" Driver "nvidia" Option "NvAGP" "1" Option "DigitalVibrance" "1" Option "HWCursor" "true" Option "CursorShadow" "true" VideoRam 64000 EndSection Section "Device" Identifier "Voodoo3" Driver "tdfx" BusID "0:10:0" # VideoRam 8000 EndSection Section "Device" Identifier "ati" Driver "ati" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen1" Device "GeForce2" Monitor "NEC_MultiSync_FE1250" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1920x1440" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen3" Device "Voodoo3" Monitor "Gateway_Ev700" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen2" Device "ati" Monitor "NEC_MultiSync_P750" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240" ViewPort 0 0 EndSubSection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" InputDevice "USB Mouse" "CorePointer" InputDevice "MSKeyboard" "CoreKeyboard" Screen "Screen1" #Screen "Screen2" LeftOf "Screen1" Screen "Screen3" RightOf "Screen1" Option "Clone" "off" Option "Xinerama" "on" EndSection Section "DRI" Group "video" Mode 0660 EndSection