Guest User

Untitled

a guest
Jun 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  18. FontPath "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "record"
  23. Load "extmod"
  24. Load "glx"
  25. Load "dri"
  26. Load "dbe"
  27. Load "dri2"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Keyboard0"
  32. Driver "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Mouse0"
  37. Driver "mouse"
  38. Option "Protocol" "auto"
  39. Option "Device" "/dev/input/mice"
  40. Option "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44. Identifier "Monitor0"
  45. VendorName "Monitor Vendor"
  46. ModelName "Monitor Model"
  47. EndSection
  48.  
  49. Section "Device"
  50. ### Available Driver options are:-
  51. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  52. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  53. ### <percent>: "<f>%"
  54. ### [arg]: arg optional
  55. #Option "SWcursor" # [<bool>]
  56. #Option "HWcursor" # [<bool>]
  57. #Option "NoAccel" # [<bool>]
  58. #Option "ShadowFB" # [<bool>]
  59. #Option "UseFBDev" # [<bool>]
  60. #Option "Rotate" # [<str>]
  61. #Option "VideoKey" # <i>
  62. #Option "FlatPanel" # [<bool>]
  63. #Option "FPDither" # [<bool>]
  64. #Option "CrtcNumber" # <i>
  65. #Option "FPScale" # [<bool>]
  66. #Option "FPTweak" # <i>
  67. #Option "DualHead" # [<bool>]
  68. Identifier "Card0"
  69. Driver "nv"
  70. BusID "PCI:1:0:0"
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 1
  80. EndSubSection
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 4
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 8
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 15
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 16
  96. EndSubSection
  97. SubSection "Display"
  98. Viewport 0 0
  99. Depth 24
  100. EndSubSection
  101. EndSection
Add Comment
Please, Sign In to add comment