Advertisement
Guest User

xorg.conf

a guest
Nov 2nd, 2014
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.63 KB | None | 0 0
  1.  
  2. Section "ServerLayout"
  3.  Identifier "Xorg Configured"
  4.  Screen "Monitor"
  5. EndSection
  6.  
  7. Section "ServerLayout"
  8. Identifier "Xorg Configured1"
  9. Screen "Monitor1"
  10. EndSection
  11.  
  12. Section "Files"
  13.  FontPath "/usr/share/fonts/corefonts"
  14.  FontPath "/usr/share/fonts/misc"
  15.  FontPath "/usr/share/fonts/droid"
  16. EndSection
  17.  
  18. Section "Module"
  19.  Load "dbe" # Double buffer extension
  20.  Load "glx" # OpenGL X protocol interface
  21.  Load "extmod" # Misc. required extension
  22. EndSection
  23.  
  24. Section "Screen"
  25.  Identifier "Monitor"
  26. EndSection
  27.  
  28. Section "Screen"
  29.  Identifier "Monitor1"
  30. EndSection
  31.  
  32. Section "Extensions"
  33.  Option "Composite" "On"
  34. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement