cnhnln 发表于 2003-7-15 23:28:48

新内核X的启动问题(mice)

自己编译的有问题

startx后
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
      No such device.
(EE) DevInputMice: cannot open input device
(EE) PreInit failed for input device "DevInputMice"

不影响使用但是心里不爽 :mrgreen:
需要选那些选项?编译成模块行不行?

Dragonfly 发表于 2003-7-15 23:39:29

check u .config file if have

#
# Input device support
#
CONFIG_INPUT=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768

cnhnln 发表于 2003-7-16 13:19:04

#
# Input core support
#
CONFIG_INPUT=m
CONFIG_INPUT_KEYBDEV=m
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m

看来编译成模块是不行了 :-( 但是我不需要这些东西呀 :?

cnhnln 发表于 2003-7-16 14:14:13

是2.4的,我试试

Dragonfly 发表于 2003-7-16 21:56:18

cnhnln, next time tell us the kernel version u use pls. i assumed it is 2.6

if 2.6, need to use new module tool
页: [1]
查看完整版本: 新内核X的启动问题(mice)