Advertisement
Guest User

uber dorky

a guest
Nov 18th, 2007
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf(5) manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. # sudo dpkg-reconfigure -phigh xserver-xorg
  16.  
  17. Section "Files"
  18. FontPath "/usr/share/fonts/X11/misc"
  19. FontPath "/usr/share/fonts/X11/cyrillic"
  20. FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  21. FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  22. FontPath "/usr/share/fonts/X11/Type1"
  23. FontPath "/usr/share/fonts/X11/100dpi"
  24. FontPath "/usr/share/fonts/X11/75dpi"
  25. # path to defoma fonts
  26. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  27. EndSection
  28.  
  29. Section "Module"
  30. Load "i2c"
  31. Load "bitmap"
  32. Load "ddc"
  33. Load "dri"
  34. Load "extmod"
  35. Load "freetype"
  36. Load "glx"
  37. Load "int10"
  38. Load "vbe"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42. Identifier "Generic Keyboard"
  43. Driver "kbd"
  44. Option "CoreKeyboard"
  45. Option "XkbRules" "xorg"
  46. Option "XkbModel" "macintosh"
  47. Option "XkbLayout" "us"
  48. Option "XkbVariant" "us"
  49. Option "XkbOptions" "lv3:ralt_switch"
  50. EndSection
  51.  
  52. Section "InputDevice"
  53. Identifier "Configured Mouse"
  54. Driver "mouse"
  55. Option "CorePointer"
  56. Option "Device" "/dev/input/mice"
  57. Option "Protocol" "ImPS/2"
  58. Option "ZAxisMapping" "4 5"
  59. Option "Emulate3Buttons" "true"
  60. Option "SHMConfig" "true"
  61. EndSection
  62.  
  63. # old Synaptics section
  64. #Section "InputDevice"
  65. # Identifier "Synaptics Touchpad"
  66. # Driver "synaptics"
  67. # Option "SendCoreEvents" "true"
  68. # Option "Device" "/dev/psaux"
  69. # Option "Protocol" "auto-dev"
  70. # Option "HorizScrollDelta" "0"
  71. #EndSection
  72.  
  73. Section "InputDevice"
  74. Identifier "Synaptics Touchpad"
  75. Driver "synaptics"
  76. Option "CorePointer"
  77. Option "Device" "/dev/input/mouse1"
  78. Option "Protocol" "auto-dev"
  79. Option "LeftEdge" "20"
  80. Option "RightEdge" "1000"
  81. Option "TopEdge" "17"
  82. Option "BottomEdge" "700"
  83. Option "FingerLow" "5"
  84. Option "FingerHigh" "7"
  85. Option "MaxTapTime" "180"
  86. Option "MaxTapMove" "220"
  87. Option "MaxDoubleTapTime" "180"
  88. Option "TapButton2" "3"
  89. Option "TapButton3" "2"
  90. Option "VertScrollDelta" "7"
  91. # turn off horizontal scrolling
  92. #Option "HorizScrollDelta" "0"
  93. Option "MinSpeed" "0.79"
  94. Option "MaxSpeed" "0.88"
  95. Option "AccelFactor" "0.0015"
  96. Option "LeftRightRepeat" "0"
  97. Option "UpDownRepeat" "0"
  98. Option "UpDownScrolling" "on"
  99. # turn off corner buttons
  100. Option "RTCornerButton" "0"
  101. Option "RBCornerButton" "0"
  102. Option "LTCornerButton" "0"
  103. Option "LBCornerButton" "0"
  104. # edge motion
  105. Option "EdgeMotionUseAlways" "0"
  106. Option "EdgeMotionMinZ" "25"
  107. Option "EdgeMotionMaxZ" "60"
  108. Option "EdgeMotionMinSpeed" "150"
  109. Option "EdgeMotionMaxSpeed" "200"
  110. Option "SHMConfig" "on"
  111. EndSection
  112.  
  113. Section "Device"
  114. Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
  115. Driver "i810"
  116. BusID "PCI:0:2:0"
  117. EndSection
  118.  
  119. Section "Monitor"
  120. Identifier "Generic Monitor"
  121. Option "DPMS"
  122. EndSection
  123.  
  124. Section "Screen"
  125. Identifier "Default Screen"
  126. Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
  127. Monitor "Generic Monitor"
  128. DefaultDepth 24
  129. SubSection "Display"
  130. Depth 1
  131. Modes "1280x800"
  132. EndSubSection
  133. SubSection "Display"
  134. Depth 4
  135. Modes "1280x800"
  136. EndSubSection
  137. SubSection "Display"
  138. Depth 8
  139. Modes "1280x800"
  140. EndSubSection
  141. SubSection "Display"
  142. Depth 15
  143. Modes "1280x800"
  144. EndSubSection
  145. SubSection "Display"
  146. Depth 16
  147. Modes "1280x800"
  148. EndSubSection
  149. SubSection "Display"
  150. Depth 24
  151. Modes "1280x800"
  152. EndSubSection
  153. EndSection
  154.  
  155. Section "ServerLayout"
  156. Identifier "Default Layout"
  157. Screen "Default Screen"
  158. InputDevice "Generic Keyboard"
  159. InputDevice "Synaptics Touchpad"
  160. InputDevice "Configured Mouse" "SendCoreEvents"
  161. EndSection
  162.  
  163. Section "Extensions"
  164. Option "Composite" "Enable"
  165. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement