seberm

seberm

Dec 27th, 2008
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1.  
  2. Section "ServerLayout"
  3. Identifier "X.org Configured"
  4. Screen 0 "Screen0" 0 0
  5. Screen 1 "Screen1" RightOf "Screen0"
  6. InputDevice "Mouse0" "SendCoreEvents"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "touchpad" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. # RgbPath "/usr/share/X11/rgb"
  13. ModulePath "/usr/lib/xorg/modules"
  14. FontPath "/usr/share/fonts/misc"
  15. FontPath "/usr/share/fonts/100dpi:unscaled"
  16. FontPath "/usr/share/fonts/75dpi:unscaled"
  17. FontPath "/usr/share/fonts/TTF"
  18. FontPath "/usr/share/fonts/Type1"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "glx"
  23. Load "record"
  24. Load "dbe"
  25. Load "xtrap"
  26. Load "extmod"
  27. Load "freetype"
  28. Load "synaptics" # My touchpad
  29. EndSection
  30.  
  31. Section "ServerFlags"
  32. Option "Xinerama" "1"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41. Identifier "Mouse0"
  42. Driver "mouse"
  43. Option "Protocol" "auto"
  44. Option "Device" "/dev/input/mice"
  45. Option "ZAxisMapping" "4 5 6 7"
  46. Option "Emulate3Buttons"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. Identifier "touchpad"
  51. Driver "synaptics"
  52. Option "AlwaysCore" "true"
  53. Option "Protocol" "auto-dev"
  54. Option "LeftEdge" "1700"
  55. Option "RightEdge" "5300"
  56. Option "TopEdge" "1700"
  57. Option "BottomEdge" "4200"
  58. Option "FingerLow" "25"
  59. Option "FingerHigh" "30"
  60. Option "MaxTapTime" "180"
  61. Option "MaxTapMove" "220"
  62.  
  63. Option "MaxDoubleTapTime" "180"
  64. Option "ClickTime" "100"
  65. Option "EmulateMidButtonTime" "75"
  66.  
  67. Option "VertEdgeScroll" "true"
  68. Option "HorizEdgeScroll" "true"
  69. Option "VertScrollDelta" "60"
  70. Option "HorizScrollDelta" "30"
  71. Option "UpDownScrolling" "1"
  72. Option "VertTwoFingerScroll" "true"
  73. Option "HorizTwoFingerScroll" "true"
  74.  
  75. Option "CornerCoasting" "true"
  76. Option "CoastingSpeed" "0.30"
  77. Option "MinSpeed" "0.18"
  78. Option "MaxSpeed" "0.60"
  79. Option "AccelFactor" "0.0022"
  80. Option "SHMConfig" "false"
  81. EndSection
  82.  
  83. Section "Monitor"
  84. Identifier "Monitor0"
  85. VendorName "Unknown"
  86. ModelName "AUO"
  87. HorizSync 30.0 - 75.0
  88. VertRefresh 60.0
  89. EndSection
  90.  
  91. Section "Monitor"
  92. Identifier "Monitor1"
  93. VendorName "Unknown"
  94. ModelName "CGT 2010"
  95. HorizSync 30.0 - 85.0
  96. VertRefresh 56.0 - 76.0
  97. EndSection
  98.  
  99. Section "Device"
  100. Identifier "Card0"
  101. Driver "nvidia"
  102. VendorName "nVidia Corporation"
  103. BoardName "GeForce 8600M GT"
  104. EndSection
  105.  
  106. Section "Device"
  107. Identifier "Device0"
  108. Driver "nvidia"
  109. VendorName "NVIDIA Corporation"
  110. BoardName "GeForce 8600M GT"
  111. BusID "PCI:1:0:0"
  112. Screen 0
  113. EndSection
  114.  
  115. Section "Device"
  116. Identifier "Device1"
  117. Driver "nvidia"
  118. VendorName "NVIDIA Corporation"
  119. BoardName "GeForce 8600M GT"
  120. BusID "PCI:1:0:0"
  121. Screen 1
  122. EndSection
  123.  
  124. Section "Screen"
  125. Identifier "Screen0"
  126. Device "Device0"
  127. Monitor "Monitor0"
  128. DefaultDepth 24
  129. Option "TwinView" "0"
  130. Option "metamodes" "DFP: nvidia-auto-select +0+0"
  131. SubSection "Display"
  132. Depth 24
  133. EndSubSection
  134. EndSection
  135.  
  136. Section "Screen"
  137. Identifier "Screen1"
  138. Device "Device1"
  139. Monitor "Monitor1"
  140. DefaultDepth 24
  141. Option "TwinView" "0"
  142. Option "metamodes" "CRT: nvidia-auto-select +0+0"
  143. SubSection "Display"
  144. Depth 24
  145. EndSubSection
  146. EndSection
  147.  
  148. #Section "ServerFlags"
  149. # Option "AutoAddDevices" "False"
  150. #EndSection
Add Comment
Please, Sign In to add comment