Advertisement
Guest User

Vertimyst

a guest
Nov 22nd, 2008
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 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. RgbPath "/usr/share/X11/rgb"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/misc"
  12. FontPath "/usr/share/fonts/100dpi:unscaled"
  13. FontPath "/usr/share/fonts/75dpi:unscaled"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "glx"
  20. Load "GLcore"
  21. Load "dri"
  22. Load "extmod"
  23. Load "dbe"
  24. Load "xtrap"
  25. Load "record"
  26. Load "freetype"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  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. #DisplaySize 370 230 # mm
  44. Identifier "Monitor0"
  45. VendorName "LPL"
  46. ModelName "0"
  47. HorizSync 30.0 - 130.0
  48. VertRefresh 50.0 - 100.0
  49. EndSection
  50.  
  51. Section "Device"
  52. ### Available Driver options are:-
  53. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  54. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  55. ### [arg]: arg optional
  56. #Option "NoAccel" # [<bool>]
  57. #Option "SWcursor" # [<bool>]
  58. #Option "ColorKey" # <i>
  59. #Option "CacheLines" # <i>
  60. #Option "Dac6Bit" # [<bool>]
  61. #Option "DRI" # [<bool>]
  62. #Option "NoDDC" # [<bool>]
  63. #Option "ShowCache" # [<bool>]
  64. #Option "XvMCSurfaces" # <i>
  65. #Option "PageFlip" # [<bool>]
  66. Identifier "Card0"
  67. Driver "intel"
  68. VendorName "Intel Corporation"
  69. BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
  70. BusID "PCI:0:2:0"
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen0"
  75. Device "Card0"
  76. Monitor "Monitor0"
  77. DefaultDepth 24
  78. SubSection "Display"
  79. Viewport 0 0
  80. Depth 1
  81. EndSubSection
  82. SubSection "Display"
  83. Viewport 0 0
  84. Depth 4
  85. EndSubSection
  86. SubSection "Display"
  87. Viewport 0 0
  88. Depth 8
  89. EndSubSection
  90. SubSection "Display"
  91. Viewport 0 0
  92. Depth 15
  93. EndSubSection
  94. SubSection "Display"
  95. Viewport 0 0
  96. Depth 16
  97. EndSubSection
  98. SubSection "Display"
  99. Viewport 0 0
  100. Depth 24
  101. Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
  102. Virtual 2720 1024
  103. EndSubSection
  104. EndSection
  105.  
  106. Section "Extensions"
  107. Option "Composite" "Enable"
  108. EndSection
  109.  
  110.  
  111.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement