LinuxSir.cn,穿越时空的Linuxsir!

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

Fedora 9,关于T61的Trackpoint 中键的滚轮功能设置?

[复制链接]
发表于 2008-7-25 12:11:28 | 显示全部楼层 |阅读模式
新硬盘安装fedodra 9,一切很顺利,其他的,显卡,3D,指纹,英文界面使用scim输入法等,昨晚差不多都解决了,不过Trackpoint 中键的滚轮没有设置成功。
触摸板和Trackpoint 默认安装已经可以使用,中键也只是粘贴功能,参照下面2个帖子还是没有OK,
Fedora Core 7 Linux ThinkPad X61 安裝筆記(T60/T61也適用)-新增升級Fedora 8的方法
http://www.mobile01.com/topicdet ... mp;t=425441&p=1
Installing Fedora 8 on a T61
http://www.thinkwiki.org/wiki/In ... on_a_T61#Trackpoint

  1. Trackpoint中鍵捲軸功能:

  2. 編輯/etc/X11/xorg.conf檔案如下
  3. # Xorg configuration created by system-config-display

  4. Section "ServerLayout"
  5. Identifier "single head configuration"
  6. Screen 0 "Screen0" 0 0
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Synaptics" "CorePointer"
  9. InputDevice "Mouse0" "AlwaysCore"
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^加入這行
  11. EndSection

  12. Section "InputDevice"
  13. Identifier "Keyboard0"
  14. Driver "kbd"
  15. Option "XkbModel" "pc105"
  16. Option "XkbLayout" "us"
  17. EndSection


  18. Section "InputDevice"
  19. Identifier "Synaptics"
  20. Driver "synaptics"
  21. Option "Device" "/dev/input/mice"
  22. Option "Protocol" "auto-dev"
  23. Option "Emulate3Buttons" "yes"
  24. EndSection

  25. =========================================
  26. Section "InputDevice"
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "IMPS/2"
  30. Option "Device" "/dev/input/mice"
  31. Option "EmulateWheel" "yes"
  32. Option "EmulateWheelButton" "2"
  33. Option "Emulate3Buttons" "yes"
  34. Option "ZAxisMapping" "4 5"
  35. EndSection
  36. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^加入這整個Section
复制代码

其他办法,只能今天回去再研究。

有兄弟已经OK的么?
 楼主| 发表于 2008-7-25 23:50:20 | 显示全部楼层
已经解决,方法如下:
Trackpoint scroll with Fedora 9 http://vbraun.name/cms/node/7
或者用快照http://203.208.33.101/search?q=c ... oRmUzDIrRACbzKeCyxQ
  1. # Xorg configuration created by livna-config-display
  2. # ======added by dan
  3. Section "ServerFlags"
  4.         Option                "AutoAddDevices" "false"
  5. EndSection
  6. # ======added end.
  7. Section "ServerLayout"
  8.         Identifier     "single head configuration"
  9.         Screen      0  "Screen0" 0 0
  10.         InputDevice    "Keyboard0" "CoreKeyboard"
  11. # =====added by dan
  12.         InputDevice         "Trackpoint" "CorePointer"
  13.         Option                "AIGLX" "on"
  14. # =====added end.
  15. EndSection
  16. Section "Files"
  17.         ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
  18.         ModulePath   "/usr/lib/xorg/modules"
  19. EndSection
  20. # Section "ServerFlags"
  21. #         Option            "AIGLX" "on"
  22. # EndSection
  23. Section "InputDevice"
  24. # keyboard added by rhpxl
  25.         Identifier  "Keyboard0"
  26.         Driver      "kbd"
  27.         Option            "XkbModel" "pc105"
  28.         Option            "XkbLayout" "us"
  29. EndSection
  30. # =====added by dan
  31. Section "InputDevice"
  32.         Identifier         "Trackpoint"
  33.         Driver                 "mouse"
  34.         Option                "CorePointer"
  35.         Option                 "Device" "/dev/input/mice"
  36.         Option                 "Protocol" "ExplorerPS/2"
  37.         Option                 "Emulate3Buttons" "off"
  38.         Option                 "EmulateWheel" "on"
  39.         Option                 "EmulateWheelTimeOut" "200"
  40.         Option                 "EmulateWheelButton" "2"
  41.         Option                 "YAxisMapping" "4 5"
  42. #        Option                 "XAxisMapping" "6 7"
  43.         Option                 "ZAxisMapping" "4 5"
  44. EndSection
  45. # =====added end.
  46. Section "Monitor"
  47.         Identifier   "Monitor0"
  48.         ModelName    "LCD Panel 1280x800"
  49.         HorizSync    31.5 - 50.0
  50.         VertRefresh  56.0 - 65.0
  51.         Option            "dpms"
  52. EndSection
  53. Section "Device"
  54.         Identifier  "Videocard0"
  55.         Driver      "nvidia"
  56.         Option            "AddARGBGLXVisuals" "True"
  57. EndSection
  58. Section "Screen"
  59.         Identifier "Screen0"
  60.         Device     "Videocard0"
  61.         Monitor    "Monitor0"
  62.         DefaultDepth     24
  63.         SubSection "Display"
  64.                 Viewport   0 0
  65.                 Depth     24
  66.         EndSubSection
  67. EndSection
  68. Section "Extensions"
  69.         Option            "Composite" "Enable"
  70. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2008-8-2 15:49:20 | 显示全部楼层
偶当时也碰到此问题,后面花了不少时间解决了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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