Advertisement
Guest User

xorg_now

a guest
Dec 23rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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 "/usr/share/fonts/X11/misc"
  11. FontPath "/usr/share/fonts/X11/cyrillic"
  12. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  13. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  14. FontPath "/usr/share/fonts/X11/Type1"
  15. FontPath "/usr/share/fonts/X11/100dpi"
  16. FontPath "/usr/share/fonts/X11/75dpi"
  17. FontPath "built-ins"
  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" "True" # [<bool>]
  50. Option "SWcursor" "True" # [<bool>]
  51. Option "EnablePageFlip" "True" # [<bool>]
  52. #Option "SubPixelOrder" # [<str>]
  53. #Option "ZaphodHeads" # <str>
  54. #Option "AccelMethod" # <str>
  55. Option "DRI3" # [<bool>]
  56. #Option "DRI" # <i>
  57. Option "ShadowPrimary" "True" # [<bool>]
  58. Option "TearFree" "True" # [<bool>]
  59. Option "DeleteUnusedDP12Displays""True" # [<bool>]
  60. Option "VariableRefresh" "True" # [<bool>]
  61. Identifier "Card0"
  62. Driver "amdgpu"
  63. BusID "PCI:6:0:0"
  64. EndSection
  65.  
  66. Section "Screen"
  67. Identifier "Screen0"
  68. Device "Card0"
  69. Monitor "Monitor0"
  70. SubSection "Display"
  71. Viewport 0 0
  72. Depth 1
  73. EndSubSection
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 4
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 8
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 15
  85. EndSubSection
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 16
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 24
  93. EndSubSection
  94. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement