Section "Module" Load "dbe" SubSection "extmod" Option "xfree86-dga" EndSubSection Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/artwiz-aleczapka-en" FontPath "/usr/share/fonts/essays1743" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/sazanami" FontPath "/usr/share/fonts/unfonts" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/baekmuk-fonts" FontPath "/usr/share/fonts/ezra-sil" FontPath "/usr/share/fonts/jmk" FontPath "/usr/share/fonts/sgi-fonts" FontPath "/usr/share/fonts/unfonts-extra" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/cheapskatefonts" FontPath "/usr/share/fonts/farsi-fonts" FontPath "/usr/share/fonts/lfpfonts-fix" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/alee-fonts" FontPath "/usr/share/fonts/cjkuni-fonts" FontPath "/usr/share/fonts/lfpfonts-var" FontPath "/usr/share/fonts/shinonome" FontPath "/usr/share/fonts/urw-fonts" FontPath "/usr/share/fonts/aquafont" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/free-bangla-font" FontPath "/usr/share/fonts/tengwar-fonts" FontPath "/usr/share/fonts/urwvn-fonts" FontPath "/usr/share/fonts/aquapfont" FontPath "/usr/share/fonts/cronyx" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/mikachan-font" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/arabeyes-fonts" FontPath "/usr/share/fonts/culmus" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/texcm-ttf" FontPath "/usr/share/fonts/vc" FontPath "/usr/share/fonts/arkpandora" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/fs-fonts" FontPath "/usr/share/fonts/monafont" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/arphicfonts" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/hkscs-ming" FontPath "/usr/share/fonts/mplus" FontPath "/usr/share/fonts/ttf-gentium" FontPath "/usr/share/fonts/zh-kcfonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/hunkyfonts" FontPath "/usr/share/fonts/nepali-fonts" FontPath "/usr/share/fonts/twmoefonts" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbOptions" "compose:rwin" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "6 7" Option "Buttons" "7" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Samsung 191t (L)" HorizSync 30-81 VertRefresh 56-85 Option "dpms" EndSection Section "Monitor" Identifier "Samsung 191t (C)" HorizSync 30-81 VertRefresh 56-85 Option "dpms" EndSection Section "Monitor" Identifier "Samsung 191t (R)" HorizSync 30-81 VertRefresh 56-85 Option "dpms" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Nvidia 6600" Driver "nvidia" Option "RenderAccel" "true" Option "DigitalVibrance" "30" Option "HWCursor" "true" Option "CursorShadow" "true" Option "NvAGP" "3" Option "UseEdidFreqs" "true" Option "TwinView" "false" Option "AllowDDCCI" "true" Option "Coolbits" "1" Option "AllowGLXWithComposite" "true" Screen 0 BusID "PCI:01:00:0" EndSection Section "Device" Identifier "Nvidia 5200FX (R)" Driver "nvidia" Option "RenderAccel" "true" Option "DigitalVibrance" "30" Option "HWCursor" "true" Option "CursorShadow" "true" Option "UseEdidFreqs" "true" Option "TwinView" "false" Option "AllowDDCCI" "true" Option "Coolbits" "1" Option "AllowGLXWithComposite" "true" Screen 0 BusID "PCI:00:09:0" EndSection Section "Device" Identifier "Nvidia 5200FX (L)" Driver "nvidia" Option "RenderAccel" "true" Option "DigitalVibrance" "30" Option "HWCursor" "true" Option "CursorShadow" "true" Option "UseEdidFreqs" "true" Option "TwinView" "false" Option "AllowDDCCI" "true" Option "Coolbits" "1" Option "AllowGLXWithComposite" "true" Screen 0 BusID "PCI:00:12:0" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 0" Device "Nvidia 6600" Monitor "Samsung 191t (C)" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen 1" Device "Nvidia 5200FX (L)" Monitor "Samsung 191t (L)" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen 2" Device "Nvidia 5200FX (R)" Monitor "Samsung 191t (R)" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 0" Screen 1 "Screen 1" LeftOf "Screen 0" Screen 2 "Screen 2" RightOf "Screen 0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Extensions" Option "RENDER" "Enable" # Option "Composite" "true" EndSection