QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1071|回复: 2

usb鼠标插下后原来的鼠标不工作

[复制链接]
发表于 2003-5-1 12:42:29 | 显示全部楼层 |阅读模式
我的机器(笔记本)目前usb鼠标工作正常,但不插usb鼠标进不了Xwindow,插上然后startx进入Xwindow后拔下usb鼠标,触摸板和指点杆都不工作。
请问怎样让linux同时识别这些鼠标呢?     
发表于 2003-5-1 13:41:58 | 显示全部楼层
在/etc/X11/XFconfigue文件(好像文件名我写错了,你自己看看)里面手动添加你的鼠标
回复

使用道具 举报

发表于 2003-5-2 16:14:58 | 显示全部楼层
[code:1]
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option            "Device" "/dev/psaux"
        Option            "Protocol" "PS/2"
        Option            "Emulate3Buttons" "yes"
        Option            "ZAxisMapping" "4 5"
EndSection
[/code:1]
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-3 00:27 , Processed in 0.045971 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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