Advertisement
Guest User

Untitled

a guest
Jun 16th, 2018
200
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 "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. Modeline "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060 -HSync +Vsync
  42. EndSection
  43.  
  44. Section "Device"
  45. ### Available Driver options are:-
  46. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  47. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  48. ### <percent>: "<f>%"
  49. ### [arg]: arg optional
  50. #Option "SWcursor" # [<bool>]
  51. #Option "HWcursor" # [<bool>]
  52. #Option "NoAccel" # [<bool>]
  53. #Option "ShadowFB" # [<bool>]
  54. #Option "VideoKey" # <i>
  55. #Option "WrappedFB" # [<bool>]
  56. #Option "GLXVBlank" # [<bool>]
  57. #Option "ZaphodHeads" # <str>
  58. #Option "PageFlip" # [<bool>]
  59. #Option "SwapLimit" # <i>
  60. #Option "AsyncUTSDFS" # [<bool>]
  61. #Option "AccelMethod" # <str>
  62. #Option "DRI" # <i>
  63. Identifier "Card0"
  64. Driver "nvidia"
  65. BusID "PCI:1:0:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen0"
  70. Device "Card0"
  71. Monitor "Monitor0"
  72. SubSection "Display"
  73. #Viewport 0 0
  74. Depth 24
  75. Modes "1280x1024"
  76. EndSubSection
  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. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement