Guest User

Untitled

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