Advertisement
Guest User

Untitled

a guest
Nov 13th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2. #------------------------------------------------------------------------------
  3. # Modified Calculate-install 3.0.2
  4. # Processed template files:
  5. # /var/lib/layman/calculate/profiles/templates/install-3.0/1live/xorg-server/X11/xorg.conf
  6. # For modify this file, create /etc/X11/xorg.conf.clt template.
  7. #------------------------------------------------------------------------------
  8.  
  9. Section "ServerLayout"
  10. Identifier "Xorg Configured"
  11. Screen 0 "aticonfig-Screen[0]-0" 0 0
  12. EndSection
  13.  
  14. Section "Files"
  15. FontPath "/usr/share/fonts/corefonts"
  16. FontPath "/usr/share/fonts/misc"
  17. FontPath "/usr/share/fonts/droid"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "dri"
  22. Load "i2c"
  23. Load "bitmap"
  24. Load "ddc"
  25. Load "int10"
  26. Load "vbe"
  27. Load "glx" # OpenGL X protocol interface
  28. Load "extmod" # Misc. required extension
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "StandardMonitor"
  33. Option "DPMS"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "aticonfig-Monitor[0]-0"
  38. Option "VendorName" "ATI Proprietary Driver"
  39. Option "ModelName" "Generic Autodetecting Monitor"
  40. Option "DPMS" "true"
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "intelVGA"
  45. Driver "intel"
  46. Option "NoAccel" "False"
  47. Option "DRI" "True"
  48. Option "AccelMethod" "sna"
  49. EndSection
  50.  
  51. Section "Device"
  52. Identifier "aticonfig-Device[0]-0"
  53. Driver "fglrx"
  54. BusID "PCI:1:0:0"
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "Monitor"
  59. Device "intelVGA"
  60. Monitor "StandardMonitor"
  61. DefaultDepth 24
  62. SubSection "Display"
  63. Viewport 0 0
  64. Depth 24
  65. Modes "1366x768"
  66. EndSubSection
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "aticonfig-Screen[0]-0"
  71. Device "aticonfig-Device[0]-0"
  72. Monitor "aticonfig-Monitor[0]-0"
  73. DefaultDepth 24
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 24
  77. EndSubSection
  78. EndSection
  79.  
  80. Section "DRI"
  81. Group "video"
  82. Mode 0666
  83. EndSection
  84.  
  85. Section "Extensions"
  86. Option "Composite" "On"
  87. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement