Guest User

Untitled

a guest
Oct 15th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 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/X11R7/lib/modules"
  10. FontPath "/usr/X11R7/lib/X11/fonts/misc/"
  11. FontPath "/usr/X11R7/lib/X11/fonts/TTF/"
  12. FontPath "/usr/X11R7/lib/X11/fonts/Type1/"
  13. FontPath "/usr/X11R7/lib/X11/fonts/75dpi/"
  14. FontPath "/usr/X11R7/lib/X11/fonts/100dpi/"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "dbe"
  19. Load "dri"
  20. Load "dri2"
  21. Load "extmod"
  22. Load "glx"
  23. Load "record"
  24. Load "shadow"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. Option "Protocol" "wskbd"
  31. Option "Device" "/dev/wskbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "wsmouse"
  38. Option "Device" "/dev/wsmouse"
  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. ### <percent>: "<f>%"
  53. ### [arg]: arg optional
  54. #Option "SWcursor" # [<bool>]
  55. #Option "HWcursor" # [<bool>]
  56. #Option "PciRetry" # [<bool>]
  57. #Option "RGBbits" # <i>
  58. #Option "NoAccel" # [<bool>]
  59. #Option "SyncOnGreen" # [<bool>]
  60. #Option "Dac6Bit" # [<bool>]
  61. #Option "NoXaaPolySegment" # [<bool>]
  62. Identifier "Card0"
  63. Driver "tga"
  64. BusID "PCI:0:11:0"
  65. EndSection
  66.  
  67. Section "Screen"
  68. Identifier "Screen0"
  69. Device "Card0"
  70. Monitor "Monitor0"
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 1
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 4
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 8
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 15
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 16
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 24
  94. EndSubSection
  95. EndSection
Advertisement
Add Comment
Please, Sign In to add comment