techmik

xorg.conf

Jun 26th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1.  
  2. Section "ServerLayout"
  3. Identifier "amdcccle Layout"
  4. Screen 0 "amdcccle-Screen[1]-0" 0 0
  5. ## Screen 1 "DisplayLinkScreen" RightOf "Default Screen"
  6. EndSection
  7.  
  8. ##Section "Files"
  9. ## ModulePath "/usr/lib/xorg/modules"
  10. ## ModulePath "/usr/local/lib/xorg/modules"
  11. ## ModulePath "/usr/local/lib/xorg/modules/drivers"
  12. ##EndSection
  13.  
  14. Section "Module"
  15. Load "glx"
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "0-CRT1"
  20. Option "VendorName" "ATI Proprietary Driver"
  21. Option "ModelName" "Generic Autodetecting Monitor"
  22. Option "DPMS" "true"
  23. Option "PreferredMode" "1680x1050"
  24. Option "TargetRefresh" "60"
  25. Option "Position" "1600 0"
  26. Option "Rotate" "normal"
  27. Option "Disable" "false"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "0-DFP1"
  32. Option "VendorName" "ATI Proprietary Driver"
  33. Option "ModelName" "Generic Autodetecting Monitor"
  34. Option "DPMS" "true"
  35. Option "PreferredMode" "1600x900"
  36. Option "TargetRefresh" "60"
  37. Option "Position" "0 0"
  38. Option "Rotate" "normal"
  39. Option "Disable" "false"
  40. EndSection
  41.  
  42. ##Section "Device"
  43. ## Identifier "DisplayLinkDevice"
  44. ## Driver "displaylink"
  45. ## Option "fbdev" "/dev/fb1"
  46. ##EndSection
  47.  
  48. ##Section "Monitor"
  49. ## Identifier "DisplayLinkMonitor"
  50. ##EndSection
  51.  
  52. ##Section "Screen"
  53. ## Identifier "DisplayLinkScreen"
  54. ## Device "DisplayLinkDevice"
  55. ## Monitor "DisplayLinkMonitor"
  56. ## SubSection "Display"
  57. ## Depth 24
  58. ## Modes "1440x900"
  59. ## EndSubSection
  60. ##EndSection
  61.  
  62. Section "Device"
  63. Identifier "amdcccle-Device[1]-0"
  64. Driver "fglrx"
  65. Option "Monitor-CRT1" "0-CRT1"
  66. Option "Monitor-DFP1" "0-DFP1"
  67. BusID "PCI:1:5:0"
  68. EndSection
  69.  
  70. Section "Device"
  71. Identifier "amdcccle-Device[1]-1"
  72. Driver "fglrx"
  73. Option "Monitor-DFP1" "0-DFP1"
  74. BusID "PCI:1:5:0"
  75. Screen 1
  76. EndSection
  77.  
  78. Section "Screen"
  79. Identifier "Default Screen"
  80. DefaultDepth 24
  81. EndSection
  82.  
  83. Section "Screen"
  84. Identifier "amdcccle-Screen[1]-0"
  85. Device "amdcccle-Device[1]-0"
  86. DefaultDepth 24
  87. SubSection "Display"
  88. Viewport 0 0
  89. Virtual 3280 1680
  90. Depth 24
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "amdcccle-Screen[1]-1"
  96. Device "amdcccle-Device[1]-1"
  97. DefaultDepth 24
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 24
  101. EndSubSection
  102. EndSection
Advertisement
Add Comment
Please, Sign In to add comment