Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # Modified Calculate-core 3.4.7.19
  3. # Processed template files:
  4. # /var/lib/layman/calculate/profiles/templates/3.4/3_ac_install_live/1-merge/x11-base/xorg-server/X11/xorg.conf
  5. # For modify this file, create /etc/X11/xorg.conf.clt template.
  6. #------------------------------------------------------------------------------
  7.  
  8. Section "ServerLayout"
  9. Identifier "Xorg Configured"
  10. Screen "Monitor"
  11. EndSection
  12.  
  13. Section "Files"
  14. FontPath "/usr/share/fonts/corefonts"
  15. FontPath "/usr/share/fonts/misc"
  16. FontPath "/usr/share/fonts/droid"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dri"
  21. Load "dbe" # Double buffer extension
  22. Load "glx" # OpenGL X protocol interface
  23. Load "extmod" # Misc. required extension
  24. EndSection
  25.  
  26. Section "Monitor"
  27. Identifier "StandardMonitor"
  28. Option "DPMS"
  29. EndSection
  30.  
  31. Section "Device"
  32. Identifier "radeonVGA"
  33. Driver "radeon"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "Monitor"
  38. Device "radeonVGA"
  39. Monitor "StandardMonitor"
  40. DefaultDepth 24
  41. Subsection "Display"
  42. Viewport 0 0
  43. Depth 24
  44. Modes "1600x900"
  45. EndSubsection
  46. EndSection
  47. Section "DRI"
  48. Group "video"
  49. Mode 0666
  50. EndSection
  51.  
  52. Section "Extensions"
  53. Option "Composite" "On"
  54. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement