techmik

xorg.conf

Aug 18th, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Desktop"
  3. Screen 0 "aticonfig-Screen[1]-0" 0 0
  4. Screen "aticonfig-Screen[1]-1" RightOf "aticonfig-Screen[1]-0"
  5. Screen "aticonfig-Screen[0]-0" RightOf "aticonfig-Screen[1]-1"
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12. Option "Xinerama" "on"
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "aticonfig-Monitor[1]-0"
  17. Option "VendorName" "ATI Proprietary Driver"
  18. Option "ModelName" "Generic Autodetecting Monitor"
  19. Option "DPMS" "true"
  20. EndSection
  21.  
  22. Section "Monitor"
  23. Identifier "aticonfig-Monitor[1]-1"
  24. Option "VendorName" "ATI Proprietary Driver"
  25. Option "ModelName" "Generic Autodetecting Monitor"
  26. Option "DPMS" "true"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "aticonfig-Monitor[0]-0"
  31. Option "VendorName" "ATI Proprietary Driver"
  32. Option "ModelName" "Generic Autodetecting Monitor"
  33. Option "DPMS" "true"
  34. EndSection
  35.  
  36. Section "Device"
  37. Identifier "aticonfig-Device[1]-0"
  38. Driver "fglrx"
  39. BusID "PCI:2:0:0"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "aticonfig-Device[1]-1"
  44. Driver "fglrx"
  45. BusID "PCI:2:0:0"
  46. Screen 1
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "aticonfig-Device[0]-0"
  51. Driver "fglrx"
  52. BusID "PCI:1:5:0"
  53. EndSection
  54.  
  55. Section "Screen"
  56. Identifier "aticonfig-Screen[1]-0"
  57. Device "aticonfig-Device[1]-0"
  58. Monitor "aticonfig-Monitor[1]-0"
  59. DefaultDepth 24
  60. SubSection "Display"
  61. Viewport 0 0
  62. Depth 24
  63. EndSubSection
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "aticonfig-Screen[1]-1"
  68. Device "aticonfig-Device[1]-1"
  69. Monitor "aticonfig-Monitor[1]-1"
  70. DefaultDepth 24
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 24
  74. EndSubSection
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "aticonfig-Screen[0]-0"
  79. Device "aticonfig-Device[0]-0"
  80. Monitor "aticonfig-Monitor[0]-0"
  81. DefaultDepth 24
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 24
  85. EndSubSection
  86. EndSection
Advertisement
Add Comment
Please, Sign In to add comment