Guest User

Untitled

a guest
Jun 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen1" 0 0
  4. # Screen 1 "Screen1" RightOf "Screen0"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. Option "DontZap" "Off"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/local/lib/xorg/modules"
  12. FontPath "/usr/local/lib/X11/fonts/misc/"
  13. FontPath "/usr/local/lib/X11/fonts/TTF/"
  14. FontPath "/usr/local/lib/X11/fonts/OTF"
  15. FontPath "/usr/local/lib/X11/fonts/Type1/"
  16. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  17. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "dbe"
  22. Load "dri"
  23. Load "dri2"
  24. Load "extmod"
  25. Load "glx"
  26. Load "record"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/sysmouse"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. #DisplaySize 520 320 # mm
  44. Identifier "Monitor0"
  45. VendorName "SAM"
  46. ModelName "SyncMaster"
  47. HorizSync 30.0 - 81.0
  48. VertRefresh 56.0 - 60.0
  49. Option "DPMS"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. #DisplaySize 520 320 # mm
  54. Identifier "Monitor1"
  55. VendorName "SAM"
  56. ModelName "SyncMaster"
  57. HorizSync 30.0 - 81.0
  58. VertRefresh 56.0 - 60.0
  59. Option "DPMS"
  60. EndSection
  61.  
  62. Section "Device"
  63. Identifier "Card0"
  64. Driver "radeon"
  65. VendorName "ATI Technologies Inc"
  66. BoardName "RV570 [Radeon X1950 Pro]"
  67. BusID "PCI:1:0:0"
  68. EndSection
  69.  
  70.  
  71. Section "Device"
  72. Identifier "Card1"
  73. Driver "radeon"
  74. VendorName "ATI Technologies Inc"
  75. BoardName "R580 [Radeon X1900]"
  76. BusID "PCI:9:0:0"
  77. EndSection
  78.  
  79. Section "Screen"
  80. Identifier "Screen0"
  81. Device "Card0"
  82. Monitor "Monitor0"
  83. DefaultDepth 24
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 24
  87. Modes "1920x1200"
  88. Virtual 3840 1200
  89. EndSubSection
  90. EndSection
  91.  
  92. Section "Screen"
  93. Identifier "Screen1"
  94. Device "Card1"
  95. Monitor "Monitor1"
  96. DefaultDepth 24
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 24
  100. Modes "1920x1200"
  101. Virtual 3570 2250
  102. EndSubSection
  103. EndSection
Add Comment
Please, Sign In to add comment