Advertisement
Guest User

Untitled

a guest
Dec 9th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 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 "AllowEmptyInput" "False"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib/xorg/modules"
  12. FontPath "/usr/share/fonts/X11/misc"
  13. FontPath "/usr/share/fonts/X11/TTF"
  14. FontPath "/usr/share/fonts/X11/OTF"
  15. FontPath "/usr/share/fonts/X11/Type1"
  16. FontPath "/usr/share/fonts/X11/100dpi"
  17. FontPath "/usr/share/fonts/X11/75dpi"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. Identifier "Keyboard0"
  26. Driver "kbd"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/input/mice"
  34. Option "ZAxisMapping" "4 5 6 7"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. VendorName "Monitor Vendor"
  40. ModelName "Monitor Model"
  41. EndSection
  42.  
  43. Section "Device"
  44. ### Available Driver options are:-
  45. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  46. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  47. ### <percent>: "<f>%"
  48. ### [arg]: arg optional
  49. #Option "Accel" # [<bool>]
  50. #Option "AccelMethod" # <str>
  51. #Option "Backlight" # <str>
  52. #Option "CustomEDID" # <str>
  53. #Option "DRI" # <str>
  54. #Option "Present" # [<bool>]
  55. #Option "ColorKey" # <i>
  56. #Option "VideoKey" # <i>
  57. #Option "Tiling" # [<bool>]
  58. #Option "LinearFramebuffer" # [<bool>]
  59. #Option "HWRotation" # [<bool>]
  60. #Option "VSync" # [<bool>]
  61. #Option "PageFlip" # [<bool>]
  62. #Option "SwapbuffersWait" # [<bool>]
  63. #Option "TripleBuffer" # [<bool>]
  64. #Option "XvPreferOverlay" # [<bool>]
  65. #Option "HotPlug" # [<bool>]
  66. #Option "ReprobeOutputs" # [<bool>]
  67. #Option "XvMC" # [<bool>]
  68. #Option "ZaphodHeads" # <str>
  69. #Option "VirtualHeads" # <i>
  70. #Option "TearFree" # [<bool>]
  71. #Option "PerCrtcPixmaps" # [<bool>]
  72. #Option "FallbackDebug" # [<bool>]
  73. #Option "DebugFlushBatches" # [<bool>]
  74. #Option "DebugFlushCaches" # [<bool>]
  75. #Option "DebugWait" # [<bool>]
  76. #Option "BufferCache" # [<bool>]
  77. Identifier "Card0"
  78. Driver "intel"
  79. BusID "PCI:0:2:0"
  80. EndSection
  81.  
  82. Section "Screen"
  83. Identifier "Screen0"
  84. Device "Card0"
  85. Monitor "Monitor0"
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 1
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 4
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 8
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 15
  101. EndSubSection
  102. SubSection "Display"
  103. Viewport 0 0
  104. Depth 16
  105. EndSubSection
  106. SubSection "Display"
  107. Viewport 0 0
  108. Depth 24
  109. EndSubSection
  110. EndSection
  111.  
  112.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement