Advertisement
Guest User

Untitled

a guest
Feb 27th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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. Load "glx"
  8. EndSection
  9.  
  10. Section "Monitor"
  11. Identifier "aticonfig-Monitor[0]-0"
  12. Option "VendorName" "ATI Proprietary Driver"
  13. Option "ModelName" "Generic Autodetecting Monitor"
  14. Option "DPMS" "true"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "0-LVDS"
  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" "1920 0"
  25. Option "Rotate" "normal"
  26. Option "Disable" "false"
  27. EndSection
  28.  
  29. Section "Monitor"
  30. Identifier "0-DFP1"
  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 "Monitor-LVDS" "0-LVDS"
  45. Option "Monitor-DFP1" "0-DFP1"
  46. BusID "PCI:1:0:0"
  47. EndSection
  48.  
  49. Section "Screen"
  50. Identifier "Default Screen"
  51. DefaultDepth 24
  52. EndSection
  53.  
  54. Section "Screen"
  55. Identifier "aticonfig-Screen[0]-0"
  56. Device "aticonfig-Device[0]-0"
  57. DefaultDepth 24
  58. SubSection "Display"
  59. Viewport 0 0
  60. Virtual 3840 1920
  61. Depth 24
  62. EndSubSection
  63. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement