Guest User

mbs

a guest
Jan 31st, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. EndSection
  8.  
  9. Section "Monitor"
  10. Identifier "aticonfig-Monitor[0]-0"
  11. Option "VendorName" "ATI Proprietary Driver"
  12. Option "ModelName" "Generic Autodetecting Monitor"
  13. Option "TargetRefresh" "60"
  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" "1920x1080"
  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-DFP2"
  31. Option "VendorName" "ATI Proprietary Driver"
  32. Option "ModelName" "Generic Autodetecting Monitor"
  33. Option "DPMS" "true"
  34. Option "PreferredMode" "1920x1080"
  35. Option "TargetRefresh" "60"
  36. Option "Position" "0 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 "TargetRefresh" "60"
  45. Option "Monitor-DFP1" "0-DFP1"
  46. Option "Monitor-DFP2" "0-DFP2"
  47. BusID "PCI:1:0:0"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "aticonfig-Screen[0]-0"
  52. Device "aticonfig-Device[0]-0"
  53. DefaultDepth 24
  54. Option "TargetRefresh" "60"
  55. SubSection "Display"
  56. Viewport 0 0
  57. Depth 24
  58. EndSubSection
  59. EndSection
Advertisement
Add Comment
Please, Sign In to add comment