Section "ServerFlags"
Option "DefaultServerLayout" "seat0"
Option "AllowMouseOpenFail" "true"
Option "AutoAddDevices" "false"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/droid"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/liberation-fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/urw-fonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/libertine"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/"
FontPath "/home/fil/fonts/"
EndSection
Section "ServerLayout"
Identifier "seat0" #МОЕ
Screen 0 "Screen0" 0 0
# Screen 2 "Screen2" rightof "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "1"
EndSection
Section "ServerLayout"
Identifier "seat1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
# Load "extmod"
Load "freetype"
Load "glx" # 3D layer
EndSection
Section "InputDevice"
Identifier "Keyboard0" #МОЕ
Driver "evdev"
Option "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5:1.0-event-kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbRules" "xorg"
Option "XkbOptions" "grp:ctrl_shift_toggle,compose:lwin,terminate:ctrl_alt_bksp,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "evdev"
Option "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6:1.0-event-kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbRules" "xorg"
Option "XkbOptions" "grp:ctrl_shift_toggle,compose:lwin,terminate:ctrl_alt_bksp,grp_led:scroll"
EndSection
#Auto, Microsoft, MouseSystems, MMSeries, Logitech, MouseMan, MMHitTab, GlidePoint, IntelliMouse, ThinkingMouse, ValuMouseScroll, AceCad, PS/2, ImPS/2, ExplorerPS/2, ThinkingMousePS/2, MouseManPlusPS/2, GlidePointPS/2, NetMousePS/2, NetScrollPS/2, BusMouse, SysMouse, WSMouse, USB, VUID, Xqueue.
Section "InputDevice"
Identifier "Mouse0" #МОЕ
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.4:1.0-mouse"
# Option "ZAxisMapping" "4 5"
# Option "WAxisMapping" "6 7"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.3:1.0-mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0" #МОЕ
Option "VendorName" "AOC"
Option "ModelName" "N2041S"
Option "DPMS" "false"
Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
Modeline "1920x720" 111.72 1920 2008 2208 2496 720 721 724 746 -HSync +Vsync
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "VendorName" "LG"
Option "ModelName" "42LK430"
Option "DPMS" "false"
EndSection
Section "Device"
Identifier "Device0" #МОЕ
VendorName "Intel Corporation"
BoardName "Intel Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
# Option "ProbeAllGpus" "false"
# Option "AccelMethod" "EXA"
Option "IgnoreEDID" "on"
EndSection
Section "Device"
Identifier "Device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon 9550"
Driver "radeon"
BusID "PCI:5:0:0"
# Option "ProbeAllGpus" "false"
# Option "AccelMethod" "EXA"
Option "IgnoreEDID" "on"
EndSection
Section "Screen"
Identifier "Screen0" #МОЕ
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1920x1080"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1080"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1080"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 15
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 16
Modes "1920x1080"
EndSubsection
Subsection "Display"
Depth 24
Modes "1920x1080"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#Dummy видеокарта
Section "Device"
Identifier "Device2"
Driver "dummy"
VideoRam 64000
EndSection
#Dummy монитор
Section "Monitor"
Identifier "Monitor2"
Modeline "1024x768@25" 23.77 1024 1056 1144 1176 768 785 789 807
EndSection
#Dummy экран
Section "Screen"
Identifier "Screen2"
Device "Device2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
#разрешение плашета
Modes "1024x768"
Virtual 1024 748
EndSubSection
EndSection