Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
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 "amdcccle-Screen[1]-0" 0 0
  4. Screen "amdcccle-Screen[1]-1" 1280 0
  5. EndSection
  6.  
  7. Section "Module"
  8. Load "glx"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12. Option "Xinerama" "on"
  13. EndSection
  14.  
  15. Section "Monitor"
  16. Identifier "0-LVDS"
  17. Option "VendorName" "ATI Proprietary Driver"
  18. Option "ModelName" "Generic Autodetecting Monitor"
  19. Option "DPMS" "true"
  20. Option "PreferredMode" "1280x800"
  21. Option "TargetRefresh" "60"
  22. Option "Position" "0 0"
  23. Option "Rotate" "normal"
  24. Option "Disable" "false"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "0-CRT1"
  29. Option "VendorName" "ATI Proprietary Driver"
  30. Option "ModelName" "Generic Autodetecting Monitor"
  31. Option "DPMS" "true"
  32. Option "PreferredMode" "1280x800"
  33. Option "TargetRefresh" "60"
  34. Option "Position" "0 0"
  35. Option "Rotate" "normal"
  36. Option "Disable" "false"
  37. EndSection
  38.  
  39. Section "Device"
  40. Identifier "Default Device"
  41. Driver "fglrx"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "amdcccle-Device[1]-0"
  46. Driver "fglrx"
  47. Option "Monitor-LVDS" "0-LVDS"
  48. BusID "PCI:1:0:0"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "amdcccle-Device[1]-1"
  53. Driver "fglrx"
  54. Option "Monitor-CRT1" "0-CRT1"
  55. BusID "PCI:1:0:0"
  56. Screen 1
  57. EndSection
  58.  
  59. Section "Screen"
  60. Identifier "Default Screen"
  61. DefaultDepth 24
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "amdcccle-Screen[1]-0"
  66. Device "amdcccle-Device[1]-0"
  67. DefaultDepth 24
  68. SubSection "Display"
  69. Viewport 0 0
  70. Depth 24
  71. EndSubSection
  72. EndSection
  73.  
  74. Section "Screen"
  75. Identifier "amdcccle-Screen[1]-1"
  76. Device "amdcccle-Device[1]-1"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 24
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement