# This config file should replace /etc/X11/XF86Config # This file was written to fit for xinerama supoport # I use 2 GeForce video cards. After this run 'startx -- +xinerama' #Section "ServerLayout" # Identifier "XFree86 Configured" # Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" "CoreKeyboard" #EndSection # Red Hat Linux 6.0 and later use the xfs font server for improved # interactive performance Section "Files" FontPath "unix/:7100" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/kwintv" FontPath "/usr/X11R6/lib/X11/fonts/TIF" FontPath "/usr/X11R6/lib/X11/fonts/util" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/encodings" EndSection # Module loading section Section "Module" Load "dbe" # Double-buffering # Load "GLcore" # OpenGL support # Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "record" # X event recorder # You only need the following two modules if you do not use xfs. # Load "freetype" # TrueType font handler # Load "type1" # Adobe Type 1 font handler EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "DELL E771a" VendorName "Unknown" ModelName "Unknown" HorizSync 30 - 70 VertRefresh 50 - 160 Option "dpms" EndSection Section "Monitor" Identifier "SONY200sx" VendorName "Sony" ModelName "200sx" HorizSync 30 - 70 VertRefresh 50 - 160 Option "dpms" EndSection Section "Device" Identifier "nVidia Corporation|NV11 [GeForce2 MX]" Driver "nvidia" BusID "PCI:1:0:0" BoardName "Unknown" EndSection Section "Device" Option "TwinView" Identifier "nVidia Corporation|NV17 [GeForce4 MX420]" Driver "nvidia" BusID "PCI:2:9:0" BoardName "Unknown" EndSection Section "Device" Option "TwinView" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "nVidia Corporation|NV11 [GeForce2 MX]" Monitor "DELL E771a" DefaultDepth 24 Option "TwinView" Option "SecondMonitorHorizSync" "30 - 70" Option "SecondMonitorVertRefresh" "50 - 160" Option "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768; 800x600, 800x600" Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "nVidia Corporation|NV17 [GeForce4 MX420]" Monitor "SONY200sx" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Twin View" Option "TwinView" Screen "Screen0" Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection