Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. #Option "Xinerama" "on"
  5. #Option "Clone" "off"
  6. EndSection
  7.  
  8. Section "Module"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Identifier "aticonfig-Monitor[0]-0"
  13. Option "VendorName" "ATI Proprietary Driver"
  14. Option "ModelName" "Generic Autodetecting Monitor"
  15. Option "DPMS" "true"
  16. EndSection
  17.  
  18. Section "Monitor"
  19. Identifier "0-DFP7"
  20. Option "VendorName" "ATI Proprietary Driver"
  21. Option "ModelName" "Generic Autodetecting Monitor"
  22. Option "DPMS" "true"
  23. Option "PreferredMode" "1920x1080"
  24. Option "TargetRefresh" "60"
  25. Option "Position" "1920 0"
  26. Option "Rotate" "normal"
  27. Option "Disable" "false"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "0-CRT1"
  32. Option "VendorName" "ATI Proprietary Driver"
  33. Option "ModelName" "Generic Autodetecting Monitor"
  34. Option "DPMS" "true"
  35. Option "PreferredMode" "1920x1080"
  36. Option "TargetRefresh" "60"
  37. Option "Position" "1920 0"
  38. Option "Rotate" "normal"
  39. Option "Disable" "false"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "aticonfig-Device[0]-0"
  44. Driver "fglrx"
  45. Option "Monitor-DFP7" "0-DFP7"
  46. Option "Monitor-CRT1" "0-CRT1"
  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. SubSection "Display"
  55. Viewport 0 0
  56. Virtual 3840 1920
  57. Depth 24
  58. EndSubSection
  59. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement