|
|
发表于 2010-4-14 23:32:36
|
显示全部楼层
Post by mink365;2082878
我的 evdev 自从X升了1.8 就工作不正常了,鼠标键盘不工作,要安装keyboard,mouse的驱动并在xorg.conf中写上才行:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Xorg -configure 出错,提示:No DRICreatePCIBusID Symbol
而且xorg.conf.new里也是用的kbd和mouse驱动。。。。
现在用InputClass这玩意,升技看看帮助啊,各文件拆开,xorg.conf.d目录里继承hal的文件读取方式。 |
|