Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerFlags"
  2.     Option         "DefaultServerLayout" "Layout0"
  3.     Option         "AllowMouseOpenFail"  "true"
  4.     Option         "AutoAddDevices"      "false"
  5.     Option         "AutoEnableDevices"   "true"
  6.     Option         "AllowEmptyInput"     "true"
  7.     Option         "DontZap"             "false"
  8.     Option         "AutoAddGPU"          "false"
  9.     Option         "DontVTSwitch"        "false"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16.     Identifier     "Mouse0"
  17.     Driver         "evdev"
  18.     Option         "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5.2:1.0-event-mouse"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     Identifier     "Mouse1"
  23.     Driver         "evdev"
  24.     Option         "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.7:1.1-event-mouse"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28.     Identifier     "Mouse2"
  29.     Driver         "evdev"
  30.     Option         "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6.2:1.0-event-mouse"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     Identifier     "Keyboard2"
  35.     Driver         "evdev"
  36.     Option         "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.6.4:1.0-event-kbd"
  37.     Option         "XkbRules" "xorg"
  38.     Option         "XkbModel" "evdev"
  39.     Option         "XkbLayout" "us,ru"
  40.     Option         "GrabDevice" "yes"
  41. EndSection
  42.  
  43. Section "InputDevice"
  44.     Identifier     "Keyboard0"
  45.     Driver         "evdev"
  46.     Option         "Device" "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1.5.4:1.0-event-kbd"
  47.     Option         "XkbRules" "xorg"
  48.     Option         "XkbModel" "evdev"
  49.     Option         "XkbLayout" "us,ru"
  50.     Option         "GrabDevice" "yes"
  51. EndSection
  52.  
  53. Section "InputDevice"
  54.     Identifier     "Keyboard1"
  55.     Driver         "evdev"
  56.     Option         "Device" "/dev/input/by-path/pci-0000:00:14.0-usb-0:2:1.0-event-kbd"
  57.     Option         "XkbRules" "xorg"
  58.     Option         "XkbModel" "evdev"
  59.     Option         "XkbLayout" "us,ru"
  60.     Option         "GrabDevice" "yes"
  61. EndSection
  62.  
  63. Section "Monitor"
  64.     Identifier     "Monitor0"
  65.     VendorName     "Unknown"
  66.     ModelName      "Panasonic-TV"
  67.     HorizSync       15.0 - 68.0
  68.     VertRefresh     23.0 - 61.0
  69.     Option         "DPMS"
  70. EndSection
  71.  
  72. Section "Monitor"
  73.     Identifier     "Monitor1"
  74.     VendorName     "Unknown"
  75.     ModelName      "Samsung S24B300"
  76.     HorizSync       0.0 - 0.0
  77.     VertRefresh     0.0
  78.     Option         "DPMS"
  79. EndSection
  80.  
  81. Section "Device"
  82.     Identifier     "Device0"
  83.     Driver         "nvidia"
  84.     VendorName     "NVIDIA Corporation"
  85.     BoardName      "GeForce GTX 760"
  86.     BusID          "PCI:1:0:0"
  87. EndSection
  88.  
  89. Section "Device"
  90.     Identifier     "Device1"
  91.     Driver         "nvidia"
  92.     VendorName     "NVIDIA Corporation"
  93.     BoardName      "GeForce GTX 550 Ti"
  94.     BusID          "PCI:2:0:0"
  95. EndSection
  96.  
  97. Section "Screen"
  98.  
  99. # Removed Option "metamodes" "1920x1080 +0+0"
  100.     Identifier     "Screen0"
  101.     Device         "Device0"
  102.     Monitor        "Monitor0"
  103.     DefaultDepth    24
  104.     Option         "Stereo" "0"
  105.     Option         "nvidiaXineramaInfoOrder" "DFP-1"
  106.     Option         "metamodes" "1920x1080_60 +0+0"
  107.     Option         "SLI" "Off"
  108.     Option         "MultiGPU" "Off"
  109.     Option         "BaseMosaic" "off"
  110.     SubSection     "Display"
  111.         Depth       24
  112.     EndSubSection
  113. EndSection
  114.  
  115. Section "Screen"
  116.  
  117. # Removed Option "metamodes" "1920x1080 +0+0"
  118.     Identifier     "Screen1"
  119.     Device         "Device1"
  120.     Monitor        "Monitor1"
  121.     DefaultDepth    24
  122.     Option         "Stereo" "0"
  123.     Option         "metamodes" "1920x1080_60 +0+0"
  124.     Option         "SLI" "Off"
  125.     Option         "MultiGPU" "Off"
  126.     Option         "BaseMosaic" "off"
  127.     SubSection     "Display"
  128.         Depth       24
  129.     EndSubSection
  130. EndSection
  131.  
  132. Section "ServerLayout"
  133.     Identifier     "Layout0"
  134.     Screen      0  "Screen0" 0 0
  135.     InputDevice    "Keyboard0" "CoreKeyboard"
  136.     InputDevice    "Mouse0" "CorePointer"
  137.     Option         "Xinerama" "0"
  138. EndSection
  139.  
  140. Section "ServerLayout"
  141.     Identifier     "Layout1"
  142.     Screen      1  "Screen1" 0 0
  143.     InputDevice    "Keyboard1" "CoreKeyboard"
  144.     InputDevice    "Mouse1" "CorePointer"
  145.     InputDevice    "Keyboard2" "CoreKeyboard"
  146.     InputDevice    "Mouse2" "CorePointer"
  147.     Option         "Xinerama" "0"
  148. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement