Linux 版 (精华区)
发信人: qubo (qubo), 信区: Linux
标 题: 驱动usb鼠标
发信站: 哈工大紫丁香 (2003年11月27日22:07:50 星期四), 站内信件
compile all the usb related device as modules.
mkdir /dev/input
mkdev -c 13 63 /dev/inupt/mice
modprobe usbmouse
modprobe uhci
modprobe mousedev
now in the console, you can use gpm by
gpm -t ps2 -m /dev/input/mice
in X, add the following in the /etc/X11/XF86config
Section "Pointer"
Protocol "ImPS/2"
Device "/dev/input/mice"
ZAxisMapping 4 5
EndSection
【 在 wlion (dfs) 的大作中提到: 】
--
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 219.217.226.122]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.007毫秒