Advertisement
atari83

Untitled

Dec 7th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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/share/fonts/misc/"
  11. FontPath "/usr/local/share/fonts/TTF/"
  12. FontPath "/usr/local/share/fonts/OTF/"
  13. FontPath "/usr/local/share/fonts/Type1/"
  14. FontPath "/usr/local/share/fonts/100dpi/"
  15. FontPath "/usr/local/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "record"
  21. Load "dbe"
  22. Load "dri2"
  23. Load "dri"
  24. Load "extmod"
  25. Load "freetype"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/sysmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. EndSection
  46.  
  47. Section "Device"
  48. ### Available Driver options are:-
  49. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  51. ### <percent>: "<f>%"
  52. ### [arg]: arg optional
  53. #Option "SWcursor" # [<bool>]
  54. #Option "kmsdev" # <str>
  55. #Option "ShadowFB" # [<bool>]
  56. #Option "AccelMethod" # <str>
  57. #Option "PageFlip" # [<bool>]
  58. #Option "ZaphodHeads" # <str>
  59. Identifier "Card0"
  60. Driver "vesa"
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement