Advertisement
Guest User

Untitled

a guest
Oct 15th, 2011
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "amdcccle Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. Load "glx"
  8. EndSection
  9.  
  10. Section "Monitor"
  11. Identifier "aticonfig-Monitor[0]-0"
  12. Option "VendorName" "ATI Proprietary Driver"
  13. Option "ModelName" "Generic Autodetecting Monitor"
  14. Option "DPMS" "true"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "0-DFP1"
  19. Option "VendorName" "ATI Proprietary Driver"
  20. Option "ModelName" "Generic Autodetecting Monitor"
  21. Option "DPMS" "true"
  22. Option "PreferredMode" "1440x900"
  23. Option "TargetRefresh" "60"
  24. Option "Position" "0 0"
  25. Option "Rotate" "normal"
  26. Option "Disable" "false"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "0-CRT2"
  31. Option "VendorName" "ATI Proprietary Driver"
  32. Option "ModelName" "Generic Autodetecting Monitor"
  33. Option "DPMS" "true"
  34. Option "PreferredMode" "1440x900"
  35. Option "TargetRefresh" "60"
  36. Option "Position" "1440 0"
  37. Option "Rotate" "normal"
  38. Option "Disable" "false"
  39. EndSection
  40.  
  41. Section "Device"
  42. Identifier "aticonfig-Device[0]-0"
  43. Driver "fglrx"
  44. Option "Monitor-DFP1" "0-DFP1"
  45. Option "Monitor-CRT2" "0-CRT2"
  46. BusID "PCI:1:0:0"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "amdcccle-Device[1]-1"
  51. Driver "fglrx"
  52. Option "Monitor-CRT2" "0-CRT2"
  53. BusID "PCI:1:0:0"
  54. Screen 1
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "aticonfig-Screen[0]-0"
  59. Device "aticonfig-Device[0]-0"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Viewport 0 0
  63. Virtual 2880 2880
  64. Depth 24
  65. EndSubSection
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "amdcccle-Screen[1]-1"
  70. Device "amdcccle-Device[1]-1"
  71. DefaultDepth 24
  72. SubSection "Display"
  73. Viewport 0 0
  74. Depth 24
  75. EndSubSection
  76. EndSection
  77.  
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement