Advertisement
Guest User

Untitled

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