Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2008
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. Section "Files"
  2.  
  3. FontPath "/usr/share/fonts/misc"
  4.  
  5. FontPath "/usr/share/fonts/cyrillic"
  6.  
  7. FontPath "/usr/share/fonts/100dpi/:unscaled"
  8.  
  9. FontPath "/usr/share/fonts/75dpi/:unscaled"
  10.  
  11. FontPath "/usr/share/fonts/100dpi"
  12.  
  13. FontPath "/usr/share/fonts/75dpi"
  14.  
  15. FontPath "/usr/share/fonts/arphicfonts"
  16.  
  17. FontPath "/usr/share/fonts/baekmuk-fonts"
  18.  
  19. FontPath "/usr/share/fonts/kochi-substitute"
  20.  
  21. EndSection
  22.  
  23.  
  24.  
  25. Section "Module"
  26.  
  27. Load "bitmap"
  28.  
  29. Load "ddc"
  30.  
  31. Load "dri"
  32.  
  33. Load "extmod"
  34.  
  35. Load "freetype"
  36.  
  37. Load "glx"
  38.  
  39. Load "int10"
  40.  
  41. Load "type1"
  42.  
  43. Load "vbe"
  44.  
  45. EndSection
  46.  
  47.  
  48.  
  49. Section "InputDevice"
  50.  
  51. Identifier "Generic Keyboard"
  52.  
  53. Driver "kbd"
  54.  
  55. Option "CoreKeyboard"
  56.  
  57. Option "XkbRules" "xorg"
  58.  
  59. Option "XkbModel" "pc104"
  60.  
  61. Option "XkbLayout" "us"
  62.  
  63. EndSection
  64.  
  65.  
  66.  
  67. Section "InputDevice"
  68.  
  69. Identifier "Configured Mouse"
  70.  
  71. Driver "mouse"
  72.  
  73. Option "CorePointer"
  74.  
  75. Option "Device" "/dev/input/mice"
  76.  
  77. Option "Protocol" "ExplorerPS/2"
  78.  
  79. Option "ZAxisMapping" "4 5"
  80.  
  81. Option "Emulate3Buttons" "false"
  82.  
  83. EndSection
  84.  
  85.  
  86.  
  87. Section "InputDevice"
  88.  
  89. Identifier "Synaptics Touchpad"
  90.  
  91. Driver "synaptics"
  92.  
  93. Option "SendCoreEvents" "true"
  94.  
  95. Option "Device" "/dev/psaux"
  96.  
  97. Option "Protocol" "auto-dev"
  98.  
  99. Option "HorizScrollDelta" "0"
  100.  
  101. EndSection
  102.  
  103.  
  104.  
  105. Section "Device"
  106.  
  107. Identifier "Intel Corporation Integrated Graphics Device"
  108.  
  109. Driver "intel"
  110.  
  111. #Option "BusID" "PCI:00:02.1"
  112.  
  113. Option "XAANoOffscreenPixmaps" "true"
  114.  
  115. Option "TripleBuffer" "true"
  116.  
  117. EndSection
  118.  
  119.  
  120.  
  121. Section "Monitor"
  122.  
  123. Identifier "Generic Monitor"
  124.  
  125. Option "DPMS"
  126.  
  127. HorizSync 28-49
  128.  
  129. VertRefresh 43-72
  130.  
  131. EndSection
  132.  
  133.  
  134.  
  135. Section "Screen"
  136.  
  137. Identifier "Default Screen"
  138.  
  139. Device "Intel Corporation Integrated Graphics Device"
  140.  
  141. Monitor "Generic Monitor"
  142.  
  143. DefaultDepth 24
  144.  
  145. SubSection "Display"
  146.  
  147. Depth 16
  148.  
  149. Modes "1440x900"
  150.  
  151. EndSubSection
  152.  
  153. SubSection "Display"
  154.  
  155. Depth 24
  156.  
  157. Modes "1440x900"
  158.  
  159. EndSubSection
  160.  
  161. EndSection
  162.  
  163.  
  164.  
  165. Section "ServerLayout"
  166.  
  167. Identifier "Default Layout"
  168.  
  169. Screen "Default Screen"
  170.  
  171. InputDevice "Generic Keyboard"
  172.  
  173. InputDevice "Configured Mouse"
  174.  
  175. InputDevice "Synaptics Touchpad"
  176.  
  177. EndSection
  178.  
  179.  
  180.  
  181. Section "DRI"
  182.  
  183. Mode 0666
  184.  
  185. EndSection
  186.  
  187.  
  188.  
  189. Section "Extensions"
  190.  
  191. Option "Composite" "true"
  192.  
  193. EndSection
  194.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement