Advertisement
Guest User

Untitled

a guest
Jul 12th, 2010
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 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/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 "record"
  20. Load "dri"
  21. Load "glx"
  22. Load "dri2"
  23. Load "dbe"
  24. Load "extmod"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. Option "XkbLayout" "pt"
  31. Option "XkbVariant" ""
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/input/mice"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "Monitor Vendor"
  45. ModelName "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49. ### Available Driver options are:-
  50. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  52. ### [arg]: arg optional
  53. #Option "ShadowFB" # [<bool>]
  54. #Option "DefaultRefresh" # [<bool>]
  55. #Option "ModeSetClearScreen" # [<bool>]
  56. Identifier "Card0"
  57. Driver "vesa"
  58. VendorName "InnoTek Systemberatung GmbH"
  59. BoardName "VirtualBox Graphics Adapter"
  60. BusID "PCI:0:2:0"
  61. EndSection
  62.  
  63. Section "Screen"
  64. Identifier "Screen0"
  65. Device "Card0"
  66. Monitor "Monitor0"
  67. SubSection "Display"
  68. Viewport 0 0
  69. Depth 1
  70. EndSubSection
  71. SubSection "Display"
  72. Viewport 0 0
  73. Depth 4
  74. EndSubSection
  75. SubSection "Display"
  76. Viewport 0 0
  77. Depth 8
  78. EndSubSection
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 15
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 16
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 24
  90. Modes "1280x1024" "1024x768"
  91. EndSubSection
  92. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement