|
|
发表于 2009-7-7 21:45:29
|
显示全部楼层
运行了hald时不行
后来添加了那一段才解决问题的
在/etc/make.conf中INPUT_DEVICES="keyboard mouse"是这样设置的
现在还是有点小问题
[color="Red"]localhost_lofeng ~ # grep keyboard /var/log/Xorg.0.log
(II) config/hal: Adding input device AT Translated Set 2 keyboard
[color="red"]localhost_lofeng ~ # grep mouse /var/log/Xorg.0.log
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
(==) VMWARE(0): Silken mouse enabled
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
(II) config/hal: Adding input device Macintosh mouse button emulation
(II) UnloadModule: "mouse"
[color="red"]localhost_lofeng ~ # grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
[color="red"]localhost_lofeng ~ # grep WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc/".
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) VMWARE(0): Unable to estimate virtual size |
|