|

楼主 |
发表于 2004-7-6 21:13:52
|
显示全部楼层
最初由 babo 发表
串口的鼠标,在用xorgconfig选择鼠标类型的时候,用microsoft类型就可以了。
设备文件/dev/mouse就可以了
因为/dev/mouse是连接到/dev/ttS0的(好像是,记不清)
我有一个C433的老机器,就是串口的鼠标,没有问题的。
和具体牌子没有关系,就是接口类型选择对了就可以
请问改哪个地方?现在的代码如下:
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option " rotocol" "Auto"
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
Option " rotocol" "IMPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Option "Device" "/dev/mouse"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1" |
|