LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: Kallawa

which type of mouse should i choose???(已解决)

[复制链接]
 楼主| 发表于 2006-11-12 21:51:36 | 显示全部楼层
Post by billpeng
改:Option "rotocol" "IMPS/2"
加:Option "ZAxisMapping" "4 5"
有效........
不过,我鼠标中间是滚轮的光电鼠.....
我的使用环境是sl 11+k2.6.18下上网,上下滚动网页都可以...............


我的也是光电的,xorg.conf里的那部分是一样的:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

---
我的是Slackware 10.0 (基本上都是默认安装的,内核应该是2.4的),现在的问题就是上下滚动网页都不可以。

不知道问题出在哪了 ??

谢谢各位的帮忙///   还得继续讨论  谢谢
回复 支持 反对

使用道具 举报

发表于 2006-11-12 21:58:36 | 显示全部楼层
看来只有出绝招了呵呵
借别人一个ps2滚轮光电鼠标,插上试试!(虽然很白痴,但是也许有效)。要是别人的没问题,你可以考虑换个老鼠了
回复 支持 反对

使用道具 举报

发表于 2006-11-12 22:18:29 | 显示全部楼层

更改驱动选项

  1. Section "InputDevice"
  2. Identifier "Mouse1"
  3. Driver "mouse"
  4. Option "Protocol" "IMPS/2"
  5. Option "ZAxisMapping" "4 5"
  6. Option "Device" "/dev/mouse"
  7. EndSection
复制代码

Option "Device" "/dev/mouse"改为 Option "Device"      "/dev/psaux"
回复 支持 反对

使用道具 举报

发表于 2006-11-12 22:34:06 | 显示全部楼层
Post by dgkgnrt
  1. Section "InputDevice"
  2. Identifier "Mouse1"
  3. Driver "mouse"
  4. Option "Protocol" "IMPS/2"
  5. Option "ZAxisMapping" "4 5"
  6. Option "Device" "/dev/mouse"
  7. EndSection
复制代码

Option "Device" "/dev/mouse"改为 Option "Device"      "/dev/psaux"


2.4内核下mouse好像就是ln到psaux
回复 支持 反对

使用道具 举报

发表于 2006-11-12 23:02:54 | 显示全部楼层
Post by dogking
2.4内核下mouse好像就是ln到psaux


刚接触,对这些,我是一无所知。想知道具体在什么地方建的?
回复 支持 反对

使用道具 举报

发表于 2006-11-12 23:20:20 | 显示全部楼层
Option "ZAxisMapping"   "4 5 6 7"
试试。
回复 支持 反对

使用道具 举报

发表于 2006-11-12 23:20:32 | 显示全部楼层
开机的时候检测设备ps、usb鼠标就会自动ln到psaux好像是这样,具体记不太清了。
你研究一下mouse,dev/input/,/etc/rc.d/rc.gpm这几个东西。大概就有些了解了。我是前些日子搞了搞鼠标,现在忘了不少。至于ln到哪里,你用ls -l就可以看到了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 13:22:08 | 显示全部楼层
我同学本自(IBM A20m)上装的是MagicLinux 2.0,看了他的xorg.conf,里面不一样的是:

Option "Device" "/dev/input/mice"

我试着改过,不过startx后就黑了,提示说是没找到鼠标。

---再试试楼上几位的建议先,,,先谢过~~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-13 16:08:59 | 显示全部楼层
I reinstalled the Slcakware 10.0 two hours ago. And now my mouse do well here like in other platform. Thanks every body here .

------- it work when the xorg .conf is setted as follow:

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "rotocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
EndSection

----------------------------------------------------

Maybe it's my mistake.

Thanks again for your helping!!!
回复 支持 反对

使用道具 举报

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

本版积分规则

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