Share Pastebin
Guest
Public paste!

slyon

By: a guest | Aug 14th, 2008 | Syntax: None | Size: 2.64 KB | Hits: 158 | 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 "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33.         Option      "XkbLayout" "de"
  34.         Option      "XkbVariant" "nodeadkeys"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.         Identifier  "Mouse0"
  39.         Driver      "mouse"
  40.         Option      "Protocol" "auto"
  41.         Option      "Device" "/dev/input/mice"
  42.         Option      "ZAxisMapping" "4 5 6 7"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46.         Identifier    "Touchpad"
  47.         Driver        "synaptics"
  48.         Option  "Device"          "/dev/input/mouse0"
  49.         Option  "Protocol"        "auto-dev"
  50.         Option  "LeftEdge"        "1700"
  51.         Option  "RightEdge"       "5300"
  52.         Option  "TopEdge"         "1700"
  53.         Option  "BottomEdge"      "4200"
  54.         Option  "FingerLow"       "25"
  55.         Option  "FingerHigh"      "30"
  56.         Option  "MaxTapTime"      "180"
  57.         Option  "MaxTapMove"      "220"
  58.         Option  "VertScrollDelta" "100"
  59.         Option  "MinSpeed"        "0.06"
  60.         Option  "MaxSpeed"        "0.12"
  61.         Option  "AccelFactor"     "0.0010"
  62.         Option  "SHMConfig"       "False"
  63. EndSection
  64.  
  65.  
  66. Section "Monitor"
  67.         Identifier   "Monitor0"
  68.         VendorName   "Monitor Vendor"
  69.         ModelName    "Monitor Model"
  70. EndSection
  71.  
  72. Section "Device"
  73.         Identifier  "Card0"
  74.         Driver      "nvidia"
  75.         VendorName  "nVidia Corporation"
  76.         BoardName   "G72M [Quadro NVS 110M/GeForce Go 7300]"
  77.         BusID       "PCI:1:0:0"
  78.         Option      "NoLogo" "true"
  79. EndSection
  80.  
  81. Section "Screen"
  82.         Identifier "Screen0"
  83.         Device     "Card0"
  84.         Monitor    "Monitor0"
  85.         SubSection "Display"
  86.                 Viewport   0 0
  87.                 Depth     1
  88.         EndSubSection
  89.         SubSection "Display"
  90.                 Viewport   0 0
  91.                 Depth     4
  92.         EndSubSection
  93.         SubSection "Display"
  94.                 Viewport   0 0
  95.                 Depth     8
  96.         EndSubSection
  97.         SubSection "Display"
  98.                 Viewport   0 0
  99.                 Depth     15
  100.         EndSubSection
  101.         SubSection "Display"
  102.                 Viewport   0 0
  103.                 Depth     16
  104.         EndSubSection
  105.         SubSection "Display"
  106.                 Viewport   0 0
  107.                 Depth     24
  108.         EndSubSection
  109. EndSection