Advertisement
Guest User

Untitled

a guest
Feb 9th, 2009
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. Screen 0 "Screen0" 0 0
  2. InputDevice "Mouse0" "CorePointer"
  3. InputDevice "Keyboard0" "CoreKeyboard"
  4. Option "AllowEmptyInput" "off"
  5. EndSection
  6.  
  7. Section "Files"
  8. ModulePath "/usr/local/lib/xorg/modules"
  9. FontPath "/usr/local/lib/X11/fonts/misc/"
  10. FontPath "/usr/local/lib/X11/fonts/TTF/"
  11. FontPath "/usr/local/lib/X11/fonts/OTF"
  12. FontPath "/usr/local/lib/X11/fonts/Type1/"
  13. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  14. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  15. EndSection
  16.  
  17. Section "Module"
  18. Load "GLcore"
  19. Load "extmod"
  20. Load "record"
  21. Load "dbe"
  22. Load "glx"
  23. Load "xtrap"
  24. Load "dri"
  25. Load "freetype"
  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 "NoAccel" # [<bool>]
  53. #Option "SWcursor" # [<bool>]
  54. #Option "ColorKey" # <i>
  55. #Option "CacheLines" # <i>
  56. #Option "Dac6Bit" # [<bool>]
  57. #Option "DRI" # [<bool>]
  58. #Option "NoDDC" # [<bool>]
  59. #Option "ShowCache" # [<bool>]
  60. #Option "XvMCSurfaces" # <i>
  61. #Option "PageFlip" # [<bool>]
  62. Identifier "Card0"
  63. Driver "intel"
  64. VendorName "Intel Corporation"
  65. BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
  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
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement