Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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. Load "FGL.renamed.libglx"
  23. EndSection
  24.  
  25. Section "Device"
  26. Identifier "Intel Graphics"
  27. Driver "intel"
  28. Option "DRI" "3"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "InputDevice"
  37. Identifier "Mouse0"
  38. Driver "mouse"
  39. Option "Protocol" "auto"
  40. Option "Device" "/dev/input/mice"
  41. Option "ZAxisMapping" "4 5 6 7"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor0"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51. ### Available Driver options are:-
  52. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  53. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  54. ### <percent>: "<f>%"
  55. ### [arg]: arg optional
  56. #Option "SWcursor" # [<bool>]
  57. #Option "kmsdev" # <str>
  58. #Option "ShadowFB" # [<bool>]
  59. Identifier "Card0"
  60. Driver "modesetting"
  61. BusID "PCI:0:2:0"
  62. EndSection
  63.  
  64. Section "Screen"
  65. Identifier "Screen0"
  66. Device "Card0"
  67. Monitor "Monitor0"
  68. SubSection "Display"
  69. Viewport 0 0
  70. Depth 1
  71. EndSubSection
  72. SubSection "Display"
  73. Viewport 0 0
  74. Depth 4
  75. EndSubSection
  76. SubSection "Display"
  77. Viewport 0 0
  78. Depth 8
  79. EndSubSection
  80. SubSection "Display"
  81. Viewport 0 0
  82. Depth 15
  83. EndSubSection
  84. SubSection "Display"
  85. Viewport 0 0
  86. Depth 16
  87. EndSubSection
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 24
  91. EndSubSection
  92. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement