Advertisement
Guest User

Untitled

a guest
Jun 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 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. Section "Module"
  20. Load "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24. Identifier "Keyboard0"
  25. Driver "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Mouse0"
  30. Driver "mouse"
  31. Option "Protocol" "auto"
  32. Option "Device" "/dev/input/mice"
  33. Option "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Monitor Vendor"
  39. ModelName "Monitor Model"
  40. Modeline "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 $
  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 "SWcursor" # [<bool>]
  50. #Option "HWcursor" # [<bool>]
  51. #Option "NoAccel" # [<bool>]
  52. #Option "ShadowFB" # [<bool>]
  53. #Option "VideoKey" # <i>
  54. #Option "WrappedFB" # [<bool>]
  55. #Option "GLXVBlank" # [<bool>]
  56. #Option "ZaphodHeads" # <str>
  57. #Option "PageFlip" # [<bool>]
  58. #Option "SwapLimit" # <i>
  59. #Option "AsyncUTSDFS" # [<bool>]
  60. #Option "AccelMethod" # <str>
  61. #Option "DRI" # <i>
  62. Identifier "Card0"
  63. Driver "nouveau"
  64. BusID "PCI:1:0: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 24
  74. Modes "1280x1024"
  75. EndSubSection
  76. SubSection "Display"
  77. Viewport 0 0
  78. Depth 1
  79. EndSubSection
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 4
  83. EndSubSection
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 8
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 15
  91. EndSubSection
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 16
  95. EndSubSection
  96. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement