Advertisement
Guest User

Untitled

a guest
Jun 21st, 2009
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. #Option "AutoAddDevices" "False"
  7. #Option "AIGLX" "on"
  8. #Option "DontZap" "False"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/local/lib/xorg/modules"
  13. FontPath "/usr/local/lib/X11/fonts/misc/"
  14. FontPath "/usr/local/lib/X11/fonts/TTF/"
  15. FontPath "/usr/local/lib/X11/fonts/OTF"
  16. FontPath "/usr/local/lib/X11/fonts/Type1/"
  17. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  18. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  19. FontPath "/usr/local/lib/X11/fonts/URW/"
  20. FontPath "/usr/local/lib/X11/fonts/TrueType/"
  21. EndSection
  22.  
  23. Section "Module"
  24. Load "extmod"
  25. Load "record"
  26. Load "dbe"
  27. Load "glx"
  28. Load "dri"
  29. Load "dri2"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38. Identifier "Mouse0"
  39. Driver "mouse"
  40. Option "Protocol" "auto"
  41. Option "Device" "/dev/sysmouse"
  42. Option "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Monitor Vendor"
  48. ModelName "Monitor Model"
  49. #Option "DPMS"
  50. EndSection
  51.  
  52. Section "Device"
  53. ### Available Driver options are:-
  54. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  55. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  56. ### [arg]: arg optional
  57. #Option "NoAccel" # [<bool>]
  58. #Option "SWcursor" # [<bool>]
  59. #Option "ColorKey" # <i>
  60. #Option "CacheLines" # <i>
  61. #Option "Dac6Bit" # [<bool>]
  62. #Option "DRI" # [<bool>]
  63. #Option "NoDDC" # [<bool>]
  64. #Option "ShowCache" # [<bool>]
  65. #Option "XvMCSurfaces" # <i>
  66. #Option "PageFlip" # [<bool>]
  67.  
  68. Identifier "Card0"
  69. #Option "AccelMethod" "UXA"
  70. Driver "intel"
  71. VendorName "Intel Corporation"
  72. BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
  73. BusID "PCI:0:2:0"
  74. EndSection
  75.  
  76. Section "Screen"
  77. Identifier "Screen0"
  78. Device "Card0"
  79. Monitor "Monitor0"
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 1
  83. EndSubSection
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 4
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 8
  91. EndSubSection
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 15
  95. EndSubSection
  96. SubSection "Display"
  97. Viewport 0 0
  98. Depth 16
  99. EndSubSection
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 24
  103. EndSubSection
  104. EndSection
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement