Guest User

Untitled

a guest
Jul 4th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # Modified Calculate-install 3.0.0
  3. # Processed template files:
  4. # /var/lib/layman/calculate/profiles/templates/install-3.0/1live/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 "fglrxVGA"
  33. Driver "fglrx"
  34. Option "XAANoOffscreenPixmaps" "True"
  35. Option "AllowGLXWithComposite" "True"
  36. Option "RenderAccel" "True"
  37. Option "AddARGBGLXVisuals" "True"
  38. Option "TripleBuffer" "True"
  39. Option "UseFBDev" "True"
  40. #http://ru.gentoo-wiki.com/wiki/Fglrx
  41. Option "VideoOverlay" "on" # fix bug with mplayer
  42. Option "TexturedVideo" "on" # fix bug Xv
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Monitor"
  47. Device "fglrxVGA"
  48. Monitor "StandardMonitor"
  49. DefaultDepth 24
  50. Subsection "Display"
  51. Viewport 0 0
  52. Depth 24
  53. Modes "1280x1024"
  54. EndSubsection
  55. EndSection
  56. Section "DRI"
  57. Group "video"
  58. Mode 0666
  59. EndSection
  60.  
  61. Section "Extensions"
  62. Option "RENDER" "On"
  63. Option "XVideo" "On"
  64. Option "Composite" "On"
  65. EndSection
Advertisement
Add Comment
Please, Sign In to add comment