Advertisement
Guest User

conf

a guest
May 6th, 2012
92
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/local/lib/xorg/modules"
  10. FontPath "/usr/local/lib/X11/fonts/webfonts/"
  11. FontPath "/usr/local/lib/X11/fonts/misc/"
  12. FontPath "/usr/local/lib/X11/fonts/TTF/"
  13. FontPath "/usr/local/lib/X11/fonts/OTF"
  14. FontPath "/usr/local/lib/X11/fonts/Type1/"
  15. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  16. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20. Load "dbe"
  21. Load "dri"
  22. Load "dri2"
  23. Load "extmod"
  24. Load "glx"
  25. Load "record"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. Identifier "Keyboard0"
  30. Driver "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Mouse0"
  35. Driver "mouse"
  36. Option "Protocol" "auto"
  37. Option "Device" "/dev/sysmouse"
  38. Option "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor0"
  43. VendorName "Monitor Vendor"
  44. ModelName "Monitor Model"
  45. EndSection
  46.  
  47. Section "Device"
  48. ### Available Driver options are:-
  49. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  50. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  51. ### [arg]: arg optional
  52. #Option "ShadowFB" # [<bool>]
  53. #Option "DefaultRefresh" # [<bool>]
  54. #Option "ModeSetClearScreen" # [<bool>]
  55. Identifier "Card0"
  56. Driver "vesa"
  57. VendorName "Intel Corporation"
  58. BoardName "2nd Generation Core Processor Family Integrated Graphics Controller"
  59. BusID "PCI:0:2:0"
  60. EndSection
  61.  
  62. Section "Screen"
  63. Identifier "Screen0"
  64. Device "Card0"
  65. Monitor "Monitor0"
  66. SubSection "Display"
  67. Viewport 0 0
  68. Depth 1
  69. EndSubSection
  70. SubSection "Display"
  71. Viewport 0 0
  72. Depth 4
  73. EndSubSection
  74. SubSection "Display"
  75. Viewport 0 0
  76. Depth 8
  77. EndSubSection
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 15
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 16
  85. EndSubSection
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 24
  89. EndSubSection
  90. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement