Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/sharefont/" FontPath "/usr/X11R6/lib/X11/fonts/truetype/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/share/ghostscript/fonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/dosemu/Xfonts" FontPath "/usr/X11R6/lib/X11/fonts/util" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/ukr" FontPath "/usr/X11R6/lib/X11/fonts/xawtv" FontPath "/usr/X11R6/lib/X11/fonts/lfp-fix" FontPath "/usr/X11R6/lib/X11/fonts/lfp-var" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" #Option "NoTrapSignals" #Option "DontZap" #Option "DontZoom" #Option "AllowMouseOpenFail" Option "blank time" "16" # minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection # ********************************************************************** # Keyboard section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fi" EndSection # ********************************************************************** # Pointer section # ********************************************************************** # rate 750 Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Option "Resolution" "2500" Option "SampleRate" "350" EndSection Section "InputDevice" Identifier "touch" Driver "elographics" Option "Device" "/dev/ttyS2" Option "SendCoreEvents" "1" Option "MinimumXPosition" "4016" Option "MaximumXPosition" "51" Option "MinimumYPosition" "4049" Option "MaximumYPosition" "1" Option "ScreenNo" "1" Option "UntouchDelay" "10" Option "ReportDelay" "10" EndSection Section "Module" Load "dbe" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" #Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "v4l" Load "glx" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "myCRT" VendorName "Hitachi" ModelName "CM769ET" HorizSync 31-115 VertRefresh 72-180 DisplaySize 358 266 Option "dpms" EndSection Section "Monitor" Identifier "myLCD" VendorName "EloTouch" ModelName "Slimage 710AT" HorizSync 31-60 VertRefresh 43-75 DisplaySize 306 230 Option "dpms" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "GeForce4-0" VendorName "Gainward" BoardName "Geforce" Driver "nvidia" BusID "PCI:01:00:0" Option "DPMS" Option "NoLogo" "yes" Option "CursorShadow" "yes" Option "CursorShadowAlpha" "64" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "2" Screen 0 EndSection Section "Device" Identifier "GeForce4-1" VendorName "Gainward" BoardName "Geforce" Driver "nvidia" BusID "PCI:01:00:0" Option "DPMS" Option "NoLogo" "yes" Option "CursorShadow" "yes" Option "CursorShadowAlpha" "64" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "2" Screen 1 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "crt-screen" Device "GeForce4-0" Monitor "myCRT" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 15 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "lcd-screen" Device "GeForce4-1" Monitor "myLCD" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" Screen 0 "crt-screen" Screen 1 "lcd-screen" LeftOf "crt-screen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "touch" EndSection