Guest User

Untitled

a guest
Dec 14th, 2012
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1.  
  2. Section "ServerLayout"
  3. Identifier "Xorg Configured"
  4. Screen "Monitor"
  5. EndSection
  6.  
  7. Section "Files"
  8. FontPath "/usr/share/fonts/corefonts"
  9. FontPath "/usr/share/fonts/misc"
  10. FontPath "/usr/share/fonts/droid"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "dri"
  15. Load "dbe" # Double buffer extension
  16. Load "glx" # OpenGL X protocol interface
  17. Load "extmod" # Misc. required extension
  18. EndSection
  19.  
  20. Section "Monitor"
  21. Identifier "StandardMonitor"
  22. Option "DPMS"
  23. EndSection
  24.  
  25. Section "Device"
  26. Identifier "radeonVGA"
  27. Driver "radeon"
  28. EndSection
  29.  
  30. Section "Screen"
  31. Identifier "Monitor"
  32. Device "radeonVGA"
  33. Monitor "StandardMonitor"
  34. DefaultDepth 24
  35. Subsection "Display"
  36. Viewport 0 0
  37. Depth 24
  38. Modes "1920x1080"
  39. EndSubsection
  40. EndSection
  41. Section "DRI"
  42. Group "video"
  43. Mode 0666
  44. EndSection
  45.  
  46. Section "Extensions"
  47. Option "Composite" "Off"
  48. EndSection
Advertisement
Add Comment
Please, Sign In to add comment