# +--------------------------------------------------+ # | Last Modified: Sat 31 Dec 2005 11:35:14 AM MST | # | hewbert's xorg.conf | # | josh@hewbert.com | # | http://www.hewbert.com/confs/ | # +--------------------------------------------------+ Section "ServerLayout" Identifier "banana" Screen 0 "Screen0" 0 0 Screen "Screen 1" RightOf "Screen 0" Screen "Screen 2" RightOf "Screen 1" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "On" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-aleczapka/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" EndSection # Composite/xcompmgr doesn't like xinerama #Section "Extensions" # Option "Composite" "enable" #EndSection Section "Module" Load "extmod" # Misc Extensions Load "glx" # OpenGL X protocol interface Load "GLcore" # OpenGL support Load "dri" # Direct Rendering Infrastructure Load "dbe" # Double-buffering extension Load "record" Load "xtrap" Load "type1" # Adobe Type 1 font handler Load "freetype" # TrueType font handler EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" # Right 17" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.5 - 90.0 VertRefresh 50 - 160 #DisplaySize 406 325 Option "DPMS" EndSection Section "Monitor" # Left 19" Identifier "Monitor0" VendorName "CTX" ModelName "CTX VL951T" Option "DPMS" HorizSync 30.0 - 98.0 VertRefresh 50.0 - 160.0 #DisplaySize 446 436 EndSection Section "Monitor" # Center 19" Identifier "Monitor1" VendorName "CTX" ModelName "CTX VL951T" Option "DPMS" HorizSync 30.0 - 98.0 VertRefresh 50.0 - 160.0 #DisplaySize 892 872 #DisplaySize 350 260 #DisplaySize 340 270 EndSection Section "Device" Identifier "Card1" Driver "nv" # X's opensource driver VendorName "nVidia Corporation" BoardName "NV11 [GeForce2 MX/MX 400]" BusID "PCI:0:11:0" # Option "RenderAccel" "On" Option "XaaNoOffscreenPixmaps" EndSection Section "Device" # Left Identifier "Card0" Driver "mga" VendorName "Matrox Graphics, Inc." BoardName "MGA G400 AGP" BusID "PCI:1:0:0" Option "DRI" Screen 1 Option "XaaNoOffscreenPixmaps" EndSection Section "Device" # Right Identifier "Card2" Driver "mga" #ChipId 0x0 #ChipRev 0x0 BusID "PCI:1:0:0" #IRQ 0 Option "DRI" "On" Screen 0 Option "XaaNoOffscreenPixmaps" EndSection Section "Screen" Identifier "Screen 0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen 1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen 2" Device "Card2" Monitor "Monitor2" DefaultDepth 24 SubSection "Display" #Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection