Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 1" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/baekmuk-fonts" FontPath "/usr/share/fonts/unfonts" FontPath "/usr/share/fonts/unfonts-extra" EndSection Section "Module" # This loads the DBE extension module. # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. # This loads the font modules # This loads the GLX module Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" # Load "speedo" Load "freetype" # Load "xtt" Load "glx" # This loads the DRI module # Load "dri" Load "bitmap" Load "fbdevhw" EndSection Section "ServerFlags" Option "Xinerama" "false" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbOptions" "grp:caps_toggle,ctrl:nocaps" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" # Mouse-speed setting for PS/2 mouse. Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice Option "ChordMiddle" EndSection Section "Monitor" Identifier "SyncMaster" HorizSync 31.5 - 58.0 VertRefresh 50.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Geforce6200" Driver "nvidia" Option "RenderAccel" "true" Option "NvAGP" "3" Option "Coolbits" "1" Option "NoLogo" "1" Option "TwinView" Option "MetaModes" "1024x768,800x600@1024x768" Option "TwinViewOrientation" "RightOf" Option "HWcursor" Option "CursorShadowAlpha" "32" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "3" Option "AllowGLXWithComposite" "on" Screen 0 EndSection Section "Extensions" Option "Composite" "enable" Option "RENDER" "TRUE" EndSection Section "Screen" Identifier "Screen 1" Device "Geforce6200" Monitor "SyncMaster" DefaultDepth 24 # Insert Clocks lines here if appropriate SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection Section "dri" Mode 0666 EndSection