# ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** Section "Files" # RgbPath "/usr/share/X11/rgb" ### Multiple FontPath entries are allowed (they are concatenated together) # By default, Mandrake 6.0 and later now use a font server independent of # the X server to render fonts. ## FontPath "unix/:-1" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging #NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. #DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. #DontZoom # This allows the server to start up even if the # mouse device can't be opened/initialised. # Option "AllowMouseOpenFail" "yes" Option "Xinerama" "yes" Option "AutoAddDevices" "yes" Option "AutoEnableDevices" "yes" Option "IgnoreABI" "on" Option "GlxVisuals" "all" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** #Section "InputDevice" # # Identifier "Keyboard1" # Driver "kbd" # Option "AutoRepeat" "250 30" # # Option "XkbModel" "pc105" # Option "XkbLayout" "us,ru(winkeys)" # Option "XkbOptions" "grp:ctrl_shift_toggle,grp:switch,compose:rwin" # Option "CoreKeyboard" "yes" # #EndSection # ********************************************************************** # Pointer section # ********************************************************************** #Section "InputDevice" # # Identifier "Mouse1" # Driver "mouse" # Option "Protocol" "IMPS/2" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5" # #EndSection Section "Module" # This loads the DBE extension module. Load "dbe" # This loads the Video for Linux module. Load "v4l" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" #TEST # Option "omit xfree86-dga" EndSubSection # This loads the Type1 and FreeType font modules # Load "freetype" Load "dri" Load "glx" # Load "fi1236" # Load "randr" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "monitor1" VendorName "NEC" ModelName "2190UXi" Option "DPMS" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-80 # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-75 Option "PreferredMode" "1600x1200" EndSection Section "Monitor" Identifier "monitor2" VendorName "AG Neovo" ModelName "X17AV" Option "DPMS" Option "LeftOf" "monitor1" Option "PreferredMode" "1280x1024" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 30-80 # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-75 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ATI Radeon" VendorName "Sapphire" BoardName "HD6970" Driver "vesa" # Driver "radeon" # Driver "ati" # Option "AccelMethod" "exa" Option "monitor-DVI-0" "monitor2" Option "monitor-DVI-1" "monitor1" Option "DRI" "on" BusID "PCI:2:0:0" # Screen 0 EndSection #Section "Device" # Identifier "ATI Radeon2" # VendorName "Sapphire" # BoardName "HD4870" # Driver "radeon" # Option "DRI" "on" # BusID "PCI:2:0:0" # Option "monitor-DVI-0" "monitor2" # Screen 1 #EndSection Section "Screen" Identifier "screen1" Device "ATI Radeon" Monitor "monitor1" DefaultColorDepth 24 Option "Accel" Subsection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x400" # ViewPort 0 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 15 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 32 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # Virtual 2880 1200 EndSubsection EndSection Section "Screen" Identifier "screen2" Device "ATI Radeon2" Monitor "monitor2" DefaultColorDepth 24 Option "Accel" Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x400" # ViewPort 0 0 # ViewPort 1600 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # ViewPort 1600 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # ViewPort 1600 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # ViewPort 1600 0 # Virtual 2880 1200 EndSubsection Subsection "Display" Depth 32 Modes "1280x1024" "1024x768" "800x600" "640x480" # ViewPort 0 0 # ViewPort 1600 0 # Virtual 2880 1200 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" Screen 0 "screen1" 0 0 # Screen 1 "screen2" 1600 0 # Screen 1 "screen2" RightOf "screen1" # Screen "aticonfig-Screen[0]-1" RightOf "screen1" # InputDevice "stylus" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "touch" "SendCoreEvents" # InputDevice "pad" EndSection Section "Extensions" # Option "DAMAGE" "true" # Option "Composite" "true" EndSection