LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 678|回复: 1

IBM R40e的trackpoint怎么配置阿?

[复制链接]
发表于 2005-10-27 02:01:52 | 显示全部楼层 |阅读模式
网上看了好几个trackpoint的配置文件,试了试都不是很对.用同型机的能把配置文件给看一下吗?
发表于 2005-10-27 09:06:41 | 显示全部楼层
Post by xhm1027
网上看了好几个trackpoint的配置文件,试了试都不是很对.用同型机的能把配置文件给看一下吗?

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Mouse0" "CorePointer"
  5.         InputDevice    "Keyboard0" "CoreKeyboard"
  6. EndSection

  7. Section "Files"
  8.         RgbPath      "/usr/X11R6/lib/X11/rgb"
  9.         ModulePath   "/usr/X11R6/lib/modules"
  10.         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
  11.         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
  12.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  13. #        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
  14.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
  15.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
  16.         FontPath     "/usr/share/fonts/song"
  17. EndSection

  18. Section "Module"
  19.         Load  "extmod"
  20.         Load  "glx"
  21.         Load  "dri"
  22.         Load  "dbe"
  23.         Load  "record"
  24.         Load  "xtrap"
  25.         Load  "type1"
  26.         Load  "freetype"
  27. EndSection

  28. Section "InputDevice"
  29.         Identifier  "Keyboard0"
  30.         Driver      "kbd"
  31.         Option            "XkbModel" "pc105"
  32.         Option      "XkbLayout" "us"
  33. #        Option            "XkbVariant" ""
  34. EndSection

  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "auto"
  39.         Option          "ZAxisMapping"          "4 5"
  40.         Option      "Device" "/dev/psaux"
  41.         Option      "Emulate3Buttons" "true"
  42.         Option      "Emulate3Timeout" "70"
  43.         Option            "SendCoreEvents"  "true"
  44.         Option      "EmulateWheel" "true"
  45.         Option      "EmulateWheelButton" "2"
  46.         Option      "EmulateWheelInertia" "10"
  47. EndSection

  48. Section "InputDevice"
  49.         Identifier      "USB Mouse"
  50.         Driver          "mouse"
  51.         Option          "Device" "/dev/input/mice"
  52.         Option          "Protocol"              "explorerps/2"
  53.         Option          "ZAxisMapping"          "4 5"
  54.         Option          "Buttons"               "5"
  55. EndSection

  56. Section "Monitor"
  57.         Identifier   "Monitor0"
  58.         VendorName   "Monitor Vendor"
  59.         ModelName    "Monitor Model"
  60.         #HorizSync    28.0 - 160.0
  61.         #VertRefresh  50.0 - 110.0
  62.         HorizSync    28.0 - 96.0
  63.         VertRefresh  50.0 - 75.0
  64. EndSection

  65. Section "Device"
  66.         ### Available Driver options are:-
  67.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  68.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  69.         ### [arg]: arg optional
  70.         #Option     "NoAccel"                    # [<bool>]
  71.         #Option     "SWcursor"                   # [<bool>]
  72.         #Option     "Dac6Bit"                    # [<bool>]
  73.         #Option     "Dac8Bit"                    # [<bool>]
  74.         #Option     "BusType"                    # [<str>]
  75.         #Option     "CPPIOMode"                  # [<bool>]
  76.         #Option     "CPusecTimeout"              # <i>
  77.         #Option     "AGPMode"                    # <i>
  78.         #Option     "AGPFastWrite"               # [<bool>]
  79.         #Option     "AGPSize"                    # <i>
  80.         #Option     "GARTSize"                   # <i>
  81.         #Option     "RingSize"                   # <i>
  82.         #Option     "BufferSize"                 # <i>
  83.         #Option     "EnableDepthMoves"           # [<bool>]
  84.         #Option     "EnablePageFlip"             # [<bool>]
  85.         #Option     "NoBackBuffer"               # [<bool>]
  86.         #Option     "PanelOff"                   # [<bool>]
  87.         #Option     "DDCMode"                    # [<bool>]
  88.         #Option     "MonitorLayout"              # [<str>]
  89.         #Option     "IgnoreEDID"                 # [<bool>]
  90.         #Option     "UseFBDev"                   # [<bool>]
  91.         #Option     "VideoKey"                   # <i>
  92.         #Option     "MergedFB"                   # [<bool>]
  93.         #Option     "CRT2HSync"                  # [<str>]
  94.         #Option     "CRT2VRefresh"               # [<str>]
  95.         #Option     "CRT2Position"               # [<str>]
  96.         #Option     "MetaModes"                  # [<str>]
  97.         #Option     "MergedDPI"                  # [<str>]
  98.         #Option     "NoMergedXinerama"           # [<bool>]
  99.         #Option     "MergedXineramaCRT2IsScreen0"         # [<bool>]
  100.         #Option     "DisplayPriority"            # [<str>]
  101.         #Option     "PanelSize"                  # [<str>]
  102.         #Option     "ForceMinDotClock"           # <freq>
  103.         #Option     "RenderAccel"                # [<bool>]
  104.         #Option     "SubPixelOrder"              # [<str>]
  105.         #Option     "ShowCache"                  # [<bool>]
  106.         #Option     "DynamicClocks"              # [<bool>]
  107.         Identifier  "Card0"
  108.         Driver      "ati"
  109.         VendorName  "ATI Technologies Inc"
  110.         BoardName   "Radeon IGP 340M"
  111.         BusID       "PCI:1:5:0"
  112. EndSection

  113. Section "Screen"
  114.         Identifier "Screen0"
  115.         Device     "Card0"
  116.         Monitor    "Monitor0"
  117.         DefaultColorDepth 24
  118.         SubSection "Display"
  119.                 Viewport   0 0
  120.                 Depth     1
  121.         EndSubSection
  122.         SubSection "Display"
  123.                 Viewport   0 0
  124.                 Depth     4
  125.         EndSubSection
  126.         SubSection "Display"
  127.                 Viewport   0 0
  128.                 Depth     8
  129.         EndSubSection
  130.         SubSection "Display"
  131.                 Viewport   0 0
  132.                 Depth     15
  133.         EndSubSection
  134.         SubSection "Display"
  135.                 Viewport   0 0
  136.                 Depth     16
  137.         EndSubSection
  138.         SubSection "Display"
  139.                 Depth     24

  140.                 #Modes "640x480"
  141.                 #Modes "800x600" "640x480"
  142.                 Modes "1024x768" "800x600" "640x480"
  143.         EndSubSection
  144.         SubSection "Display"
  145.                 Depth     32

  146.                 #Modes "640x480"
  147.                 #Modes "800x600" "640x480"
  148.                 Modes "1024x768" "800x600" "640x480"
  149.         EndSubSection
  150. EndSection
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表