Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.         Identifier     "Dual Layout"
  3.         Screen         "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "ServerFlags"
  9.     Option "DontZap"            "False"
  10.     Option "AutoAddDevices"     "False"
  11.     Option "AllowEmptyInput"    "False"
  12. EndSection
  13.  
  14. Section "Device"
  15.         Identifier  "Card0"
  16.         Driver      "radeon"
  17.         BusID       "PCI:1:0:0"
  18.         Option "Monitor-DVI-0" "Monitor0"
  19.         Option "Monitor-DVI-1" "Monitor1"
  20. EndSection
  21. Section "Monitor"
  22.         Identifier   "Monitor0"
  23.         HorizSync    31.0 - 76.0
  24.         VertRefresh  59.0 - 61.0
  25.         Option      "DPMS"
  26. EndSection
  27. Section "Monitor"
  28.         Identifier   "Monitor1"
  29.         HorizSync    31.0 - 76.0
  30.         VertRefresh  59.0 - 61.0
  31.         Option      "DPMS"
  32.         Option "RightOf" "Monitor0"
  33. EndSection
  34.  
  35. Section "Screen"
  36.         Identifier "Screen0"
  37.         Device     "Card0"
  38.         DefaultDepth 24
  39.         SubSection "Display"
  40.                 Depth     24
  41.                 Virtual   3840 1080
  42.         EndSubSection
  43. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement