Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 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/lib64/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Mouse0"
  29. Driver "mouse"
  30. Option "Protocol" "auto"
  31. Option "Device" "/dev/input/mice"
  32. Option "ZAxisMapping" "4 5 6 7"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Identifier "Monitor0"
  37. VendorName "Monitor Vendor"
  38. ModelName "Monitor Model"
  39. EndSection
  40.  
  41. Section "Device"
  42. ### Available Driver options are:-
  43. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  44. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  45. ### <percent>: "<f>%"
  46. ### [arg]: arg optional
  47. #Option "NoAccel" # [<bool>]
  48. #Option "AccelMethod" # <str>
  49. #Option "Backlight" # <str>
  50. #Option "DRI" # <str>
  51. #Option "ColorKey" # <i>
  52. #Option "VideoKey" # <i>
  53. #Option "Tiling" # [<bool>]
  54. #Option "LinearFramebuffer" # [<bool>]
  55. #Option "SwapbuffersWait" # [<bool>]
  56. #Option "XvPreferOverlay" # [<bool>]
  57. #Option "HotPlug" # [<bool>]
  58. #Option "RelaxedFencing" # [<bool>]
  59. #Option "Throttle" # [<bool>]
  60. #Option "ZaphodHeads" # <str>
  61. #Option "DelayedFlush" # [<bool>]
  62. #Option "TearFree" # [<bool>]
  63. #Option "PerCrtcPixmaps" # [<bool>]
  64. Identifier "Card0"
  65. Driver "intel"
  66. BusID "PCI:0:2:0"
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "Screen0"
  71. Device "Card0"
  72. Monitor "Monitor0"
  73. SubSection "Display"
  74. Viewport 0 0
  75. Depth 1
  76. EndSubSection
  77. SubSection "Display"
  78. Viewport 0 0
  79. Depth 4
  80. EndSubSection
  81. SubSection "Display"
  82. Viewport 0 0
  83. Depth 8
  84. EndSubSection
  85. SubSection "Display"
  86. Viewport 0 0
  87. Depth 15
  88. EndSubSection
  89. SubSection "Display"
  90. Viewport 0 0
  91. Depth 16
  92. EndSubSection
  93. SubSection "Display"
  94. Viewport 0 0
  95. Depth 24
  96. EndSubSection
  97. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement