Advertisement
Guest User

Untitled

a guest
May 16th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 420
  4.     Screen      1  "Screen1" 1920 0
  5.     InputDevice    "Keyboard0" "CoreKeyboard"
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     Option         "Xinerama" "0"
  8. EndSection
  9.  
  10. Section "Files"
  11. EndSection
  12.  
  13. Section "Module"
  14.     Load           "dbe"
  15.     Load           "extmod"
  16.     Load           "type1"
  17.     Load           "freetype"
  18.     Load           "glx"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     # generated from default
  23.     Identifier     "Mouse0"
  24.     Driver         "mouse"
  25.     Option         "Protocol" "auto"
  26.     Option         "Device" "/dev/psaux"
  27.     Option         "Emulate3Buttons" "no"
  28.     Option         "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.     # generated from default
  33.     Identifier     "Keyboard0"
  34.     Driver         "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38.     # HorizSync source: edid, VertRefresh source: edid
  39.     Identifier     "Monitor0"
  40.     VendorName     "Unknown"
  41.     ModelName      "AOC 2460G5"
  42.     HorizSync       83.0 - 83.0
  43.     VertRefresh     35.0 - 76.0
  44.     Option         "DPMS"
  45. EndSection
  46.  
  47. Section "Monitor"
  48.     # HorizSync source: edid, VertRefresh source: edid
  49.     Identifier     "Monitor1"
  50.     VendorName     "Unknown"
  51.     ModelName      "Ancor Communications Inc ASUS VS228"
  52.     HorizSync       24.0 - 83.0
  53.     VertRefresh     50.0 - 75.0
  54.     Option         "DPMS"
  55. EndSection
  56.  
  57. Section "Device"
  58.     Identifier     "Device0"
  59.     Driver         "nvidia"
  60.     VendorName     "NVIDIA Corporation"
  61.     BoardName      "GeForce GTX 1060 6GB"
  62.     BusID          "PCI:1:0:0"
  63.     Screen          0
  64. EndSection
  65.  
  66. Section "Device"
  67.     Identifier     "Device1"
  68.     Driver         "nvidia"
  69.     VendorName     "NVIDIA Corporation"
  70.     BoardName      "GeForce GTX 1060 6GB"
  71.     BusID          "PCI:1:0:0"
  72.     Screen          1
  73. EndSection
  74.  
  75. Section "Screen"
  76.     Identifier     "Screen0"
  77.     Device         "Device0"
  78.     Monitor        "Monitor0"
  79.     DefaultDepth    24
  80.     Option         "Stereo" "0"
  81.     Option         "nvidiaXineramaInfoOrder" "DFP-1"
  82.     Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
  83.     Option         "SLI" "Off"
  84.     Option         "MultiGPU" "Off"
  85.     Option         "BaseMosaic" "off"
  86.     SubSection     "Display"
  87.         Depth       24
  88.     EndSubSection
  89. EndSection
  90.  
  91. Section "Screen"
  92.     Identifier     "Screen1"
  93.     Device         "Device1"
  94.     Monitor        "Monitor1"
  95.     DefaultDepth    24
  96.     Option         "Stereo" "0"
  97.     Option         "metamodes" "DVI-D-1: nvidia-auto-select +0+0 {rotation=left, AllowGSYNC=Off}"
  98.     Option         "SLI" "Off"
  99.     Option         "MultiGPU" "Off"
  100.     Option         "BaseMosaic" "off"
  101.     SubSection     "Display"
  102.         Depth       24
  103.     EndSubSection
  104. EndSection
  105.  
  106. Section "Extensions"
  107.     Option         "(null)" "Disable"
  108. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement