Advertisement
Guest User

Untitled

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