Advertisement
Guest User

gianpaolo

a guest
Mar 12th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 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 "DPMS" "true"
  14. EndSection
  15.  
  16. Section "Monitor"
  17. Identifier "0-LVDS"
  18. Option "VendorName" "ATI Proprietary Driver"
  19. Option "ModelName" "Generic Autodetecting Monitor"
  20. Option "DPMS" "true"
  21. Option "Disable" "true"
  22. EndSection
  23.  
  24. Section "Monitor"
  25. Identifier "0-DFP1"
  26. Option "VendorName" "ATI Proprietary Driver"
  27. Option "ModelName" "Generic Autodetecting Monitor"
  28. Option "DPMS" "true"
  29. Option "PreferredMode" "1920x1080"
  30. Option "TargetRefresh" "60"
  31. Option "Position" "0 0"
  32. Option "Rotate" "normal"
  33. Option "Disable" "false"
  34. EndSection
  35.  
  36. Section "Device"
  37. Identifier "aticonfig-Device[0]-0"
  38. Driver "fglrx"
  39. Option "Monitor-LVDS" "0-LVDS"
  40. Option "Monitor-DFP1" "0-DFP1"
  41. Option "UseFastTLS" "0"
  42. BusID "PCI:0:1:0"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "aticonfig-Screen[0]-0"
  47. Device "aticonfig-Device[0]-0"
  48. DefaultDepth 24
  49. SubSection "Display"
  50. Viewport 0 0
  51. Depth 24
  52. EndSubSection
  53. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement