# File generated by xorgconfig. # # Copyright 2004 The X.Org Foundation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of The X.Org Foundation shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from # The X.Org Foundation. # # ********************************************************************** # Refer to the xorg.conf(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" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # Load "type1" Load "freetype" # Load "xtt" Load "glx" Load "dri" Load "drm" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "Xinerama" "true" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "Xkboptions" "grp:ctrl_shift_toggle" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present #CMC-2000M monitor Section "Monitor" Identifier "CubeMonitor" ModelName "CMC-2000W" HorizSync 30 - 82 VertRefresh 50 - 90 Option "DPMS" DisplaySize 380 280 EndSection Section "Monitor" Identifier "LeftMonitor" ModelName "Acer AL1716" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 Option "DPMS" DisplaySize 338 270 EndSection Section "Monitor" Identifier "RightMonitor" ModelName "H530" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 Option "DPMS" DisplaySize 302 224 Modeline "854x480" 37.293 854 940 988 1104 480 508 509 563 +hsync +vsync EndSection Section "Monitor" Identifier "DM1" ModelName "DM1" Modeline "854x480" 37.293 848 940 988 1104 480 508 509 563 +hsync +vsync DisplaySize 302 224 EndSection Section "Monitor" Identifier "My Monitor" HorizSync 31.5 - 57.0 VertRefresh 50-90 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection # Device configured by xorgconfig: Section "Device" Identifier "x600a" Driver "radeon" BusID "PCI:1:0:0" Option "MergedFB" "True" Option "CRT2HSync" "30-82" Option "CRT2VRefresh" "50-90" Option "MonitorLayout" "LCD, CRT" Option "CRT2Position" "RightOf" Option "MetaModes" "1280x1024,1280x1024" Option "XAANoOffscreenPixmaps" "true" EndSection Section "Device" Option "MergedFB" "True" Option "MergedNonrectangular" "True" Option "MetaModes" "1024x768-854x480" Option "CRT2Position" "RightOf" # Screen 0 Option "CRT2HSync" "30-82" Option "CRT2VRefresh" "50-90" Identifier "x300a" Driver "radeon" BusID "PCI:4:0:0" Option "MonitorLayout" "CRT, LCD" Option "XAANoOffscreenPixmaps" "true" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "x600a" Monitor "CubeMonitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "Modes" Identifier "854x480" Modeline "854x480" 37.293 848 940 988 1104 480 508 509 563 +hsync +vsync EndSection Section "Screen" Identifier "Screen 2" Device "x300a" Monitor "RightMonitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "854x480" ViewPort 0 0 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 "Simple Layout" # 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 0 "Screen 1" Screen 1 "Screen 2" RightOf "Screen 1" # Screen 1 "Screen 1a" RightOf "Screen 1" # Screen 2 "PROJ" RightOf "Screen 1a" # 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" "SendCoreEvents" InputDevice "Mouse1" "CorePointer" # InputDevice "Keyboard1" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" Option "AIGLX" "true" Option "Xinerama" "on" Option "Clone" "off" Option "XineramaInfo" "1280x1024+0+0,1280x1024+1280+0,1024x768+2560+0,854x480+3584+0" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection