|

楼主 |
发表于 2005-1-30 10:43:31
|
显示全部楼层
Post by laxi1982
启动后鼠标是亮的吗?
这一步做了没有?
- One last thing. Note that this script uses /dev/mouse as its device. Since we used /dev/input/mice to test earlier, we need to set this up. Run the command:
- ls -l /dev/mouse
- If /dev/mouse points to something other than /dev/input/mice, then execute the following commands:
- rm /dev/mouse
- ln -s /dev/input/mice /dev/mouse
复制代码
启动到
gpm -m /dev/mouse -t imps2 这一步的时候,鼠标会亮一下,然后就不见了。
上面那部是做了的。如果不做,是什么都没有的 |
|