|

楼主 |
发表于 2004-8-10 04:06:39
|
显示全部楼层
我按照上面的方法设置了,但是还是不行
我的rc.module内容
- # Simple HIDBP USB mouse driver, if hid doesn't work:
- /sbin/modprobe usbmouse
- # Mouse input:
- /sbin/modprobe mousedev
复制代码
我的xorg.conf
- Identifier "Mouse1"
- Driver "mouse"
- Option "Protocol" "Auto"
- Option "Device" "/dev/mouse"
复制代码
我看了/dev/mouse是连接到input/mice的.
不知道还有什么地方设置的不对? |
|