Advertisement
Guest User

Untitled

a guest
Aug 8th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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. EndSection
  11.  
  12. Section "Module"
  13. Load "dri"
  14. Load "i2c"
  15. Load "bitmap"
  16. Load "ddc"
  17. Load "int10"
  18. Load "vbe"
  19. Load "glx" # OpenGL X protocol interface
  20. Load "extmod" # Misc. required extension
  21. EndSection
  22.  
  23. Section "Monitor"
  24. Identifier "StandardMonitor"
  25. Option "DPMS"
  26. EndSection
  27.  
  28. Section "Device"
  29. Identifier "intelVGA"
  30. Driver "intel"
  31. Option "NoAccel" "False"
  32. Option "DRI" "True"
  33. Option "AccelMethod" "sna"
  34. EndSection
  35.  
  36. Section "Screen"
  37. Identifier "Monitor"
  38. Device "intelVGA"
  39. Monitor "StandardMonitor"
  40. DefaultDepth 24
  41. Subsection "Display"
  42. Viewport 0 0
  43. Depth 24
  44. Modes "1280x1024"
  45. EndSubsection
  46. EndSection
  47.  
  48. Section "DRI"
  49. Group "video"
  50. Mode 0666
  51. EndSection
  52.  
  53. Section "Extensions"
  54. Option "Composite" "On"
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement