# ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # This loads the Type1 and FreeType font modules Load "freetype" Load "type1" # This loads the GLX module Load "dri" Load "glx" Load "v4l" #Others Load "bitmap" Load "ddc" Load "vbe" Load "record" Load "int10" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/X11R6/lib/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # If you don't have a floating point coprocessor and emacs, Mosaic or other # programs take long to start up, try moving the Type1 and Speedo directory # to the end of this list (or comment them out). # # FontPath "/usr/share/fonts/local/" # FontPath "/usr/share/fonts/Speedo/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/latex-xft-fonts" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/ukr" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/share/fonts/afms" FontPath "/usr/share/fonts/arphicfonts" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/ghostscript" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/xawtv" FontPath "/usr/share/fonts/afms/adobe" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" Option "XkbModel" "microsoft" Option "XkbLayout" "us" # Option "XkbVariant" "nodeadkeys" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Buttons" "5" Option "ZAxisMapping" "4 5" Option "Resolution" "800" Option "SampleRate" "125" EndSection Section "InputDevice" Identifier "Mouse2" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" Option "Buttons" "9" Option "ZAxisMapping" "6 7 8 9" Option "Resolution" "800" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "SAMSUNG-763" HorizSync 30-70 VertRefresh 50-160 Option "dpms" vendorname "Samsung" modelname "SyncMaster 763mb" DisplaySize 302 227 # in milimeters # Gamma 1.00 1.00 1.00 # created by KGamma EndSection Section "Monitor" Identifier "SAMSUNG-753" HorizSync 30-70 VertRefresh 50-160 Option "dpms" vendorname "Samsung" modelname "SyncMaster 753DF" DisplaySize 325 245 # in milimeters Gamma 1.00 1.00 1.00 # created by KGamma EndSection Section "Monitor" Identifier "LCD" HorizSync 30-50 VertRefresh 50-110 Option "dpms" vendorname "Generic LCD" modelname "Generic LCD" DisplaySize 325 245 # in milimeters Gamma 1.00 1.00 1.00 # created by KGamma EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "nvidia0" Driver "nvidia" BusID "PCI:1:0:0" Screen 0 VideoRam 131072 Option "RenderAccel" "true" EndSection Section "Device" Identifier "nvidia1" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 VideoRam 131072 #Option "HWCursor" "0" Option "RenderAccel" "true" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 0" Device "nvidia0" Monitor "SAMSUNG-763" DefaultDepth 24 Subsection "Display" Depth 24 #Modes "1024x768" "800x600" "640x480" Modes "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen 1" Device "nvidia1" Monitor "SAMSUNG-753" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" #Modes "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "ScreenLCD" Device "nvidia0" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" #Modes "1152x864" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerFlags" # Option "Xinerama" "True" Option "DefaultServerLayout" "Simple" EndSection Section "Extensions" # Option "Composite" "Enable" Option "RENDER" "Enable" EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Multihead" Screen 0 "Screen 0" Screen 1 "Screen 1" rightOf "Screen 0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "Mouse2" "SendCoreEvents" EndSection Section "ServerLayout" Identifier "Simple" Screen 0 "Screen 0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "Mouse2" "SendCoreEvents" EndSection Section "ServerLayout" Identifier "SimpleLCD" Screen 0 "ScreenLCD" InputDevice "Mouse2" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" # InputDevice "Mouse2" "SendCoreEvents" EndSection