Advertisement
Guest User

Untitled

a guest
Feb 20th, 2010
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Section "Monitor"
  2. Identifier "Acer TravelMate 5730G"
  3. Option "PreferredMode" "1280x800"
  4. Option "DPMS"
  5. EndSection
  6.  
  7. Section "Monitor"
  8. Identifier "Iiyama ProLite B2409HDS"
  9. Option "PreferredMode" "1920x1080"
  10. Option "DMPS"
  11. Option "LeftOf" "Acer TravelMate 5730G"
  12. EndSection
  13.  
  14. Section "Device"
  15. Identifier "ATI Radeon HD 3650"
  16. Driver "fglrx"
  17. BusID "PCI:1:0:0"
  18. Option "Monitor-DFP1" "Iiyama ProLite B2409HDS"
  19. Option "Monitor-LCD" "Acer TravelMate 5730G"
  20. # Screen 0
  21.  
  22. ## fglrx options
  23. Option "Composite" "Enable"
  24. Option "VideoOverlay" "off"
  25. Option "OpenGLOverlay" "off"
  26. Option "TexturedVideo" "on"
  27. Option "no_dri" "no"
  28. Option "AllowGLXWithComposite" "true"
  29. Option "TexturedVideoSync" "off"
  30. Option "AccelMethod" "EXA"
  31. # Option "CenterMode" "off"
  32.  
  33. ## radeon/radeonhd options
  34. Option "DRI" "on"
  35.  
  36. ## radeon options
  37. Option "AccelMethod" "EXA"
  38. Option "ColorTiling" "on"
  39. Option "DynamicClocks" "on"
  40. Option "DMAForXv" "on"
  41. Option "RenderAccel" "on"
  42. Option "EnablePageFlip" "on"
  43. ## radeonhd options
  44. # Option "AccelMethod" "exa"
  45. Option "Audio" "on"
  46. Option "HDMI" "all"
  47. # Option "RROutputOrder" "PANEL"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "ATI Radeon HD 3650"
  53. Monitor "Acer TravelMate 5730G"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Virtual 1920 1080
  57. Depth 24
  58. Modes "1280x800"
  59. EndSubSection
  60. EndSection
  61.  
  62. Section "Module"
  63. Load "glx"
  64. Load "dri"
  65. Load "drm"
  66. # Load "GLcore"
  67. EndSection
  68.  
  69. Section "ServerFlags"
  70. Option "AIGLX" "true"
  71. EndSection
  72.  
  73. Section "DRI"
  74. Group "video"
  75. Mode 0666
  76. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement