Share Pastebin
Guest
Public paste!

slyon

By: a guest | Aug 14th, 2008 | Syntax: None | Size: 2.66 KB | Hits: 257 | Expires: Never
Copy text to clipboard
  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6.         InputDevice    "Touchpad" "SendCoreEvents"
  7. EndSection
  8.  
  9. Section "Files"
  10.         RgbPath      "/usr/share/X11/rgb"
  11.         ModulePath   "/usr/lib/xorg/modules"
  12.         FontPath     "/usr/share/fonts/misc"
  13.         FontPath     "/usr/share/fonts/100dpi:unscaled"
  14.         FontPath     "/usr/share/fonts/75dpi:unscaled"
  15.         FontPath     "/usr/share/fonts/TTF"
  16.         FontPath     "/usr/share/fonts/Type1"
  17. EndSection
  18.  
  19. Section "Module"
  20.         Load  "record"
  21.         Load  "extmod"
  22.         Load  "dbe"
  23.         Load  "xtrap"
  24.         Load  "dri"
  25.         Load  "glx"
  26.         Load  "freetype"
  27.         Load  "synaptics"
  28. EndSection
  29.  
  30. Section "ServerFlags"
  31.         Option      "AIGLX" "off"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35.         Identifier  "Keyboard0"
  36.         Driver      "kbd"
  37.         Option      "XkbLayout" "de"
  38.         Option      "XkbVariant" "nodeadkeys"
  39. EndSection
  40.  
  41. Section "InputDevice"
  42.         Identifier  "Mouse0"
  43.         Driver      "mouse"
  44.         Option      "Protocol" "auto"
  45.         Option      "Device" "/dev/input/mice"
  46.         Option      "ZAxisMapping" "4 5 6 7"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50.         Identifier    "Touchpad"
  51.         Driver        "synaptics"
  52.         Option  "Device"          "/dev/input/mouse0"
  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.         Option  "VertScrollDelta" "100"
  63.         Option  "MinSpeed"        "0.06"
  64.         Option  "MaxSpeed"        "0.12"
  65.         Option  "AccelFactor"     "0.0010"
  66.         Option  "SHMConfig"       "on"
  67. EndSection
  68.  
  69.  
  70. Section "Monitor"
  71.         Identifier   "Monitor0"
  72.         VendorName   "Monitor Vendor"
  73.         ModelName    "Monitor Model"
  74. EndSection
  75.  
  76. Section "Device"
  77.         Identifier  "Card0"
  78.         Driver      "nouveau"
  79.         VendorName  "nVidia Corporation"
  80.         BoardName   "G72M [Quadro NVS 110M/GeForce Go 7300]"
  81.         BusID       "PCI:1:0:0"
  82. EndSection
  83.  
  84. Section "Screen"
  85.         Identifier "Screen0"
  86.         Device     "Card0"
  87.         Monitor    "Monitor0"
  88.         SubSection "Display"
  89.                 Viewport   0 0
  90.                 Depth     1
  91.         EndSubSection
  92.         SubSection "Display"
  93.                 Viewport   0 0
  94.                 Depth     4
  95.         EndSubSection
  96.         SubSection "Display"
  97.                 Viewport   0 0
  98.                 Depth     8
  99.         EndSubSection
  100.         SubSection "Display"
  101.                 Viewport   0 0
  102.                 Depth     15
  103.         EndSubSection
  104.         SubSection "Display"
  105.                 Viewport   0 0
  106.                 Depth     16
  107.         EndSubSection
  108.         SubSection "Display"
  109.                 Viewport   0 0
  110.                 Depth     24
  111.         EndSubSection
  112. EndSection