Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "Xinerama" EndSection 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/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "ctx" HorizSync 31.5 - 82.0 VertRefresh 50-100 EndSection Section "Monitor" Identifier "HP" HorizSync 60-85 VertRefresh 60-85 Modeline "1280x1024" 135 1280 1344 1536 1728 1024 1027 1030 1085 -hsync -vsync #Modeline "1280x1024" 100 1280 1520 1760 2000 1024 1027 1030 1076 Modeline "1024x768" 86 1024 1040 1090 1190 768 775 790 890 +hsync +vsync #Modeline "1024x768" 77.3 1024 1048 1184 1328 768 771 777 806 -hsync -vsync #Modeline "1024x768" 78 1024 1048 1184 1328 768 771 777 806 -hsync -vsync EndSection Section "Monitor" Identifier "HP 1280x1024-72Hz" VendorName "Hewlett-Packard" ModelName "A1097A" HorizSync 30-90 VertRefresh 71.5-72.5 Mode "1280x1024" DotClock 135.00 HTimings 1280 1344 1536 1728 VTimings 1024 1027 1030 1085 EndMode EndSection Section "Device" Identifier "tseng" #Ramdac "et6100" VendorName "Mirage" BoardName "Z-128" #Chipset "ET6000" Driver "tseng" BusID "PCI:2:10:0" VideoRam 4096 EndSection Section "Device" Identifier "nv" Driver "nv" #VideoRam 32768 EndSection Section "Screen" Identifier "Screen 1" Device "nv" Monitor "ctx" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1280x1024" "640x480" "800x600" "1024x768" "1280x1024" EndSubsection Subsection "Display" Depth 24 Modes "640x480" "800x600" "1024x768" "1280x1024" EndSubsection EndSection Section "Screen" Identifier "tsengscreen" Device "tseng" Monitor "HP" DefaultDepth 16 Subsection "Display" Depth 8 Modes "640x480" "800x600" "1024x768" "1280x1024" EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "640x480" "800x600" "1280x1024" EndSubsection Subsection "Display" Depth 24 Modes "640x480" "800x600" "1024x768" "1280x1024" EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Two Monitors" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" Screen "tsengscreen" LeftOf "Screen1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection