Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "aticonfig Layout"
  3. Screen 0 "screen" 0 0
  4. Screen "aticonfig-Screen[0]-1" RightOf "screen"
  5. EndSection
  6.  
  7. Section "Module"
  8. EndSection
  9.  
  10. Section "Monitor"
  11. Identifier "aticonfig-Monitor[0]-1"
  12. Option "VendorName" "ATI Proprietary Driver"
  13. Option "ModelName" "Generic Autodetecting Monitor"
  14. Option "DPMS" "true"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "fglrx"
  19. Driver "fglrx"
  20. Option "HWCursor" "false"
  21. BusID "PCI:1:5:0"
  22. EndSection
  23.  
  24. Section "Device"
  25. Identifier "aticonfig-Device[0]-1"
  26. Driver "fglrx"
  27. BusID "PCI:1:5:0"
  28. Screen 1
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "screen"
  33. Device "fglrx"
  34. DefaultDepth 24
  35. SubSection "Display"
  36. Depth 24
  37. EndSubSection
  38. EndSection
  39.  
  40. Section "Screen"
  41. Identifier "aticonfig-Screen[0]-1"
  42. Device "aticonfig-Device[0]-1"
  43. Monitor "aticonfig-Monitor[0]-1"
  44. DefaultDepth 24
  45. SubSection "Display"
  46. Viewport 0 0
  47. Depth 24
  48. EndSubSection
  49. EndSection
  50.  
  51. Section "DRI"
  52. Mode 0666
  53. EndSection
  54.  
  55. Section "Extensions"
  56. Option "Composite" "false"
  57. EndSection
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement