Advertisement
Guest User

Untitled

a guest
Mar 6th, 2010
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.     ModulePath   "/usr/lib64/xorg/modules"
  11.     FontPath     "/usr/share/fonts/misc/"
  12.     FontPath     "/usr/share/fonts/TTF/"
  13.     FontPath     "/usr/share/fonts/OTF"
  14.     FontPath     "/usr/share/fonts/Type1/"
  15.     FontPath     "/usr/share/fonts/100dpi/"
  16.     FontPath     "/usr/share/fonts/75dpi/"
  17. EndSection
  18.  
  19. Section "Module"
  20.     Load  "extmod"
  21.     Load  "dri"
  22.     Load  "glx"
  23.     Load  "dri2"
  24.     Load  "dbe"
  25.     Load  "record"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Keyboard0"
  30.     Driver      "kbd"
  31.     Option      "XkbOptions"    "grp:alt_shift_toggle,grp_led:scroll"
  32.     Option      "XkbLayout"   "us,ru"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.     Identifier  "Mouse0"
  37.     Driver      "mouse"
  38.     Option      "Protocol" "auto"
  39.     Option      "Device" "/dev/input/mice"
  40.     Option      "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43.  
  44. Section "InputDevice"
  45.      Identifier "Touchpad"
  46.      Driver     "synaptics"
  47.      Option     "Protocol"      "auto-dev"
  48.      Option     "Device"        "/dev/psaux"
  49.      Option     "ZAxisMapping"      "4 5"
  50.      Option     "LeftEdge"          "1900"
  51.      Option     "RightEdge"         "5400"
  52.      Option     "TopEdge"           "1800"
  53.      Option     "BottomEdge"        "3900"
  54.      Option     "FingerLow"     "25"
  55.      Option     "FingerHigh"        "30"
  56.      Option     "MaxTapTime"        "180"
  57.      Option     "MaxTapMove"        "220"
  58.      Option     "VertScrollDelta"   "100"
  59.      Option     "MinSpeed"      "0.02"
  60.      Option     "MaxSpeed"      "0.18"
  61.      Option     "AccelFactor"       "0.0010"
  62.      Option     "UpDownScrolling"   "on"
  63. EndSection
  64.  
  65. Section "Monitor"
  66.     Identifier   "Monitor0"
  67.     VendorName   "Monitor Vendor"
  68.     ModelName    "Monitor Model"
  69. EndSection
  70.  
  71. Section "Device"
  72.     Identifier  "Card0"
  73.     Driver      "intel"
  74.     Option      "DRI" "true"
  75.     Option      "NoAccel" "false"
  76.     Option      "AccelMethod" "EXA"
  77.     Option      "MigrationHeuristic" "greedy"
  78.     Option      "ExaNoComposite" "false"
  79.     Option      "EXANoUploadToScreen" "true"
  80.     VendorName  "Intel Corporation"
  81.     BoardName   "Mobile GM965/GL960 Integrated Graphics Controller"
  82.     BusID       "PCI:0:2:0"
  83. EndSection
  84.  
  85. Section "Screen"
  86.     Identifier "Screen0"
  87.     Device     "Card0"
  88.     Monitor    "Monitor0"
  89.     SubSection "Display"
  90.         Viewport   0 0
  91.         Depth     1
  92.     EndSubSection
  93.     SubSection "Display"
  94.         Viewport   0 0
  95.         Depth     4
  96.     EndSubSection
  97.     SubSection "Display"
  98.         Viewport   0 0
  99.         Depth     8
  100.     EndSubSection
  101.     SubSection "Display"
  102.         Viewport   0 0
  103.         Depth     15
  104.     EndSubSection
  105.     SubSection "Display"
  106.         Viewport   0 0
  107.         Depth     16
  108.     EndSubSection
  109.     SubSection "Display"
  110.         Viewport   0 0
  111.         Depth     24
  112.     EndSubSection
  113. EndSection
  114.  
  115. Section "Extensions"
  116.    Option "Composite" "Enable"
  117.    Option "RENDER" "Enable"
  118. EndSection
  119.  
  120. Section "DRI"  
  121.     Mode 0666
  122. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement